Hi Ian ,
Try variable by assigning name of type DD02L-TABNAME
then use a field symbol
FIELD-SYMBOLS : <IT_TABLE> TYPE STANDARD TABLE.
You have to assign the structure of table to it .
Regards
Yogendra
Hi Ian ,
Try variable by assigning name of type DD02L-TABNAME
then use a field symbol
FIELD-SYMBOLS : <IT_TABLE> TYPE STANDARD TABLE.
You have to assign the structure of table to it .
Regards
Yogendra