<?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 Reading Deep structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-structure/m-p/5126801#M1188722</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 have deep Structure PS_RJHAORDER-RJHABPZ_ITAB-BELEGEINH,  BELEGEINH is the field which contains some value and I want to read that value and pass to the field of same type of BELEGEINH.&lt;/P&gt;&lt;P&gt;let's say.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LS_BELEGEINH = PS_RJHAORDER-RJHABPZ_ITAB-BELEGEINH&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I get error saying "PS_RJHAORDER doesn't have component called RJHABPZ_ITAB-BELEGEINH".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandravadan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2009 20:32:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-09T20:32:05Z</dc:date>
    <item>
      <title>Reading Deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-structure/m-p/5126801#M1188722</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 have deep Structure PS_RJHAORDER-RJHABPZ_ITAB-BELEGEINH,  BELEGEINH is the field which contains some value and I want to read that value and pass to the field of same type of BELEGEINH.&lt;/P&gt;&lt;P&gt;let's say.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LS_BELEGEINH = PS_RJHAORDER-RJHABPZ_ITAB-BELEGEINH&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I get error saying "PS_RJHAORDER doesn't have component called RJHABPZ_ITAB-BELEGEINH".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandravadan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 20:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-structure/m-p/5126801#M1188722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T20:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-structure/m-p/5126802#M1188723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandravadan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can't access directly a deep structure field like that because table PS_RJHAORDER-RJHABPZ_ITAB doesn't have a header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a auxiliary structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at PS_RJHAORDER-RJHABPZ_ITAB into ls_aux.
  LS_BELEGEINH = ls_aux-BELEGEINH.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 20:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deep-structure/m-p/5126802#M1188723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T20:47:02Z</dc:date>
    </item>
  </channel>
</rss>

