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 are field groups?
What are the different database integrities?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
How many types of size categories and data classes are there?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
Difference between transparent tables and pooled tables? : abap hr
How to get that a secondary index is attached to a select query?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Example of table cluster and cluster tables.
Explain what are the different functions used in sap script? What are the parameters used in each function?
What are the different types of operators in the sap abap?
What is meant by a schema? : sap abap hr
What are the differences between table and structure in data dictionary?
What is example class
What is the difference between RETURNING and CHANGING parameters for a method?