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
Mention the various databases integrities?
What is sap script? Describe its components.
What is a modification assistant?
Explain the client concept of sap.
What are the different control break statements available inside a loop?
What is the transaction code to display the payroll results ? : abap hr
Differentiate between the uline and write: sy-uline statements if any?
What are the personnel administration related infotypes? : abap hr
What are the uses of interactive reporting?
Setting up a BDC program where you find information from?
Hat are the different types of mode (run code) in call transaction method?
What is a table attribute?
What is open sql?
Which transaction code can I used to analyze the performance of ABAP program.?
What is the difference between Exit and Stop?