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 / kirankp

First it depends on Conditon, for example IF ITAB-EBELN
= 'SOME VALUE'. If condition satisfies then control will
come out of the LOOP and it will continue next line
execution.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.

2779


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

616


What is luw?

688


What is a view? : abap data dictionary

659


What are the different types of abap/4 programs?

609






What kind of financial periods exist in SAP? What is the relevant table for that?

606


What are subroutines? : abap modularization

629


Can you define a field without a data element?

560


What is meant by a schema? : sap abap hr

583


What are the aggregate objects in the data dictionary? : abap data dictionary

1048


What is difference between check table and value table ?

646


What is a transport?

626


Write syntax for message error (report)?

639


How will you insert record in a sorted table

870


Explain how many types of tables exist and what are they in data dictionary?

612