ABAP CERTIFICATION Multiple Choice
Questions
Within the ABAP program attributes, Type = 1 represents: (Single selection)
1. INCLUDE program False
2. Online program True
3. Module pool False
4. Function group False
5. Subroutine pool False
To allow the user to enter a range of values on a selection
screen, use the ABAP keyword: (Single selection)
1. DATA. False
2. RANGES. False
3. PARAMETERS. False
4. SELECT-OPTIONS. True
To remove lines from a database table, use ____. (Single selection)
1. UPDATE False
2. MODIFY False
3. ERASE False
4. DELETE True
To save information on a list line for use after the line is
selected, use this keyword. (Single selection)
1. APPEND False
2. EXPORT False
3. WRITE False
4. HIDE True
Which keyword adds rows to an internal table while accumulating
numeric values? (Single selection)
1. INSERT False
2. APPEND False
3. COLLECT True
4. GROUP False
This flow logic statement is used to make multiple fields
open for input after an error or warning message. (Single selection)
1. GROUP False
2. FIELD-GROUP False
3. CHAIN True
4. LOOP AT SCREEN False.