|
|
|
Viewing 0 - out of 348 Articles |
ABAP Interview Questions
- SAP ABAP Interview Questions1. can we copy the table values from one table to another 2. what is the difference between webdynpro vs netweaver 3. How to find out total number of records available in database ta ...
- Interview question - ECC 6.0 profit center financials nodeDear All, In ECC 6.0 we see that the profit center is in the financials node, earlier it was the part of controlling. Now my question is while creating the profit centre in ecc 6.0 i ...
- ABAP Interview QuestionsQuestions which I have faced in an interview: 1) What is runtime analysis? Have you used this? 2) What is meant by performance analysis? Have done anything to improve the performance? 3) How to ...
- Web Dynpro ABAP FAQWhen I click to create a roundtrip to the server and quickly click several times in succession, the system creates yet another request, which triggers a short dump. If I click slowly or only once, no ...
- Training for SAP/Net weaver/SIBEL/SAS/DOT NET/Data ware housing/ JAVA & J2EESAP R/3 ECC 6.0 & NETWEAVER 7.0 TECHNICAL DEVELOPMENT & ADMINISTRATION ABAP/4, ABAP- WORKFLOW, ABAP WEBdYNPRO, ADVANCE ABAP, VISUAL COMPOSER, BIW, BI, PI/XI, MDM, EP, KM, JAVA WEBdYNPRO, BSP ...
- select queries hi..friends how many different select queries (syntaxes ) we can use in sap abap coding . ...
- ABAP Interview Questions Set 1881. What are user exits? What is involved in writing them? What precautions are needed? Ans. User Exits are used for enhancement of SAP Objects. Point in an SAP program where a customer's own progra ...
- ABAP Interview Questions Set 1761. What do you do with errors in BDC batch sessions? Ans. BDC session with errors appears in INCORRECT session & it can be processed again. to correct the errors , first you can analyze the ses ...
- ABAP Interview Questions Set 1641. When a program is created and need to be transported to production does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it? Ans. ...
- ABAP Interview Questions Set 1521. What is the meaning of ABAP editor integrated with ABAP data dictionary? Ans. Area menu. 22. What are the events in ABAP language? Ans. Example for the structure of an ABAP program ...
- ABAP Interview Questions Set 141. What is the typical structure of an ABAP program? Secretary 2. What are field symbols and field groups.? Ans: Field symbols: Field symbols are like pointers. Placeholders for fields or a ...
- ABAP Interview Questions 20What are the events in ABAP/4 language? Initialization, At selection-screen, Start-of-selection, end-of-selection, top-of-page, end-of-page, At line-selection, At user-command, At PF, Get, At New, A ...
- ABAP Interview Questions 19What is BDC programming? Copyrights © 2004-2006 ExamGuru, Inc. All Rights Reserved. Transferring of large/external/legacy data into SAP system using Batch Input programming. Batch input is a a ...
- ABAP Interview Questions 18What is an ABAP data dictionary? ABAP 4 data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational dat ...
- ABAP Interview Questions 17What are the different types of enhancements ? Enhancements using customer exits Customers' potential requirements which are not included in the standard software ...
- ABAP Interview Questions 16Where you will validate entries in the fields? Entries can be validated in PAI. You can validate in Field Exits also. What is use of Chain and EndChain? For calling a particular PAI module if any ...
- ABAP Interview Questions 15Where must you place the SET PF-STATUS command in your online program? Ans :- Place it in the PBO module of the screen. Why is it good idea to clear OK_CODE field after deciding which action to ta ...
- ABAP Module Pool Tips Part 2Where does the GET PARAMETER statement get its values? Which field gets populated with the new value? Ans :- From the buffer. Where can the SET CURSOR command be executed? What is its effect? Ans ...
- ABAP Module Pool Tips What is the significance of the word ‘OUTPUT’ in the declaration MODULE TEST_KNOWLEDGE OUTPUT ENDMODULE. Ans :- Then we know that it is part of the PBO, therefore is processed b ...
- ABAP Module Pool TipsWhat are the differences between TABLE CONTROLS and STEP LOOPS ? - TABLE CONTROLS are simply enhanced STEP LOOPS that display data with the look and feel of a table widget in a desk ...
- ABAP Module Pool Tips part 2Which function type has to be used for using “at exit-command” ? - To use AT EXIT-COMMAND, we must assign a function type ‘E’ to the relevant function in the ...
- ABAP Module Pool TipsABAP Module Pool Tips Transactions: A transaction is a program that conducts a dialog with the user. In a typical dialog, the system displays a screen on which the user can enter or request ...
- ABAP Scripts Interview QuestionsABAP Scripts Interview Questions What is sap script and layout set? Ans - SAPscript is the integrated text management system of the SAP R/3 System. SAPscript is tightly integrated into the SAP Sys ...
- ABAP BDC Interview QuestionsABAP BDC Interview Questions 1 What should be the approach for writing a BDC program? Ans.: 1. Analysis the Data.2. Generate SAP structure.3. Develop transfer program 4. Create seq ...
- ABAP PERFORMANCE ISSUESABAP/4 Optimization Use the GET RUN TIME command to help evaluate performance. It's hard to know whether that optimization technique REALLY helps unless you test it out. Using this tool can help you ...
- ABAP Interview Questions14How to call other programs ? Report Transaction Call and return SUBMIT AND RETURN CALL TRANSACTION Call without return SUBMIT LEAVE TO TRANSACTION System fields used ...
- ABAP Interview Questions13What is field symbol? A field symbol does not physically reserve space for a field, but points to a field which is not known until runtime of the program. Sometimes you only know w ...
- ABAP Interview Questions12 What do you define in the Data element and Domain? For Data Element The information includes the field ...
- ABAP Interview Questions11What are presentation and application servers in SAP? A presentation server is actually a program named Sapgui.exe. It is usually installed on a user’s workstation. Application server is a set ...
- ABAP Interview Questions10How do you write a DATA object from ABAP/4 program to ABAP/4 memory and restore the same from memory to program. EXPORT <f1> [FROM <g1>] <f2> [FROM <g2>] ... ...
- ABAP Interview Questions Set 8101. What is difference between session method and Call Transaction? Ans:- 102. Setting up a BDC program where you find information from? Ans:- 103. What has to be done to the packed fields befo ...
- ABAP Interview Questions Set 781. What are user exits? What is involved in writing them? What precations are needed? 82. What are RFCs? How do you write RFCs on SAP side? 83. What are the general naming conventions of ABAP pro ...
- ABAP Interview Questions Set 662. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs? Ans:- go to SM36 and create background job by giving job name,job class and job steps(JOB SC ...
- ABAP Interview Questions 562. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs? ans:- go to SM36 and create background job by giving job name,job class and job steps(JOB SC ...
- ABAP Interview Questions Set 462. How do you set up background jobs in SAP? What are the steps? What are the event driven batch jobs? ans:- go to SM36 and create background job by giving job name,job class and job steps(JO ...
- ABAP Interview Questions Set 341. When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it? ANS:- ...
- ABAP Interview Questions Set 221. Can you have two detail lists from the basic list at the same time? If yes how and if no why? ANS - No. Coz sequences goes 1 then 2. if we want we can use windows starting 10 giving two statement ...
- ABAP Interview Questions1. What is a client in sap (terms). ANS - SAP terminology : -Client in SAP is to Individual unit to identify r/3 system with different DB tables. 2. After developing object where do yo ...
- ABAP Interview faq's part-3Hi, please give the answers to the questions below : Diff b/w reports and scripts Ans. report give print out ,u as normal format,but scripts is word processing tool,it provides u ...
- ABAP Interview Questions Hi i need help for the intrview question that are normally asked. 1.explain about ur project(ABAP) ?how can we explain our abap project,how can we start,what r the technical words we use in it,pls ...
|
|