2017 Aug 10 9:37 AM
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,
2017 Aug 10 10:04 AM
First assign the component to a helper field symbol <fs> and then use <ref>-comp = <fs>.
2017 Aug 10 12:10 PM
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