<?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: Diff B/w View and Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893476#M373649</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;VIEW  is nothing but IMAGINARY TABLE.  It contains the data during runtime only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyeps of VIEWS ARE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database view&lt;/P&gt;&lt;P&gt;Projection View&lt;/P&gt;&lt;P&gt;Maintenance view&lt;/P&gt;&lt;P&gt;Help view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help- Using this We can create for the field for the interner search purpose only. If user presses the F4 KEY he can search the values which are present in that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It having the types are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELEMENTARY SEARCH HELP&lt;/P&gt;&lt;P&gt;COLLECTIVE SEARCH HELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Star Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2007 06:23:05 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2007-01-27T06:23:05Z</dc:date>
    <item>
      <title>Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893473#M373646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                       Diff B/w Help View and Search Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Bhaskar Rao.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 15:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893473#M373646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T15:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893474#M373647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bhasker..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View is a joining of some Database tables referring to common fields in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help is a input help on the field when user press F4 to fill the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CNU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 15:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893474#M373647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893475#M373648</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;Help view is created mainly as a selection method for a search help. You can join multiple tables in a help view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection criteria for a search help will have to be passed through the input parameters and default values. You can also specify parameter ids in the default values column.&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. 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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 15:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893475#M373648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893476#M373649</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;VIEW  is nothing but IMAGINARY TABLE.  It contains the data during runtime only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyeps of VIEWS ARE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database view&lt;/P&gt;&lt;P&gt;Projection View&lt;/P&gt;&lt;P&gt;Maintenance view&lt;/P&gt;&lt;P&gt;Help view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help- Using this We can create for the field for the interner search purpose only. If user presses the F4 KEY he can search the values which are present in that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It having the types are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELEMENTARY SEARCH HELP&lt;/P&gt;&lt;P&gt;COLLECTIVE SEARCH HELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Star Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 06:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893476#M373649</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-01-27T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893477#M373650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check the links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm"&amp;gt;http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 06:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893477#M373650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T06:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Diff B/w View and Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893478#M373651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;View are nothing but a join of one or more tables. Based on your join condition, the records are displayed in the form of a table. This improves performance too, and avoids spending more time on figuring out the how to write the select query for a join.&lt;/P&gt;&lt;P&gt;But Views have only INNER JOINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help: can also be created by you to have the F4 help for any particular field. You can use MATCHCODE OBJECT clause in parameters or select-options to display your F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 09:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-view-and-search-help/m-p/1893478#M373651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T09:22:36Z</dc:date>
    </item>
  </channel>
</rss>

