<?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: VIEWS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245692#M143496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEW contains no data. It only fetches data present in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="591461"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Helpful answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mishra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mishra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2006 08:47:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-24T08:47:03Z</dc:date>
    <item>
      <title>VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245690#M143494</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 want to know whether a VIEW exists in db also or does it exist only in DATA DIC?I mean whether VIEW contains data in db or it only fetches data present in transparent tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rakesh..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245690#M143494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245691#M143495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The views are maintained in dictionary however&lt;/P&gt;&lt;P&gt;the view doesnt contain data but fetches it from the transparent tables depending upon the joining condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing a repeatative complex SELECT query which does a join for you, its better to use a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;Please mark helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245691#M143495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245692#M143496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEW contains no data. It only fetches data present in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="591461"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Helpful answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mishra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mishra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245692#M143496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245693#M143497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Views does not contain data in it.&lt;/P&gt;&lt;P&gt;It fetches data from the database only depending on the condition speccified in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ecab446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ecab446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245693#M143497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245694#M143498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables are meant storing data.&lt;/P&gt;&lt;P&gt;Views are meant for viewing data in different ways, it could be partial tables, it could be a combination of multiple tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is never stored in views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views dont store the data, whereas tables store the data.&lt;/P&gt;&lt;P&gt;Views can be used to view data from one or more tables.&lt;/P&gt;&lt;P&gt;A view can be compared with a join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the tables in CIN, use SQL trace (ST05).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEW: a method of viewing database tables. Can combine data from multiple tables into one view, and/or can restrict the view to certain records or fields within a table. Views are sometimes not considered true table types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSPARENT TABLE: An SAP data dictionary table which is mapped 1:1 to the database. Designed to hold SAP data in a database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245694#M143498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245695#M143499</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;Views are part of data dictionary. They are a window to view the data in database. So they don't contain in data but fetches data in the way view is defined during runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245695#M143499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245696#M143500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi love,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. whether a VIEW exists in db also or does it exist only in DATA DIC&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Projection View, Database Views&lt;/P&gt;&lt;P&gt;   exist in database as well as DATA DICTIONARY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (maintenance view exist only in dictionary,&lt;/P&gt;&lt;P&gt;   bcos they are just special screens &lt;/P&gt;&lt;P&gt;  to facilitate data entry in tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;VIEW contains data in db or it only fetches data present in transparent tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View only FETCHES data&lt;/P&gt;&lt;P&gt;(It does not contain any data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245696#M143500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245697#M143501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then wats the use of having view only in DDIC not in db?&lt;/P&gt;&lt;P&gt;i mean why only maintainance view doesnt exist in db wheresas other views exist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 09:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/views/m-p/1245697#M143501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T09:00:49Z</dc:date>
    </item>
  </channel>
</rss>

