|
ABAP Interview Questions -
Questions
|
|
Written by admin
|
|
Monday, 01 September 2008 16:51 |
1. To allow the user to enter values on the screen for a list field, use: A: OPEN LINE. B: SET CURSOR FIELD. C: WRITE fld AS INPUT FIELD. D: FORMAT INPUT ON.
2. Before a function module may be tested, it must first be: A: Linked B: Authorized C: Released D: Active
3. To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field? A: PBO module include program B: TOP include program C: PAI module include program D: Subroutine include program
|
|
Read more...
|