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
Did you use buffering?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
How do you differentiate tax for different countries? : sap abap hr
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What is the function of the correction system?
what are Hana Basics
Explain some essential objects in abap dictionary?
What is For-period and In-period
What are the problems in processing batch input sessions?
What is runtime analysis?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
what is call back in alv?
What are the different types of operators in the sap abap?
What is the use of a pretty printer?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?