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 / abhi
it will come out of the loop for next loop pass
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the different functions used in sap script? What are the parameters used in each function?
Differentiate between table and template ?
What is an rdbms?
Explain what is runtime analysis?
What are the main uses of the primary key?
What are the events we use in dialog programming and explain them?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How to handle error in session method? : abap bdc
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
How can we access the correction and transport system?
What are the different types of views and their definition?
What happens Update command is used without where clause ?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul