Skip to Content
0
Former Member
Jul 03, 2009 at 09:28 AM

To delete columns of internal table of field symbol

1462 Views

Hi friends,

if i have declared a field symbol like :

FIELD-SYMBOLS: <t_dyntable> TYPE STANDARD TABLE.

This contains column name as COL01 COL02 COL03 COL04 COL05 COL06

How can i remove columns of my choice. I mean to say i want to remove the columns from COL03 to COL06.

Please guide me.

Thanks and regards,

Gaurav