|
ABAP Interview Questions -
Questions
|
|
Written by admin
|
|
Thursday, 28 August 2008 16:22 |
1. You may declare your own internal table type using the TYPES keyword. A: True B: False
2. After adding rows to an internal table with COLLECT, you should avoid adding more rows with APPEND. A: True B: False
3. Which of the following is not a component of control break processing when looping at an internal table? A: AT START OF B: AT FIRST C: AT LAST D: AT NEW
4. A dictionary table is made available for use within an ABAP program via the TABLES statement. A: True B: False
5. Which of the following would be best for hiding further selection criteria until a function is chosen? A: AT NEW SELECTION-SCREEN B: SELECTION-SCREEN AT LINE-SELECTION C: SUBMIT SELECTION-SCREEN D: CALL SELECTION-SCREEN
|
|
Last Updated ( Thursday, 28 August 2008 16:33 )
|