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 data types of the abap/4 layer?
What is a function group? : abap modularization
What are the types of table fields in the sap abap?
what next in SAP-ABAP/4 is it going to be change?
What are Tickets in Realtime ?
Does every abap/4 have a modular structure?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What are the different kinds of lock modes?
When the top-of-page event does get triggered?
Explain the advantages of abap query tool?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is your approach to find exit and BAdi?
What are the types of the software component being deployed in the sap?
What are the function modules used in a sap script driver program?