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?