SAP ABAP Quiz - 1
Test your knowledge of SAP ABAP fundamentals including events, internal tables, BDC, and dictionary objects.
Questions
Question 1 Multiple Choice (Single Answer)
Which event is used to navigate from basic list to secondary list?
- At user-command
- At Pfn
- At line-selection
- Initialization
Question 2 Multiple Choice (Single Answer)
Which is not an event keyword in reports?
- Load of Program
- At line-selection
- Exit
- End-of-page
Question 3 Multiple Choice (Single Answer)
Does client independent tables have MANDT field?
- Yes
- No
- Both
- None of the above
Question 4 Multiple Choice (Single Answer)
What is the maximum no. of secondary list(s) that can be defined in an ABAP Program?
- 9
- 1
- 20
- 10
Question 5 Multiple Choice (Single Answer)
Which is the default event in ABAP?
- Initialization
- Start-of-selection
- At Selection-screen
- Top-of-page
Question 6 Multiple Choice (Single Answer)
Which is not a type of Standard Internal table?
- Index Table
- Hashed table
- Sorted Table
- Standard Table
Question 7 Multiple Choice (Single Answer)
What is(are) the various techniques of BDC?
- Call transaction
- Session method
- Direct input method
- All of the Above
Question 8 Multiple Choice (Multiple Answers)
What are the function modules used in BDC?
- BDC_OPEN_GROUP
- BDC_CLOSED_GROUP
- BDC_DELETE_GROUP
- BDC_INSERT
Question 9 Multiple Choice (Multiple Answers)
Which all are dictionary objects?
- Table
- Function Module
- Domain
- Structure
Question 10 Multiple Choice (Single Answer)
What type of table cannot be buffered?
- Transaparent table
- Pooled table
- Cluster table
- Internal table