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

Fetching value from deep structure

Former Member
0 Likes
338

Hi All,

I need to take value from deep structure into a variable.

IS_DESDLVRY_NOTIF-DELIVERY-ITEM[1]-PURCHASE_ORDER_REFERENCE-ID is that structure.

Value is available in debugger.

But in editor gives syntax error- item[1] doesnt exist,Item exist.

If i delete [1] from item i wont get value.

can you guide how to resolve error?

Thanks.

Edited by: sanj_dell on Jun 17, 2011 8:20 AM

1 REPLY 1
Read only

Former Member
0 Likes
303

Hi,

you have to read table IS_DESDLVRY_NOTIF-DELIVERY-ITEM index 1 into a matching structure!

Regards,

Klaus