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 is the logo in sap script?

669


On which even we can validate the input fields in module progams?

671


Explain what is the difference between primary key and unique key?

721


What is dynamic action? : sap abap hr

732


identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

2097






I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

1903


How to add a column to a table control while using alphanumerical layout editor ?

1910


What is output determination?

759


What are the types of data types in the sap abap?

563


What is the function of the correction system?

655


What is exception class and test class. How to use it?

987


Name the abap/4 modularization techniques?

734


what are the important fields while preparing sales order,inquiry?

1981


What is filter dependent BADI?

1023


Lock objects and what are parameters of ENQUEUE FM?

1355