‎2011 Jun 17 7:19 AM
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
‎2011 Jun 17 7:40 AM
Hi,
you have to read table IS_DESDLVRY_NOTIF-DELIVERY-ITEM index 1 into a matching structure!
Regards,
Klaus