Skip to Content
0
Former Member
Feb 25, 2009 at 07:15 AM

appending data from 1 internal table to another

32 Views

i have a internal table itab whose structure is as follows

id
inode1
inode2
inode3
inode4
n0001
n0002
n0003
n0004

now I want to collect all the id (which are not of the type n000...) which are inode1, inode2,inode3,inode4 into another internal table.

How can I do that?