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
What is the logo in sap script?
On which even we can validate the input fields in module progams?
Explain what is the difference between primary key and unique key?
What is dynamic action? : sap abap hr
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
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/
How to add a column to a table control while using alphanumerical layout editor ?
What is output determination?
What are the types of data types in the sap abap?
What is the function of the correction system?
What is exception class and test class. How to use it?
Name the abap/4 modularization techniques?
what are the important fields while preparing sales order,inquiry?
What is filter dependent BADI?
Lock objects and what are parameters of ENQUEUE FM?