Skip to Content
0
Former Member
Sep 13, 2007 at 06:09 AM

How to use appending while

23 Views

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.