1.Which of the following is not an EXIT command?
options: BACK, CANCEL, STOP, EXIT?
2.To write certain contents in sap script without skipping
to the next page, which command is used?
Options: ADDRESS...ENDADDRESS, PROTECT...ENDPROTECT,
AT...ENDAT
3. When using a table control in module pool, which
statement has to present in both PAI and PBO.
options : FIELD, LOOP..ENDLOOP, CHAIN...ENDCHAIN
4. Lock objects are :
options : FUNCTION MODULES, PROGRAMS, TABLES
Answer Posted / saurabh srivastava
1.STOP
2.potect and endprotect
3.loop endloop
4.function modules
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the components in sap application server?
How do you activate a function exit?
What are the parameters in bdc_insert? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is the function of a domain? : abap data dictionary
Differentiate between transparent tables, cluster tables and pooled tables
What is the function of a domain?
Can we access static attribute from instance method
How many types of tables exist and what are they in data dictionary?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
How to read 5th record from Hash Internal Table?
What are the domains and data element?
How is conversion of data types done between abap/4 & db layer?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What are the advantages/ dis-advantages of logical databases?