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 / abhi
it will come out of the loop for next loop pass
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe data classes? : abap hr
Explain get cursor field?
How do you write a function module in sap?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What are the buffering types?
Specify the types of data dictionary objects.
What is static attribute
What are the steps in creating screen ?
how to track records from data dictionary?
What is the use of abap data dictionary? : abap data dictionary
Did you create secondary index?
Can we set page headers to details lists?
What is view? Explain the different types of view?
Can we display a list in a pop-up screen other than full-size stacked list?
How to write a code for multiple transactions? : abap bdc