What is a difference between - RETURN, EXIT, CHECK, STOP &
REJECT - To leave the processing blocks
Answer Posted / herry
TOP
If you use the STOP statement within an event block, the
system stops processing the block immediately. The ABAP
runtime environment triggers the next event.
Before and during selection screen processing, the next
event in the prescribed sequence is always called. From the
AT SELECTION-SCREEN event onwards, the system always jumps
from a STOP statement directly to the END-OF-SELECTION
statement. Once the corresponding event block has been
processed, the system displays the list.
EXIT
If you use the EXIT statement within an event block but not
in a loop, the system stops processing the block immediately.
Before and during selection screen processing, the next
event in the prescribed sequence is always called. From the
START-OF-SELECTION event onwards, the system starts the list
processor directly when the EXIT statement occurs, and
displays the list.
If the EXIT statement occurs in a loop using DO, WHILE, or
LOOP, it is the loop that terminates, not the processing block.
CHECK : if the statement fails then skips the current loop
pass. But it doesnot exit the loop.
CONTINUE : skips the current loop pass. But it doesnot exit
the loop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the structure of the bdc table? : abap bdc
How can we create callable modules of program code within one abap/4 program? : abap modularization
Explain the client concept of sap.
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the different abap/4 editors?
When, how and how would you control changes to standard SAP objects.
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What are the two different ways of building a match code object?
What are the events in ABAP language?
What are the different types of work process?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is luw?
Define abap/4 layer?
How will you insert record in a sorted table