Skip to Content
0
Jan 13, 2011 at 06:57 PM

Modify Fieldsymbol Table from Work Area

2169 Views

Hi,

I have seen the following append statement work perfectly, at runtime <gfs_tabtable> is assigned to be a type of SFLIGHT -

FIELD-SYMBOLS: <gfs_tabtable>        TYPE STANDARD TABLE.
APPEND wa_sflight TO <gfs_tabtable>

I am trying to achieve the following but it does not seem to work (sy-subrc = 4), could you tell me where am I going wrong -

FIELD-SYMBOLS: <gfs_tabtable>        TYPE STANDARD TABLE.
MODIFY <gfs_tabtable> FROM  wa_sflight