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

Read Table with Key in a Deep Structure

Former Member
0 Likes
421

Hello,

I'd like to read a table while comparing a value in a deep structure. So in the following code the key ID is a deep structure within cs_purchase_order_message-purchase_order-item-value.

For some reason code check returns no errors with the following code, but I get a short dump with a syntax error on id-value when I execute the code.

read table cs_purchase_order_message-purchase_order-item assigning <fs_xml_item> with key id-value = <fs_item>-number_int.

How do I use "with key" when the value is in a deep structure?

Thanks,

Matt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370
1 REPLY 1
Read only

Former Member
0 Likes
371