Skip to Content
0
Jul 29, 2016 at 10:34 AM

field symbol issue

40 Views

Hi ,

In Webdynpro am using Multiple selct option , so while user enters the multiple inputs it is to be captured by the

below code:

data: lt_fields type if_wd_select_options=>tt_selection_screen_item.

loop at lt_fields ASSIGNING <ls_fields>.

case <ls_fields>-m_id.

when 'zz'.

ASSIGN <ls_fields>-mt_range_table->* to <rt_zfs>.

ENDCASE.

ENDLOOP.



All the user entered values are under the Fs <rt_zfs> (multiple select options)


now i want to move the <rt_zfs>-low field to other work area...



from that work area to z-atble i want to update...


so kindly help to move the field symbol values to other internal/ work area,



Kindly help the issue please...