Skip to Content
0
Former Member
Dec 19, 2007 at 05:24 PM

How to display tables records year wise

101 Views

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