cancel
Showing results for 
Search instead for 
Did you mean: 

geting select options data into variable

Former Member
0 Kudos

hey ,

when i get the value of select options i have to use a variable with type any

and to assign it to field symbol type table.

DATA: NODE_FLIGHTS TYPE REF TO IF_WD_CONTEXT_NODE.

DATA: RT_CARRID TYPE REF TO DATA.

FIELD-SYMBOLS: <FS_CARRID> TYPE TABLE

.* Retrieve the data from the select option

RT_CARRID = WD_THIS->M_HANDLER->GET_RANGE_TABLE_OF_SEL_FIELD( I_ID = 'S_WEIGHT).

  • Assign it to a field symbol

ASSIGN RT_CARRID->* TO <FS_CARRID>.

how can i pass RT_CARRID or <FS_CARRID> to a varible with type vbap-netgrw ( net weight ) ?

thanks

ASA

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

posted in other forum