How to delete a particular record from internal table
Hi,
I have some records in internal table, i want to delete some records from the internal table how to do that?
For example in my internal table i have records with the key KSCHL. i want to del one record from the internal table if the kschl value = zfi4.
How to do this?
Mohana
Tags:
Former Member replied
Hi Mohana,
It is always not advisable to delete records from an itab,try to have a sepeate flag for deletion indicator and then you can use logic as per this.
regards,
kavitha