Sap Abap mcq1
Sap Abap mcq1
Ans : Header
2. What combination of fields from one or more related tables, but does not
contain any data Ans : View
9. Which event gets triggered when user press ‘Enter’ in the selection screen
Ans : AT-SELECTION-SCREEN
13. What all values are available while creating search help in option ‘Dialog
type’.
Ans : Display values immediately
Dialog with value restriction
Dialog depends on set of values
17. Which system variable will have loop iteration in while loop?
Ans : Sy-index
18. Which among the following guarantees the integration between all of the
application modules and also they are platform-independent
Ans : R/3 basis system
19. Which event is triggered during list processing when a page is ended
Ans : END-OF-PAGE
25. Which message type will allow the program execution to continue after
pressing enter after the message is displayed?
Ans : Warning
Success
Information
27. While executing the program in debug mode, the value of a constant
field may be
Ans : Cannot modified
28. What will be the output of below program if no value is entered in the
selection screen?
PARAMETERS p_a TYPE n
AT SELECTIOM-SCREEN ON p_a.
IF p_a IS NOT INITIAL.
MESSAGE ‘Valid’ TYPE ‘S’.
ELSE.
MESSAGE ‘invalid’ TYPE ‘E’.
ENDIF.
Ans : Invalid message will be displayed
29. Among the options choose the one which will not give a pop up message
saying ‘Yoh have ENTERED Car’.
Note: Mesaage number 002 already has part of the message text.
Ans : All will work
40. Which of the following may not be modified using ABAP dictionary
transaction.
Ans : Function groups
44. What is the attribute which defines the size of a standard table or a
custom table?
Ans : Size category
46. After approval of the requisition, what is created which has details of the
items to be purchased, quantity,price etc along with vendor and shipping
information address.
52. Within ABAP, what is used to access application data in the database,
independent of the corresponding RDBMS
Ans : Open SQL