loop at itab.
IF <cond>.
Continue.
Endif.
Endloop.
If continue triggers what will happen, it comes out
of loop and endloop for further loop pass or just comes out
of IF and Endif.
Answers were Sorted based on User's Feedback
Answer / mindaugask
The CONTINUE statement can only be used in loops. If it is used, the current loop pass
is ended immediately and the program flow is continued with the next loop pass.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / kirankp
First it depends on Conditon, for example IF ITAB-EBELN
= 'SOME VALUE'. If condition satisfies then control will
come out of the LOOP and it will continue next line
execution.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kiran kumar v
It would just come out of IF and End IF.
Kiran V
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / nilanjan das
it comes out
of loop and endloop for further loop pass.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kiran
It depends on the IF Condition. But the control comes out of the loop.
Is This Answer Correct ? | 2 Yes | 1 No |
2. You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
what are Conversion Routings?
How debug a back ground job?
three jobs are there if one fails wat happens?
If you write a write statement after end-of-selection, will that be triggered ?
What is the significance of delivery class?
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
iam having 3 internal table how can i pass data to the 4th internal table
how will u interact with client if neccessary?
How to reprocess the failed IDOC? How wil u know idoc is failed?What are tcodes?
VVVV.Urgent- How can i develop more than 30 interactive lists in reports.