<?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: Database view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635600#M606331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 05:40:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T05:40:36Z</dc:date>
    <item>
      <title>Database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635597#M606328</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;I have a problem with displaying the data in view. I created a view  (SE11) following the guidelines from library . I made join of two tables already containing the data .&lt;/P&gt;&lt;P&gt;The data can be seen when  using SE16 for the table separately , but when  i when to see the data in the view  ( also with se 16 ) i can see only the data from the first table not from the second one in the view . And what i s more strange I can't  even see the columns of the second table.&lt;/P&gt;&lt;P&gt; Please advice .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635597#M606328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635598#M606329</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;Check if you have added fields from the second table to the View fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also only 40 columns can be displayed when you want ot see the table or view contents from SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for your info Database view is created using INNER JOIN in the underlying database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635598#M606329</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-08T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635599#M606330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys. &lt;/P&gt;&lt;P&gt;Please have a look at below link. It will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for more detailed info look on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 16:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635599#M606330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T16:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635600#M606331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 05:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view/m-p/2635600#M606331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T05:40:36Z</dc:date>
    </item>
  </channel>
</rss>

