<?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: Joining tables while creatin view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812928#M1781594</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;Database view also create a inner join between tables. I&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;t should be kept in the mind that we can only include &lt;A _jive_internal="true" href="https://answers.sap.com/thread/371000"&gt;transparent tables&lt;/A&gt; in database view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;for more info. you can follow the&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/View/Database.htm"&gt; link..&lt;/A&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 11:28:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-11T11:28:46Z</dc:date>
    <item>
      <title>Joining tables while creatin view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812927#M1781593</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;I have created data base view.I am trying to join two tables one is standard another one is cusomized.&lt;/P&gt;&lt;P&gt;But vBELN is a key fields for standard table but in ztable its not .Can i join this table.&lt;/P&gt;&lt;P&gt;I know i will be getting mulitple entries but is it ok to join this tables.Pls let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 11:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812927#M1781593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables while creatin view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812928#M1781594</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;Database view also create a inner join between tables. I&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;t should be kept in the mind that we can only include &lt;A _jive_internal="true" href="https://answers.sap.com/thread/371000"&gt;transparent tables&lt;/A&gt; in database view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;for more info. you can follow the&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/View/Database.htm"&gt; link..&lt;/A&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 11:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812928#M1781594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables while creatin view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812929#M1781595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii ravi,&lt;/P&gt;&lt;P&gt;We can join those tables which have some common fields among themselves.&lt;/P&gt;&lt;P&gt;or those table having foreign key relationship with other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in ur case suppose vbak is ur standard table having key field vbeln and ur custom tabe don't have vbeln field.&lt;/P&gt;&lt;P&gt;so if&amp;nbsp; u will try two join these two tables then in contents u will get no records as the join fileds is not common two them and also u will get the warning as the view is inconsistent so just check out the warning.&lt;/P&gt;&lt;P&gt;U can join mandt field of vbak and mandt field of ur custom table as both the table have the common fields then u will the contents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else u can do is that u can select ur table and then click relationship , u will get the table which is realated with the table as foreign key tabel and u can select the table and ur join condition will be automatically filled with the key fields of those table. U will get the contents according to based on the join condition .&lt;/P&gt;&lt;P&gt;One more thing databse view follow inner join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u got the idea of join condtion.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-tables-while-creatin-view/m-p/9812929#M1781595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T12:12:54Z</dc:date>
    </item>
  </channel>
</rss>

