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


Please Help Members By Posting Answers For Below Questions

What are the components of selection table?

604


What are the data types of the external layer? : abap data dictionary

782


Why do we use logical blocks in abap program?

1432


What is the table buffer?

558


What is the table buffer? Which type of tables used this buffer?

550






How do you convert non-char field into char type fields ?

1743


What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?

550


HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.

1770


What is the purpose of sum statement?

562


How do you process errors in call transaction method? : abap bdc

670


Differentiate between ooabap and abap?

697


What are the differences between sap memory and abap memory?

571


hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks

1440


What are the different types of laws. What are they?

589


Explain the differences between interactive and drill down reports?

506