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

What are the different types of internal table?

644


What is an on”*-input filed” statement?

600


Difference between sy-tabix and sy-index?

780


Why bapi need then bdc ? : abap bdc

577


GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?

1434






What is example class

886


What will you code in start-of-selection & end-of-selecton & why?

576


what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...

1530


what is the transaction transaction for setting parameters rdisp/buffermode

3577


How can we declare a table control in the abap/4 program?

640


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

602


What are the different methods of bdc? : abap bdc

603


Explain different types of locks?

562


What is a data dictionary? : sap abap data dictionary

551


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2078