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


Please Help Members By Posting Answers For Below Questions

What are field groups?

784


What are the different database integrities?

762


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

818


How many types of size categories and data classes are there?

827


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

1908


Difference between transparent tables and pooled tables? : abap hr

793


How to get that a secondary index is attached to a select query?

1122


The commands through which an abap/4 module can “branch to “ or “call” the next screen are?

876


Example of table cluster and cluster tables.

842


Explain what are the different functions used in sap script? What are the parameters used in each function?

771


What are the different types of operators in the sap abap?

770


What is meant by a schema? : sap abap hr

777


What are the differences between table and structure in data dictionary?

824


What is example class

1076


What is the difference between RETURNING and CHANGING parameters for a method?

1300