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.