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.
Post New Answer View All Answers
What functions does a data dictionary perform? : abap data dictionary
What is dynpro? what are its components ?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is the difference between collect and append statements?
What is database utility? : abap data dictionary
how to see the table output?
How do you use structures in the abap programs?
What is the difference between call transaction method and the session method? : abap bdc
What are the functions of lock objects?
What is retro active accounting
What are the two levels in defining a match code? : abap data dictionary
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 clustered tables?
What is the difference between getting and get late?
What is the first thing you do after vendor setup is complete?