Using field-symbol data within the table to be read

1:CRMS4_SERVICE_TEAM_SH

shlp-selopt inner
    lt_team_type_desc_range = VALUE #( FOR <fs> IN shlp-selopt WHERE ( shlpfield = 'RESPYMGMTTEAMTYPEDESCR' )
                                         ( sign   = <fs>-sign
                                           option = <fs>-option
                                           low    = to_upper( <fs>-low ) ) ).

 

Guess you like

Origin www.cnblogs.com/liyafei/p/11579431.html