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