What is a difference between - RETURN, EXIT, CHECK, STOP &
REJECT - To leave the processing blocks

Answer Posted / ravikumar

STOP: This terminates the block and executes end-of selection.
EXIT: It terminates the loop processing and process the next
statements.
CHECK: It evaluates the subsequent logical expression if it
is true the processing continue with the next statement.
CONTINUE terminates the current loop pass, returns the
processing to the beginning of the loop and starts the next
loop pass,
REJECT: it terminates the current event, even from loops or
subroutines.

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does an exec sql statement do in abap?

544


What is the client concept in sap?

558


What are the different types of parameters?

567


What is a data class? : abap data dictionary

634


What is an Unpack command?

640






What is the full form of spro? : sap abap hr

685


What is a data dictionary? : sap abap data dictionary

557


What is the use of a pretty printer?

613


How did you test the form you developed? How did you taken print?

612


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1537


How to write a code for multiple transactions? : abap bdc

544


What is sap abap tables?

628


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

1899


Advantages and disadvantages of different types of bdc's?

577


In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.

2116