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

Reg update data in nested structures

Former Member
0 Likes
654

Hi,

I have one structure S_TEST and it has 5 fields, each field is of one table type which inturn has many fields in it.

In my program I am getting the above structure with data in all the fields.

I wanted to update one specific field in all the fields(i.e., field in the table types) of the structure.

Please let me know if you have any ideas in this.

Thanks,

Srinivas

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
538

Hi check this way..

s_test - structure -field = 'value'.

Read only

0 Likes
538

Hi,

Thanks for your response. I have done this through loop through the field table type but I need it in dynamic way...as in future if they add more structures also it should be applicable.

Thanks,

Srinivas

Read only

Former Member
0 Likes
538

I have resolved this on my own using field symbols. Thanks for looking into the thread.

Thanks,

Srinivas