<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing table values in nested deep structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853286#M1786727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deep_structure1-deep_structure2-deep_structure3-n_table4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 10:53:18 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-11-21T10:53:18Z</dc:date>
    <item>
      <title>Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853281#M1786722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am relatively new to ABAP development. I have a requirement to enhance a method MAP_BACKEND_TO_XI in SRM badi /SAPSRM/BD_SOA_MAPPING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario I am facing is as follows: deep_structure--&amp;gt;deep_structure--deep_structure--n_table[1]--field_x&lt;/P&gt;&lt;P&gt;I need to be able to access and modify the value of field_x at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S52"&gt;Kindly assist or if a link already exists point me to it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S52"&gt;Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 09:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853281#M1786722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853282#M1786723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilson &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have data as alredy filled you can directly use loop&lt;/P&gt;&lt;P&gt;data:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_table4 type xyz.&lt;/P&gt;&lt;P&gt;Loop at&amp;nbsp; deep_structure1--&amp;gt;deep_structure2--deep_structure3--n_table4 into lwa_table4&lt;/P&gt;&lt;P&gt;lwa_table4-value = 'X'&lt;/P&gt;&lt;P&gt;modify deep_structure1--&amp;gt;deep_structure2--deep_structure3--n_table4 transport value index lv_tabix&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853282#M1786723</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T09:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853283#M1786724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define Workarea for all the structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use READ TABLE deep_structure1-&amp;gt;deep_structure2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Continue this until you reach the structure where you need to do the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY the structure with the new value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 09:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853283#M1786724</guid>
      <dc:creator>davis_raja</dc:creator>
      <dc:date>2013-11-21T09:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853284#M1786725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time. When i try it that way i get the following error&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You cannot dereference (-&amp;gt;) a generic reference in the current&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;statement&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853284#M1786725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853285#M1786726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Davisraja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same error as with Nabheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853285#M1786726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853286#M1786727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deep_structure1-deep_structure2-deep_structure3-n_table4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853286#M1786727</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853287#M1786728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please attach a screen shot of the nested structure and you sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853287#M1786728</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853288#M1786729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting this error&lt;/P&gt;&lt;P&gt;Field is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853288#M1786729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853289#M1786730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some data delcaration issue..Please share your sample code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853289#M1786730</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T12:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853290#M1786731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Path to the table is CR_MSG_INTF_DATA-&amp;gt;PURCHASE_ORDER_ERPREQUEST_V1-PURCHASE_ORDER-ITEM with the first three as deep structures and ITEM as table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Sample code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ITEM&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at CR_MSG_INTF_DATA-PURCHASE_ORDER_ERPREQUEST_V1-PURCHASE_ORDER-item ASSIGNING &amp;lt;FS_ITEM&amp;gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/328941" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853290#M1786731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853291#M1786732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are trying to access the reference variable. which means a variable points to a remote memory location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a field symbol which is type of the deep structure. &lt;/P&gt;&lt;P&gt;then perform your looping operation on the field symbol and do as instructed in above suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know in case of any issues or difficluties in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853291#M1786732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-21T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853292#M1786733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhaksar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS : &amp;lt;FS_DATA&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ANY&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;CR_MSG_INTF_DATA&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;FS_DATA&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;At run time all data in&amp;nbsp; &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;CR_MSG_INTF_DATA is copied to &lt;SPAN class="L0S52"&gt;&amp;lt;FS_DATA&amp;gt;. &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;CR_MSG_INTF_DATA is declared as &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DATA. Now I am having difficulty accessing table data within &amp;lt;FS_DATA&amp;gt; from program. Earlier in this thread you will see the ITEM table that I am trying to access.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Wilson.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 12:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853292#M1786733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-22T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853293#M1786734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one doubt here, I can see the deep internal table name as CONTROLLAR&amp;nbsp; but I am not able to find any internal table with name ITEM here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;bhaskar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 07:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853293#M1786734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853294#M1786735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time. I have made some headway and see below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS : &lt;/SPAN&gt;&amp;lt;FS_DATA&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ANY, &lt;/SPAN&gt;&amp;lt;FS_DATA_1&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ANY, &lt;/SPAN&gt;&amp;lt;FS_DATA_2&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any, &lt;/SPAN&gt;&amp;lt;FS_DATA_3&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any, &lt;/SPAN&gt;&amp;lt;FS_DATA_4&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS : &lt;/SPAN&gt;&amp;lt;FS_ITEM&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ANY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;CR_MSG_INTF_DATA&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;FS_DATA&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;COMPONENT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRUCTURE &lt;/SPAN&gt;&amp;lt;FS_DATA&amp;gt; &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&amp;lt;FS_DATA_1&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;COMPONENT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRUCTURE &lt;/SPAN&gt;&amp;lt;FS_DATA_1&amp;gt; &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&amp;lt;FS_DATA_2&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;COMPONENT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRUCTURE &lt;/SPAN&gt;&amp;lt;FS_DATA_2&amp;gt; &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&amp;lt;FS_DATA_3&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ITEM table is now in &amp;lt;FS_DATA_3&amp;gt;. The question now is this, there is a field in &amp;lt;FS_DATA_3&amp;gt; that I need to update. Unfortunately I can not reference it by name as the entire structure including the table is created at run time. So how can a value in this table be updated? In a loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CR_MSG_INTF_DATA&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;PURCHASE_ORDER_ERPREQUEST_V1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PURCHASE_ORDER&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ITEM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITEM is the table and the first three are deep structures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 11:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853294#M1786735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853295#M1786736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is below procedure not working for you ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field-symbols: &amp;lt;fs_data_wa&amp;gt; type any,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs_var1&amp;gt; type any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at &amp;lt;FS_DATA_3&amp;gt; assigning &amp;lt;fs_data_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign component &amp;lt;field number&amp;gt; of structure &amp;lt;fs_data_wa&amp;gt; to &amp;lt;fs_var1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(modify the &amp;lt;fs_var1&amp;gt; as per the requirement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unassign &amp;lt;fs_var1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;I dont know whether you tried this or not &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;. If yes then please publish the error or problem you faced, I will try to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 12:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853295#M1786736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-02T12:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853296#M1786737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for late reply. You have made a lot of progress. Simple way out in your case now is&amp;nbsp; keep &amp;lt;FS_DATA_3&amp;gt; same as type of your compoonent of ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else start a loop at &amp;lt;FS_DATA_3&amp;gt; and use assign statement as mentioned above by Bhaskar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;COMPONENT &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;20 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRUCTURE &lt;/SPAN&gt;&amp;lt;FS_DATA_2&amp;gt; &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&amp;lt;FS_DATA_3&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAbheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 12:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853296#M1786737</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-02T12:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing table values in nested deep structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853297#M1786738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your instructions were spot on. Thanks alot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Wilson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 07:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-table-values-in-nested-deep-structures/m-p/9853297#M1786738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-03T07:55:31Z</dc:date>
    </item>
  </channel>
</rss>

