|
ABAP Interview Questions -
Questions
|
|
Written by admin
|
|
Saturday, 30 August 2008 08:34 |
1. To declare a selection criterion that does not appear on the selection screen, use: A: NO-DISPLAY B: INVISIBLE C: MODIF ID D: OBLIGATORY
2. An internal table that is nested within another internal table should not contain a header line. A: True B: False
3. To select all database entries for a certain WHERE clause into an internal table in one step, use A: SELECT_INTO TABLE itab_ B: SELECT_INTO itab_ C: SELECT_APPENDING itab D: SELECT_itab_
4. After a successful SELECT statement, what does SY-SUBRC equal? A: 0 B: 4 C: 8 D: Null
5. This selection screen syntax forces the user to input a value: A: REQUIRED-ENTRY B: OBLIGATORY C: DEFAULT D: SELECTION-SCREEN EXCLUDE
|
|
Last Updated ( Monday, 01 September 2008 15:59 )
|