<?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 updation? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963404#M699203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the table is updated in other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 06:43:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T06:43:53Z</dc:date>
    <item>
      <title>Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963399#M699198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how the database view is updated automatically when we add a field in the tables used by database view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963399#M699198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T06:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963400#M699199</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 created by joining the application related transparent btables&lt;/P&gt;&lt;P&gt;when those transaparent tables are updated then accordingly the Views are get updated as per the joins defined between the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&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>Fri, 19 Oct 2007 06:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963400#M699199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963401#M699200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, using database view, we can update only a single table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using database view we can update only single table. but we can join multiple tables and read data from multiple tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update multiple tables, we go for maintanace views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any view is created by joining the database table fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when the value in the field is updated, obviously the view should have the latest values as the view uses those fields.otherwise synchronization will not be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963401#M699200</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-19T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963402#M699201</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 added a field in the EQUI table which is used by database view ITOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been updated in one system but in other system it is still not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why the view is not updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GURU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963402#M699201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963403#M699202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the other syatem, is the table EQUI UPDATED IN THE OTHER SYSTEM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963403#M699202</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-19T06:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Database view updation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963404#M699203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the table is updated in other system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 06:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-view-updation/m-p/2963404#M699203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T06:43:53Z</dc:date>
    </item>
  </channel>
</rss>

