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


Please Help Members By Posting Answers For Below Questions

What are the requirements a dialog program must fulfill?

821


Can we set page headers to details lists?

749


What is the difference between internal tables and extract datasets? : abap modularization

900


What is an “on input filed” statements?

864


How collect statement is different from append?

729






What is step-loop? Explain all the steps?

720


How do you control printer functions from sapscript?

942


What does the insert statement in extract datasets do?

809


What is the collect statement?

867


What is your approach to find exit and BAdi?

1049


visibility section for class level and attributes level

1028


What does an exec sql statement do in abap? What is the disadvantage of using it?

900


What are the data types of the external layer?

761


What are different ABAP editors? What are the differences?

777


In which particular scenario we use sorted table and which particular scenario we use standard table?

1189