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

How to find the return code of a statement in abap programs?

602


Persistent class

902


How will you read from internal table records in a given value range (without using loop)

970


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

616


What are the advantages and disadvantages of using views in abap programming ?

648






Why do we use dynamic where conditions?

876


What is netweaver???what is the relationship with ABAP?

1625


What is the difference between synchronous and asynchronous update? : abap bdc

640


Why do we declare a method of a class final? What can be the purpose? Give a scenario.

893


Explain the advantage of structures?

546


How do you get the number of lines in an internal table?

616


What are the data types of the abap/4 layer? : abap data dictionary

655


Why are insert and append statement used in sap abap?

669


What is the difference between semi-monthly and Bi-weekly payroll area

3021


How do you document abap/4 programs? Do you use program documentation menu option?

698