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 should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

592


How to eliminate duplicate entries in internal tables?

677


What are the attributes of the data in data dictionary? : abap data dictionary

601


Which FM do you use to find out who is reporting to whom

5173


How to create a check box/option button in a list?

2458






Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

606


How many primary keys can be created for a table?

617


What was the requirement of IDoc in your project? How it was working?

1549


What is the difference between skip and reserve?

605


Where the payroll results are stored

1808


How many types of data classes are there in sap abap? : abap data dictionary

552


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

636


What are the features of abap/4 dictionary? : abap data dictionary

580


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

681


What are the functional modules used in sequence in bdc? : abap hr

592