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 is meant by exclusive, not cumulative lock? : sap abap data dictionary

771


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1948


What are the tcodes for performance tuning?

1115


A subroutine can be terminated unconditionally using exit. State true or false : abap modularization

804


if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?

1884


What is dynpro? what are its components ?

829


How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc

765


What are data classes? What are the various data classes available for selection? : abap data dictionary

748


What function does data dictionary perform?

783


What is the use of dequeue function module? : sap abap data dictionary

846


What is the basic difference internal tables and database tables? : abap data dictionary

788


What is an evaluation path? : sap abap hr

736


Where are you used type casting?

1105


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

770


What does the ‘suppress dialog’ do?

1127