|
1. A situation: An ABAP program creates a batch input sessionWe need to submit the program and the batch session in backgroundHow to do it? 2. Are programs client dependent?
3. Can a transparent table exist in data dictionary but not in the database physically?
4. Can you create a table with fields not referring to data elements?
5. Have you used SAP supplied programs to load master data?
6. How are the date abd time field values stored in SAP?
7. How do you take care of performance issues in your ABAP programs?
8. How do you validate the selection criteria of a report? And how do you display initial values in a selection screen?
9. How do you write a function module in SAP? Describe.
10. How many types of tables exist and what are they in data dictionary?
11. How to find the return code of a stmt in ABAP programs?
12. Name a few data dictionary objects?
13. Name a few system global variables you can use in ABAP programs?
14. What are datasets?
15. What are field symbols and field groups? Have you used "component idx of structure" clause with field groups?
|