Skip to Content
0
Former Member
Dec 25, 2007 at 05:15 PM

Delete Entries from Internal Table

19 Views

Hi experts ,

I need your help,

I have 2 internal tables

ITAB1

Vbeln posnr etenr

100 10 1

100 10 2

100 10 3

101 10 1

101 10 2

102 10 1

ITAB2

Vbeln posnr etenr

101 10 1

Now the Result should look like in Itab3

Vbeln posnr etenr

100 10 1

100 10 2

100 10 3

101 10 1

102 10 1

Means the values what we have in ITAB2 - etenr , if it is greater than 1 those entries should not be taken into consideration .

Can any one send the detailed code for the same.