what is the use of STOP,EXIT,CHECK,CONTINUE in internal
table?
Answer Posted / sirisha
STOP: Terminates the logic and the control goes directly to
the end-of-selection.
EXIT: Terminates the logic in the loop and control comes to
the immediate next statement after the loop.
CONTINUE: It goes back to the loop again and processes the
logic inside the loop.
CHECK: It always goes to the next "event" when the condition
given in the CHECK statement is failed. If it is written
with in the loop, it just terminates the loop but not the
processing block.
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What are the different software packets available in the market? : sap abap hr
Lock objects and what are parameters of ENQUEUE FM?
What is interactive reporting?
What are the functions of lock objects?
What is database utility? : abap data dictionary
What is step-loop? Explain all the steps?
How do you convert non-char field into char type fields ?
What are the data types of the external layer?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
Explain the Inportance of pa30? : abap hr
How does the system handle roll areas for external program components?
Why do we use abstract class
From Excel to ABAP - Is batch mode possible ?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
How can we omit a leading sign and a leading zero in sapscript?