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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / kiran kumar v
It would just come out of IF and End IF.
Kiran V
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / nilanjan das
it comes out
of loop and endloop for further loop pass.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kiran
It depends on the IF Condition. But the control comes out of the loop.
Is This Answer Correct ? | 2 Yes | 1 No |
Once the recording is done in BDC and LSMW...if we are asked to add an additional field later...then how do we add the field to the existing one...?
4 Answers Deloitte, Tata Steel Limited,
how do you call third selection screen ?
what is the difference between function module alv and oop alv.
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
how will you debug sapscript
How to do back ground processing in BDC Session method ?
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
What does an exec sql statement do in abap?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
Write special commands of list?
what is the standard program used to upload/download layout sets in scripts.
What are the two different ways of building a match code object?
Can we have more than one selection-screen . And how ?