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


Please Help Members By Posting Answers For Below Questions

Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?

740


What are the problems in processing batch input sessions?

737


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

685


How are BAPI different from normal function modules?

1848


What are the advantages of abap query tool?

685






Differentiate between static and dynamic step loops?

721


Can a filed occur in several field groups?

741


Explain what is the step-by-step process to create a table in data dictionary?

813


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

724


Define batch input session?

723


What is the significance of technical settings (specified while creating a table in the data dictionary) ?

737


What are the different types of views in sap? : abap data dictionary

757


What happens if we use leave to list-processing without using suppress-dialog?

842


Can you create an internal table dynamically?(at run time)

1567


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

708