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
State the system field for the current date?
Rp_provide_from_last contains how many parameters ? : abap hr
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What are the two ways of producing a list within a transaction?
Define database layer? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What is the use of program rsbdcsub? : abap bdc
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What are the page headers for secondary lists?
Differentiate between the uline and write: sy-uline statements if any?
Explain how many types of tables exist and what are they in data dictionary?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is a data class? : abap data dictionary
When is the top-of-page event triggered? : abap data dictionary