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 / venu
the fields get reentered in the system. it stores the
fields again only if the itab declared with header line
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the requirements a dialog program must fulfill?
Can we set page headers to details lists?
What is the difference between internal tables and extract datasets? : abap modularization
What is an “on input filed” statements?
How collect statement is different from append?
What is step-loop? Explain all the steps?
How do you control printer functions from sapscript?
What does the insert statement in extract datasets do?
What is the collect statement?
What is your approach to find exit and BAdi?
visibility section for class level and attributes level
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are the data types of the external layer?
What are different ABAP editors? What are the differences?
In which particular scenario we use sorted table and which particular scenario we use standard table?