<?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: PGMID for any Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679202#M1291063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All those values are actually hard coded in include &lt;STRONG&gt;LTR_OBJECTSF02&lt;/STRONG&gt; of &lt;/P&gt;&lt;P&gt;program  &lt;STRONG&gt;SAPLTR_OBJECTS&lt;/STRONG&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2009 05:43:48 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-05-25T05:43:48Z</dc:date>
    <item>
      <title>PGMID for any Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679201#M1291062</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;Can anyone tell me how is the PGMID for any object is generated and where is it stored.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a tables TADIR and E071 and tried to query them giving the Object name but it takes too long&lt;/P&gt;&lt;P&gt;(I never got  result!!!!!!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me some other table or API which can do this for me. I have the Object name but i need to get the PGMID.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I found  that PGMID for PROG is R3TR. Is it always true...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679201#M1291062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: PGMID for any Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679202#M1291063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All those values are actually hard coded in include &lt;STRONG&gt;LTR_OBJECTSF02&lt;/STRONG&gt; of &lt;/P&gt;&lt;P&gt;program  &lt;STRONG&gt;SAPLTR_OBJECTS&lt;/STRONG&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679202#M1291063</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-05-25T05:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: PGMID for any Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679203#M1291064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R3TR is a Program id for Objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are following program ids present in R/3 system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pg ID	Short text&lt;/P&gt;&lt;P&gt;*	Comment line&lt;/P&gt;&lt;P&gt;CORR	Comment (automatic)&lt;/P&gt;&lt;P&gt;LANG	Language-specific component&lt;/P&gt;&lt;P&gt;LIMU	Subobject of the development environment&lt;/P&gt;&lt;P&gt;R3OB	Application-defined objects (ADOs)&lt;/P&gt;&lt;P&gt;R3TR	Object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 06:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679203#M1291064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T06:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: PGMID for any Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679204#M1291065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try to query E070, E071 and TADIR altogether for performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK, PGMID for PROG is always R3TR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;B. Yanuar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 09:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pgmid-for-any-object/m-p/5679204#M1291065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T09:36:55Z</dc:date>
    </item>
  </channel>
</rss>

