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
What is sequence number
Explain the function module in bdc?
What is modularization and its benefits? : abap modularization
How can I make a differentiation between dependent and independent data? : abap hr
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the two ways for restricting the value range for a domain ?
5) How to rereive text elements in SF and script?
What are Tickets in Realtime ?
Explain what is the purpose of sap script?
What is abap work bench?
Different types of luws. What are they?
What will exactly the hide statement do?
How do you set up background jobs in sap?
What are critical issues you have faced in your project
What is the difference between a structure and a table? : abap data dictionary