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 / mindaugask
The CONTINUE statement can only be used in loops. If it is used, the current loop pass
is ended immediately and the program flow is continued with the next loop pass.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is meant by performance analysis? Have done anything to improve the performance?
What is internal payroll process? : sap abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are the differences between domain and data element?
Define external layer? : abap data dictionary
How do you find the information on the current screen? : abap bdc
What are the three components of a work process?
How can you find the field/data underlying a transaction?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Explain the difference between tables and structures?
What is asap methodology? : sap abap hr
In sap script how to print bar code in vertical manner
Name the special commands of list?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary