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 are the steps to execute session method?
What are th control break events in abap?
How to create user interfaces for lists?
Normally how many and what files get created when a transaction program is written?
How to upload more than 2GB file from External Source to SAP?
Explain the disadvantages of logical databases?
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What is payroll driver
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is “call mode”?
Where do you use help views?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is the difference b/t Session method and call transaction method ??
What are table clusters?