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
What are null values?
What are the types of subroutines? : abap data dictionary
How to debug a script in abap?
Can a domain, assigned to a data element be changed?
How do you process errors in session method ? : abap bdc
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
Explain what are the events in screen programming?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
How to create any functions?
What are the screen elements.
Is it possible to run host command from SAP environment? How do you run?
What is the function of a data element? : abap data dictionary
What is a development class? : abap data dictionary
What are the disadvantages of abap query tool?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary