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 an interface? In what scenario we use interface? What is the difference between abstract class and interface?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
How can we achieve MVC ?
How do you write manual bdc session method? : abap bdc
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
How do you retrieve the data for repetitive structures ? : abap hr
What is your current client number?
What are indexes? : abap hr
Create any functions? How to go about it?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What are logical databases? : abap hr
What are datasets in abap?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What are the 3 types of tables in sap? : abap data dictionary