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

Passing value to a deep structure

Former Member
0 Likes
849

Hi,

I want to pass a value to a field which is in a deep structure.. The hierarchy is as follows

'Struct1'-> field1 which refers 'struct2'

'struct2'->field2 which refers a table type 'tab1'.

In this table type 'tab1' i have a line type 'struct3'.. i have to pass a value to this 'struct3'..

Can any one help me out for this..

1 ACCEPTED SOLUTION
Read only

Former Member

Hi,

I want to pass a value to a field which is in a deep structure.. The hierarchy is as follows

'Struct1'-> field1 which refers 'struct2'

'struct2'->field2 which refers a table type 'tab1'.

In this table type 'tab1' i have a line type 'struct3'.. i have to pass a value to this 'struct3'..

Can any one help me out for this..

1 REPLY 1
Read only

Former Member