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

How to display if the value entered contains records or not?

580


hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp

3201


Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.

1455


after creating lock object if does n't access record by second user what should we do?

1534


function modules are also external subroutines. State true or false. : abap modularization

592






What does an exec sql statement do in abap?

532


Can you define a field without a data element? : abap data dictionary

610


What is its?

654


How many types of size categories and data classes are there? : abap data dictionary

596


What are the events in ABAP language?

600


How to write a code in tab control? : abap bdc

620


What are the kinds of foreign key fields?

526


If your project is support project ? when is your implementation has completed ?

1526


what is diff between idocs,bdc,rfc and bapi. give real time answer

17689


What is narrow casting and wide casting?

1125