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
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the tcodes for performance tuning?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
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.?
What is dynpro? what are its components ?
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
What are data classes? What are the various data classes available for selection? : abap data dictionary
What function does data dictionary perform?
What is the use of dequeue function module? : sap abap data dictionary
What is the basic difference internal tables and database tables? : abap data dictionary
What is an evaluation path? : sap abap hr
Where are you used type casting?
How to know if the value entered contains records or not?
What does the ‘suppress dialog’ do?