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.
Answer Posted / 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 |
Post New Answer View All Answers
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What are the problems in processing batch input sessions?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
How are BAPI different from normal function modules?
What are the advantages of abap query tool?
Differentiate between static and dynamic step loops?
Can a filed occur in several field groups?
Explain what is the step-by-step process to create a table in data dictionary?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
Define batch input session?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are the different types of views in sap? : abap data dictionary
What happens if we use leave to list-processing without using suppress-dialog?
Can you create an internal table dynamically?(at run time)
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary