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 / kiran
It depends on the IF Condition. But the control comes out of the loop.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the internal tables and work area?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
How do you process errors in call transaction method? : abap bdc
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is bdc programming? : abap bdc
What is primary index?
What is the max no of match code id’s that can be defined for one match code object?
Explain about Recording Function?
In what ways we can get the context sensitive f1 help on a field?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
what is leave to TRANSACTION?
What is personnel sub are
How do you read files from the application server ? : abap bdc
What are the different types of data dictionary objects? : abap data dictionary