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 kumar v
It would just come out of IF and End IF.
Kiran V
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is foreign key relationship? : abap hr
How to debug a sapscript?
What is asynchronous and synchronous update?
What is lock mechanism? How do we create lock objects in abap?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the difference between upload and ws_upload ? : abap bdc
What is the reserve command?
What are the client dependant objects in abap / sap?
How to display if the value entered contains records or not?
What are field groups?
What is the max no of match code id’s that can be defined for one match code object?
What is modularization and its benefits?
how 2 create the normal form by using functional module
Differentiate database index and match code.
How move-corresponding works