What are the different types of loops in the sap abap?
Answer Posted / mohammed juned
There are four kinds of loops in SAP ABAP :
1) DO (Unconditional loop).
2) WHILE (Conditional loop).
3) LOOP AT (To loop internal table records).
4) SELECT...ENDSELECT (To loop dataset records).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need enhancements?
What is the transaction code to display the payroll results ? : abap hr
What is the difference between pnp and pnpce? : abap hr
Why lsmw does not support call transaction method? : abap bdc
What are match codes? describe?
What is meant by authorization? : sap abap hr
Type casting and error handling
Explain the differences between sap memory and abap memory?
How the transaction that are programmed by the user can be protected?
how to capture the errors in bdc Call transaction method?
What are two methods of modifying sap standard tables? : abap data dictionary
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
wat is the default file name of BAPI trace?
What are the data classes in abap?