<?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: Relationship Model between tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777939#M1677999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below info, it may help in your task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Goto t-code SQVI.&lt;/P&gt;&lt;P&gt;2.Give a test QuickView name and create with data source 'Table join' in layout mode.&lt;/P&gt;&lt;P&gt;3.Goto Edit-&amp;gt;insert table.Mention the table name and add the table.&lt;/P&gt;&lt;P&gt;Like wise you can insert as many table as you want and in the layout mode the key relationships are shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 05:44:11 GMT</pubDate>
    <dc:creator>former_member282968</dc:creator>
    <dc:date>2012-06-26T05:44:11Z</dc:date>
    <item>
      <title>Relationship Model between tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777936#M1677996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do anybody now if where is any transaction (or similar) that show relationships between multiple database tables? E.G. an Entity-Relationship Model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several tables in one package (about 20), and I want to better understand how they are related. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Julia &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777936#M1677996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-18T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship Model between tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777937#M1677997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Such things exist in some of the training courses that SAP offer. You can get an idea by looking at related logical databases.&amp;nbsp; Otherwise, there isn't anything really. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 10:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777937#M1677997</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-06-20T10:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship Model between tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777938#M1677998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some standard SAP tables have a graphical relationship view (of sorts) available via SE11 but in ~13 years I've never found it to be particularly useful.&amp;nbsp; If you are talking about custom tables, it is probably completely useless!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've known colleagues to use an external SQL tool, such as something within the MySQL suite to actually take the time to build the relationship model themselves, as part of either the design or build process.&amp;nbsp; Of course, this could be done retrospectively with already existing tables.&amp;nbsp; The advantage is that you will probably learn all you need to know about the table relationships whilst building the model - the downside being the amount of time it may consume and of course, if the SAP tables change, you will need to maintain the relationship model in parallel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777938#M1677998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-20T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship Model between tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777939#M1677999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below info, it may help in your task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Goto t-code SQVI.&lt;/P&gt;&lt;P&gt;2.Give a test QuickView name and create with data source 'Table join' in layout mode.&lt;/P&gt;&lt;P&gt;3.Goto Edit-&amp;gt;insert table.Mention the table name and add the table.&lt;/P&gt;&lt;P&gt;Like wise you can insert as many table as you want and in the layout mode the key relationships are shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 05:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777939#M1677999</guid>
      <dc:creator>former_member282968</dc:creator>
      <dc:date>2012-06-26T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship Model between tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777940#M1678000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;I don't think there is an easy way to look for all the tables at once.&lt;/P&gt;&lt;P&gt;The only way within SAP would be within SE11 via the graphic button (Ctrl+Shift+F11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other cumbersome version would be to find a Where Used List restricted to used in "Database Tables" but this will not give the relationships. You will have to figure out that piece manually looking at each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 20:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relationship-model-between-tables/m-p/8777940#M1678000</guid>
      <dc:creator>Puneet_Gupta</dc:creator>
      <dc:date>2012-06-26T20:48:15Z</dc:date>
    </item>
  </channel>
</rss>

