Skip to Content
0
Former Member
Dec 07, 2006 at 10:04 AM

Deleting the records from internal table

128 Views

Hi all,

I am having the data in itab_bkpf internal table and selecting the data from BSEG table into the itab_bseg internal table using for all entries in internal table itab_bkpf.

after that i have to loop at first internal table itab_bkpf , and find the records which are not selected in itab_bseg and delete them.

Plz send me the code for this.