Internal table itab contains some records.
If the code is like this : LOOP AT ITAB.
APPEND ITAB.
ENDLOOP.
What ill be the result??
Answer Posted / rams
It will go to infinite loop
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What are roles and authorization objects?
What are datasets in abap?
Explain pai and pbo.
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
Update types in Call transaction method. What is the difference?
What is foreign key relationship? : abap hr
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
Is the basic list deleted when the new list is created?
How would you suppress the display of a parameter on the selection screen?
Exception handling and how does it transfer from called method to calling method?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What are the components in sap application server?
What functions does a data dictionary perform ?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?