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 / nilanjan das
it comes out
of loop and endloop for further loop pass.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How many ways you can create table? : abap data dictionary
How many structures can be created in a Ztable ?
Is a logical database a requirement/must to write an abap/4 query?
How many default tab strips are there?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the different types of parameters?
How do you find if a logical database exists for your program requrements?
What are the pooled and cluster tables?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What are the different types of abap/4 programs?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
Explain the difference between domain and data element? What are aggregate object?