Hi all,
i want to delete records from internal table( this internal table is dynamic) i tried with the below code
delete table <itab > with table key (g_erdat) in gt_ranges.
here g_erdat is having field value erdat, it may vary so i gave in bracket., but it is allowing only EQ instead of IN in the above statement , could u please help me , thanks in advance.
Regards,
Billa