<?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: search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733704#M634858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 22:27:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-14T22:27:28Z</dc:date>
    <item>
      <title>search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733701#M634855</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;while creating search help's under dialog types there r three options.&lt;/P&gt;&lt;P&gt;when do we go for each respective dialog type n whts the purpose of those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733701#M634855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733702#M634856</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 dialog type of an elementary search help defines how the hit list is displayed when the input help is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following dialog types are possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Immediate value display: The hit list is immediately displayed when the input help is called. This is only meaningful if the hit list usually only contains a few entries. &lt;/P&gt;&lt;P&gt;Complex dialog with value restriction: The dialog window for restricting values is offered immediately. Choose this option if the list of possible entries is usually very large. If the user limits the amount of data to be processed, the hit list will become more comprehensible and the system load during value selection will be reduced. &lt;/P&gt;&lt;P&gt;Dialog depending on number of values: If the hit list contains less than 100 entries, it is displayed immediately. If the hit list contains more than 100 entries, the dialog box for restricting values is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733702#M634856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733703#M634857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Dialog type&amp;lt;/b&amp;gt;:: Determines whether the user is presented with a selection screen before the hit list is displayed.  Possible values are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;#150; &amp;lt;b&amp;gt;Dialog depends on set of values&amp;lt;/b&amp;gt;.  If there are more than 100 hits, a selection screen is displayed.  Otherwise, the hit list is displayed immediately.&lt;/P&gt;&lt;P&gt; - &amp;lt;b&amp;gt;Display values immediately&amp;lt;/b&amp;gt;. The values are directly displayed.&lt;/P&gt;&lt;P&gt; &amp;#150; &amp;lt;b&amp;gt;Dialog with value restriction&amp;lt;/b&amp;gt;.  A selection screen is always displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hot key&amp;lt;/b&amp;gt;: allows user to type a shortcut into the field to bypass selection of elementary search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Search help exit&amp;lt;/b&amp;gt;: - specify the name of a function module to be called during the search help process (more later).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Selection method&amp;lt;/b&amp;gt;: name of table or view where the data is stored.&lt;/P&gt;&lt;P&gt;Text table: Filled in by system, if a text table is attached to the selection method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Other parameters&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help parameters: Specify the names of parameters to be passed in / out, or additional fields to be used as filters for data.&lt;/P&gt;&lt;P&gt;IMP: Check this box to indicate that the field is an input field, that is, to be passed to the search help.&lt;/P&gt;&lt;P&gt;EXP: Check this box to indicate that the field is an output field, that is, to be passed from the search help to the screen.&lt;/P&gt;&lt;P&gt;LPOS: The position of the as it appears in the hit list.&lt;/P&gt;&lt;P&gt;SPOS: The position of the field as it appears in the selection screen.&lt;/P&gt;&lt;P&gt;SDIS: Causes the field to be &amp;#147;display only&amp;#148; in the selection screen.&lt;/P&gt;&lt;P&gt;Data element: Sets the attributes of the search help parameter.  Normally filled in by the system. &lt;/P&gt;&lt;P&gt;MOD: Check this box to assign a different data element than the one supplied by the system.&lt;/P&gt;&lt;P&gt;Default value: Specify the default value in one of 3 ways:  a &amp;#145;literal&amp;#146;(in quotes), a parameter ID(ZRD),&lt;/P&gt;&lt;P&gt;                         or a system field (SY-UNAME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to u, do reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 08:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733703#M634857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T08:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733704#M634858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 22:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2733704#M634858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T22:27:28Z</dc:date>
    </item>
  </channel>
</rss>

