<?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: Examples for Views in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602486#M270499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;descriptions of those...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database View (SE11) &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;- Help View ( SE54) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help views are used to output additional information when the online help system is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Projection View &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A projection view can draw upon only one table. Selection conditions cannot be specified for projection views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Maintenance View ( SE54 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 14:35:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T14:35:49Z</dc:date>
    <item>
      <title>Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602483#M270496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai All,&lt;/P&gt;&lt;P&gt;         Can any body please send me examples for all Types of Views(Database,mainteneace,help,projection)&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                           Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602483#M270496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602484#M270497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Projection&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes some of the fields of the tables involved in a view are not of interest. The set of fields used in the view can be defined explicitly (projection). &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Selection Conditions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection conditions that are used as a filter can be defined for a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrictions can be defined for the contents of the view fields in selection conditions. In this case, only the data records that satisfy these restrictions can be selected with the view. In a selection condition, the contents of a view field are compared with a constant using a comparison operator. Several selection conditions can be linked with the logical operators AND and OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more Help on 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602484#M270497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602485#M270498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database View (SE11) &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;- Help View ( SE54) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help views are used to output additional information when the online help system is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Projection View &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A projection view can draw upon only one table. Selection conditions cannot be specified for projection views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Maintenance View ( SE54 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602485#M270498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602486#M270499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;descriptions of those...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database View (SE11) &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;- Help View ( SE54) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help views are used to output additional information when the online help system is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Projection View &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A projection view can draw upon only one table. Selection conditions cannot be specified for projection views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Maintenance View ( SE54 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602486#M270499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602487#M270500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;   thanks for information I want examples can you please give me examples for views (Help, maintenence, database)&lt;/P&gt;&lt;P&gt;I here there is even strucute view Am i right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                       Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602487#M270500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602488#M270501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11, press F4 on Views, u wll get lot of standards view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;IFLO&lt;/P&gt;&lt;P&gt;V_DEVGART   &lt;/P&gt;&lt;P&gt;V_EWU_AFVC  &lt;/P&gt;&lt;P&gt;V_EWU_ANIA  &lt;/P&gt;&lt;P&gt;V_EWU_ANIB  &lt;/P&gt;&lt;P&gt;V_EWU_ANLV  &lt;/P&gt;&lt;P&gt;V_FORM4     &lt;/P&gt;&lt;P&gt;V_FORM5     &lt;/P&gt;&lt;P&gt;V_FORM6     &lt;/P&gt;&lt;P&gt;V_FORM_2    &lt;/P&gt;&lt;P&gt;V_GART2     &lt;/P&gt;&lt;P&gt;V_GART4     &lt;/P&gt;&lt;P&gt;V_GART5     &lt;/P&gt;&lt;P&gt;V_GART6     &lt;/P&gt;&lt;P&gt;V_GARTB4    &lt;/P&gt;&lt;P&gt;V_GARTB5    &lt;/P&gt;&lt;P&gt;V_GARTB6    &lt;/P&gt;&lt;P&gt;V_GART_OV_6 &lt;/P&gt;&lt;P&gt;V_GTYP      &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;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602488#M270501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602489#M270502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Database view -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;   /BEV1/EMBWDP_A&lt;/P&gt;&lt;P&gt;Maintenance view --&amp;gt;   V_AAACC_EXCL_01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602489#M270502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602490#M270503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;    example in se11&lt;/P&gt;&lt;P&gt;   mainteneace view - v_159r&lt;/P&gt;&lt;P&gt;   Database view     - AFVCP   &lt;/P&gt;&lt;P&gt;   Projection view   - AFFWRM  &lt;/P&gt;&lt;P&gt;   Help view    -  H_APADEF &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602490#M270503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602491#M270504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  goto the view     DD25VVT and check the field VIEWCLASS which is the type of the view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602491#M270504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Examples for Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602492#M270505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  goto the view     DD25VVT and check the field VIEWCLASS which is the type of the view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help view&lt;/P&gt;&lt;P&gt;Database view&lt;/P&gt;&lt;P&gt;projection view&lt;/P&gt;&lt;P&gt;structure view&lt;/P&gt;&lt;P&gt;maintenance view&lt;/P&gt;&lt;P&gt;Entity view&lt;/P&gt;&lt;P&gt;view variant&lt;/P&gt;&lt;P&gt;append view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/examples-for-views/m-p/1602492#M270505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T14:56:21Z</dc:date>
    </item>
  </channel>
</rss>

