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

How to overwrite the values in RTTS?

Former Member
0 Likes
1,115

Dear Experts,

How to update a dynmaic structure RTTS. I want to update the values in <REF> from work area LS_ZT2000.

Assign component is overwritting whole of <REF>. I need to update only a single field of it.

Thanks and kind regards,

Dear Experts,

How to update a dynmaic structure RTTS. I want to update the values in <REF> from work area LS_ZT2000.

Assign component is overwritting whole of <REF>. I need to update only a single field of it.

Thanks and kind regards,

2 REPLIES 2
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,025

First assign the component to a helper field symbol <fs> and then use <ref>-comp = <fs>.

Read only

Former Member
0 Likes
1,025

Hi Horst,

Thanks for the quick reply.

I had to leave it this <ref> as generic. But it works with following steps.

1 I have assigned the compoment of structure to a helper FS.

2. Then i have to compare with the value with workarea.

3. I replace the value as of business needs if the helper FS does not match to work area.

Kind Regards,

Umer Farooq