<?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: Connection between E071 Objects and Master Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549778#M2006756</link>
    <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; I think it is more related to one program you have made, long time ago, to control consistency of transport request. (but I am not sure)&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 07:27:29 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2022-02-25T07:27:29Z</dc:date>
    <item>
      <title>Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549776#M2006754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I'm currently developing a tool which automatically documents objects or customizing activities in transport requests by comparing the objects with another system. For normal customizing it's easy, as I can see all tables with their keys in E071 and it's linked tables. So I'm able to dynamically read and compare them. No problem here.&lt;/P&gt;
  &lt;P&gt;But I'm struggeling with workbench objects. Let's take a class method as an example.&lt;BR /&gt;The Program ID in this case is "LIMU" with object type "METH". The table where information are stored for methods is "TMDIR".&lt;/P&gt;
  &lt;P&gt;SAP somehow knows that the combination of LIMU and METH belongs to the base table "TMDIR".&lt;BR /&gt;I can't find where this information is stored. I don't want to hardcode the tables for these combinations as they have to be in the depths of the system.&lt;/P&gt;
  &lt;P&gt;Does anyone know which tables of function calls I can use?&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;André&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 19:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549776#M2006754</guid>
      <dc:creator>AndKob</dc:creator>
      <dc:date>2022-02-24T19:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549777#M2006755</link>
      <description>&lt;P&gt;Is that what you're looking for? &lt;A href="https://answers.sap.com/answers/13592224/view.html" target="test_blank"&gt;https://answers.sap.com/answers/13592224/view.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 21:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549777#M2006755</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-24T21:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549778#M2006756</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; I think it is more related to one program you have made, long time ago, to control consistency of transport request. (but I am not sure)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 07:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549778#M2006756</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-25T07:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549779#M2006757</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; Sorry, but this has nothing to do with my problem. I only used a class method as an example. Of course I also want to know where other workbench objects e.g. reports, forms etc. are stored.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549779#M2006757</guid>
      <dc:creator>AndKob</dc:creator>
      <dc:date>2022-02-25T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549780#M2006758</link>
      <description>&lt;P&gt;Okay so &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; could be right. But I am not sure which master table you are looking for. Why do you want TMDIR for LIMU METH? Could you provide a precise example? Is it just to check if the object exists?&lt;/P&gt;&lt;P&gt;Maybe you could debug what is behind the F4 to display the list of all (?) existing objects which is possible in many ABAP Workbench screens, or Ctrl+Shift+A in ADT.&lt;/P&gt;&lt;P&gt;Also, maybe GET_WB_TYPE_FROM_TADIR_TYPE or GET_WB_TYPE_FROM_TADIR_TYPE could also help in some intermediate conversions.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 18:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549780#M2006758</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-25T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549781#M2006759</link>
      <description>&lt;P&gt;Yes, I only want to see if an object exists. I know the TADIR table, but this is not precise enough. In this table are only the top objects, not subobjects.&lt;/P&gt;&lt;P&gt;For example: In TADIR are lots of entries for R3TR CLAS (top object), but none for LIMU METH (sub-object). So this table is sadly more or less useless.&lt;/P&gt;&lt;P&gt;Because of that I'd like to know the database table of the objects. &lt;BR /&gt;A few easy examples: &lt;BR /&gt;LIMU METH = TMDIR&lt;BR /&gt;R3TR CLAS = SEOCLASS&lt;BR /&gt;LIMU REPS = TRDIR&lt;/P&gt;&lt;P&gt;I'm looking for a database table which links the combination of program-id and object with the corresponding tables. I believe there have to be something like that, as the transport requests have to know where the objects are stored. Otherwise the import would not be possible.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 10:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549781#M2006759</guid>
      <dc:creator>AndKob</dc:creator>
      <dc:date>2022-02-28T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connection between E071 Objects and Master Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549782#M2006760</link>
      <description>&lt;P&gt;If you don't have a standard SAP application to do that, not sure that this magical thing exists. To get the "enclosing object" (R3TR) from a LIMU "sub-object", you may try these function modules: SVRS_RESOLVE_E071_OBJ, GET_R3TR_OBJECT_FROM_LIMU_OBJ, TR_CHECK_TYPE.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-between-e071-objects-and-master-tables/m-p/12549782#M2006760</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-28T15:00:29Z</dc:date>
    </item>
  </channel>
</rss>

