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 / naveen
1.cancel
2.potect and endprotect
3.loop endloop
4.function modules
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are the fields in the memory table ‘screen’?
What is the difference between ABAP and HR ABAP
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is PS structure
Can a transparent table exist in the data dictionary but not in the database physically?
Why grouping of fields is required? What is the max no of modification groups for each field?
Explain the advantages of different types of bdc's?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What are the disadvantages of different types of bdc's?
What are the various events associated with screen programming?
Why cant we use Normal function module for data transfer?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
How many types of tables exists and what are they in data dictionary?