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 collective search help? : sap abap data dictionary
What is a bsp application? : sap abap hr
What is a fall back class?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is the function module to popup contents in the internal table?
What is system-land-scape of your project?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
out bound process code for quotation?
What is a data dictionary? : abap data dictionary
What are the functional modules used in sequence in bdc? : abap hr
Type casting and error handling
What is the difference between call transaction method and the session method? : abap bdc
What is step-loop? Explain all the steps?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is the significance of the screen number ‘0’?