<?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: How does 'RHPH_STRUCTURE_READ' work ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395284#M1405409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use WGID SM-SE. Maybe you need to customize this wegid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2009 15:29:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-15T15:29:17Z</dc:date>
    <item>
      <title>How does 'RHPH_STRUCTURE_READ' work ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395283#M1405408</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 using function RHPH_STRUCTURE_READ to find my system objects, but I don't understand how it exactly works, on attribute WEGID precisely !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the list of what I need to find :&lt;/P&gt;&lt;P&gt; - O objects&lt;/P&gt;&lt;P&gt; - SM linked to O&lt;/P&gt;&lt;P&gt; - SE linked to SM&lt;/P&gt;&lt;P&gt; - E linked to SE or E linked to CE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first one, I use wegid 'O-S-P' (but I don't see what it does mean).&lt;/P&gt;&lt;P&gt;For the two followers, I use otype 'O' and resp. wegid 'O-SM' and 'O-SE'. Is there a way to do from SM to SE without using otype 'O' and this wegid ?&lt;/P&gt;&lt;P&gt;For the last one, I didn't find how to perform it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can explain me how does it works ? My way to test it is really risky !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last question, is there a way to find all my O objects without notify an objid ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 14:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395283#M1405408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-15T14:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'RHPH_STRUCTURE_READ' work ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395284#M1405409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use WGID SM-SE. Maybe you need to customize this wegid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 15:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395284#M1405409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-15T15:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'RHPH_STRUCTURE_READ' work ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395285#M1405410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA:  v_wegid  LIKE t778a-wegid.&lt;/P&gt;&lt;P&gt;DATA: T_PLVAR LIKE P1000-PLVAR,&lt;/P&gt;&lt;P&gt;      T_OTYPE LIKE P1000-OTYPE,&lt;/P&gt;&lt;P&gt;      T_OBJID LIKE P1000-OBJID,&lt;/P&gt;&lt;P&gt;      T_BEGDA LIKE P1000-BEGDA,&lt;/P&gt;&lt;P&gt;      T_ENDDA LIKE P1000-ENDDA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get data for 2 levels&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'RHPH_STRUCTURE_READ'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            plvar             = t_plvar&lt;/P&gt;&lt;P&gt;            otype             = t_otype&lt;/P&gt;&lt;P&gt;            objid             = t_objid&lt;/P&gt;&lt;P&gt;            wegid             = v_wegid&lt;/P&gt;&lt;P&gt;            begda             = t_begda&lt;/P&gt;&lt;P&gt;            endda             = t_endda&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          PUP_INFO          = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          WITH_STEXT        = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            tdepth            = '3'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            stru_tab          = orgstru_tab&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            catalogue_problem = 1&lt;/P&gt;&lt;P&gt;            root_not_found    = 2&lt;/P&gt;&lt;P&gt;            wegid_not_found   = 3&lt;/P&gt;&lt;P&gt;            OTHERS            = 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 16:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395285#M1405410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-15T16:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How does 'RHPH_STRUCTURE_READ' work ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395286#M1405411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To  Jorge Hernandez =&amp;gt;	 I've already tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could it be customized ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: CoinCoin on Dec 15, 2009 5:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 16:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-rhph-structure-read-work/m-p/6395286#M1405411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-15T16:13:21Z</dc:date>
    </item>
  </channel>
</rss>

