<?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: Object Directory Entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248631#M1014096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules are stored under function group .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 12:19:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-01T12:19:42Z</dc:date>
    <item>
      <title>Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248629#M1014094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to distinguish a function group and a function. My problem is that both have the same object directory entry.&lt;/P&gt;&lt;P&gt;I must know if there is another attribute to distinguish them. If yes where to find?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248629#M1014094</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2008-08-01T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248630#M1014095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't distinguish in TADIR, only R3TR FUGR in there. In TFDIR you have a list of all functions, the group can be derived from column PNAME (minus the 'SAPL').&lt;/P&gt;&lt;P&gt;What are you actually trying to accomplish?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248630#M1014095</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-01T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248631#M1014096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules are stored under function group .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248631#M1014096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-01T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248632#M1014097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ALV Grid with columns like in the object directory entry. When the user clicks on a line the system has to branch to the relevant editor. It works with just every object. But a function should branch to SE37 and a function group to SE80 and so I need to find out how to distinguish them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248632#M1014097</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2008-08-01T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248633#M1014098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, apart from reinventing the wheel (isn't SE80/SE90 providing that kind of functionality?), you will need to resolve the R3TR FUGR entries into their LIMU FUNC subobjects before displaying the ALV list.&lt;/P&gt;&lt;P&gt;Same applies to classes and methods by the way, did you not run into the same problem there?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248633#M1014098</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-01T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248634#M1014099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;   IF wa-object = 'FUGR'.&lt;/P&gt;&lt;P&gt;      SELECT *&lt;/P&gt;&lt;P&gt;      FROM enlfdir&lt;/P&gt;&lt;P&gt;      INTO CORRESPONDING FIELDS OF TABLE t_enlfdir&lt;/P&gt;&lt;P&gt;      WHERE area = wa-obj_name&lt;/P&gt;&lt;P&gt;       AND  generated &amp;lt;&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        LOOP AT t_enlfdir INTO wa_enlfdir.&lt;/P&gt;&lt;P&gt;          wa-obj_name = wa_enlfdir-funcname.&lt;/P&gt;&lt;P&gt;          APPEND  wa TO h_itab.&lt;/P&gt;&lt;P&gt;          help_counter = help_counter + 1.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    CLEAR wa.&lt;/P&gt;&lt;P&gt;    counter = counter + 1.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 11:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248634#M1014099</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2008-08-08T11:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Object Directory Entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248635#M1014100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved the question on my own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 11:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-directory-entry/m-p/4248635#M1014100</guid>
      <dc:creator>HKany</dc:creator>
      <dc:date>2008-08-08T11:06:56Z</dc:date>
    </item>
  </channel>
</rss>

