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 / kirankp
First it depends on Conditon, for example IF ITAB-EBELN
= 'SOME VALUE'. If condition satisfies then control will
come out of the LOOP and it will continue next line
execution.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Setting up a BDC program where you find information from?
when u prefer lsmw?
What are aggregated objects
What actually happens in real-time recruitment? : sap abap hr
What are the payroll related Infotypes
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is evaluation path, where do we do it and why? : sap abap hr
How to find Kernal badi ?
What is step-loop?
What is the transaction code to display the payroll results ? : abap hr
What is a projection view? : abap data dictionary
In delivery processing which step comes first picking, packing, posting goods issue ?
Control Break statements- At new...endat.
Exception handling and how does it transfer from called method to calling method?
What is bdc programming in sap?