Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing the data using Field symbols

Former Member
0 Likes
489


Hi Folks,

Can any please let me know, how to change the data using external field symbols. I have been working on an implicit enhancement for process order change(COR2), in which i need to few other programs are being called.(eg : SAPLV01P). here i am getting the data in the internal table as below.

Data : lv_tab1 type char30.

Field-symbols : <fs> type any table.

          lv_tab1 = '(SAPLV01P)NMCHA[ ]'.

          assign (lv_tab1) to <fs>.

but  i want to change the data inside this <fs> and that has to be reflected whenever in the other programs this NMCHA is used. I belive that using some syntax --->*  it can be achieved. Please let me know

Regards

Mallikarjun Reddy G


Hi Folks,

Can any please let me know, how to change the data using external field symbols. I have been working on an implicit enhancement for process order change(COR2), in which i need to few other programs are being called.(eg : SAPLV01P). here i am getting the data in the internal table as below.

Data : lv_tab1 type char30.

Field-symbols : <fs> type any table.

          lv_tab1 = '(SAPLV01P)NMCHA[ ]'.

          assign (lv_tab1) to <fs>.

but  i want to change the data inside this <fs> and that has to be reflected whenever in the other programs this NMCHA is used. I belive that using some syntax --->*  it can be achieved. Please let me know

Regards

Mallikarjun Reddy G

1 REPLY 1
Read only

former_member184158
Active Contributor
0 Likes
451