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