<?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: databease view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358219#M521307</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;The view ignores client-dependency of the base tables &lt;/P&gt;&lt;P&gt;Key field LFA1-MANDT missing                          &lt;/P&gt;&lt;P&gt;All fields are evaluated as key field                 &lt;/P&gt;&lt;P&gt;View ZZ_LF is consistent                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by adding mandt it should overcome the warning right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see all the primary keys of two tables in my database view except Mandt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 17:05:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T17:05:13Z</dc:date>
    <item>
      <title>databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358213#M521301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am getting some warnings while creating a database view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say i am creating join between table1 and table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since iam not adding all the primary fields of both the tables iam getting a warning but its getting activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is should be ok while transporting right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358213#M521301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T16:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358214#M521302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r not using all the key fields of both the tables then you wiull get the correct data from both the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records will be repeated which leads to data redundany.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try to use all the key fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358214#M521302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358215#M521303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i THINK nOT OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358215#M521303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358216#M521304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358216#M521304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358217#M521305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venki,&lt;/P&gt;&lt;P&gt;  YOu have to link up the tables based on the common Primary Key fields .&lt;/P&gt;&lt;P&gt;Otherwise, it defeats the basic purpose of creating a view over the two tables..&lt;/P&gt;&lt;P&gt;You would get duplicate records which obviously isn't right.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 16:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358217#M521305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358218#M521306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem if  all keys are not specified in the join condition . u can still use the view . but when u select from the view you will get duplicates entries . it is better to use all the keys in the join condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358218#M521306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358219#M521307</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;The view ignores client-dependency of the base tables &lt;/P&gt;&lt;P&gt;Key field LFA1-MANDT missing                          &lt;/P&gt;&lt;P&gt;All fields are evaluated as key field                 &lt;/P&gt;&lt;P&gt;View ZZ_LF is consistent                            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by adding mandt it should overcome the warning right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see all the primary keys of two tables in my database view except Mandt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358219#M521307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T17:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358220#M521308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venki , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah even mandt should be added to join conditions since the base tables are client specific . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know this works ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358220#M521308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T17:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358221#M521309</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;it should be ok, while transporting, but there is a scope to affect the perfomance in furthur usage or in further releases....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At activation, a log is written; it can be displayed with&amp;lt;b&amp;gt; Utilities----&amp;gt; Activation log.&amp;lt;/b&amp;gt; If errors or warnings occurring when the view was activated, they are displayed directly in the activation log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the log, try to avoid the errors which are occured during the view activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358221#M521309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: databease view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358222#M521310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur valuable advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 17:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/databease-view/m-p/2358222#M521310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T17:18:04Z</dc:date>
    </item>
  </channel>
</rss>

