Hi all,
I want to use appending instead of into while using the select statement. The itab's some fields are full of data. Because of this I want to use appending,not to lose the data in it.
It has been filled like this:
select a b c into ( itab-a itab-b itab-c).......
not like this :select a b c into table itab....
Thanks.