|
|
|
Viewing 0 - out of 357 Articles |
ABAP Interview Questions
- ABAPTM Interview Questions with Answers1. When using Open SQL statements in an ABAP/4 program, you must ensure the following. a) The database system being addressed must be supported by SAP. b) The database tables being addressed must be ...
- FAQ of BDC1. What is full form of BDC Session? Batch Data Communication Session. 2. What are the steps in a BDC session? The first step in a BDC session is to identify the screens of the transactio ...
- FAQ of TRANSACTIONS 1. What is a transaction? - A transaction is dialog program that change data objects in a consistant way. 2. What are the requirements a dialog program must fulfill? A dialog progr ...
- FAQ of REPORT GENERATION REPORT GENERATION – FORMATTING The alignment of a type ‘c’ field in a report is left Aligned. In the statement Write:/15(10) Ofal-lifnr. what do the number 15 and 10 stan ...
- FAQ of LOGICAL DATABASELOGICAL DATABASE Preparation of the data records by the L.D.B and reading of the data records in the actual report are accomplished with the command pair Put and Get. The three mai ...
- FAQ of MODULARIZATION MODULARIZATION Does every ABAP/4 have a modular structure? Yes. What is Modularization and its benefits? If the program contains the same or similar blocks of state ...
- FAQ of DATA DICTIONARYWhat are the layers of data description in R/3? · The external layer. · &nb ...
- Most imp frequntly asked qusetions of ABAP1. 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 arbitra ...
- Q&A LOGICAL DATABASELOGICAL DATABASE What are logical databases? What are the advantages/disadvantages of logical databases? Ans :- A Logical Database is a hierarchical structure of tables. Use the GET statement to pro ...
- Q & A DATA DICTIONARYDATA DICTIONARY Type of a table or structure The table type determines how the logical table description defined in the ABAP/4 Dictionary is reproduced on the database. There are the following ...
- Can you answer these OO ABAP Interview QuestionsHi All, Can you answer these OO ABAP interview questions. If YES and looking for change then send your resume to maqsood_abap@ yahoo.com for an urgent opening in an MNC company in bangalore f ...
- 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 table ...
- 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 Tips part2What 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 Tips part1ABAP 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 ...
|
|