<?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 default value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840647#M1132393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "Definition" tab of the Search Help, in the bottom of the screen where you have the table of "Parameter", maintain the last column "Default value" for the parameter you want this default value when the search help is executed. If the default value is a constant, put it within apostrophes e.g. '1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 00:29:49 GMT</pubDate>
    <dc:creator>Sougata</dc:creator>
    <dc:date>2008-11-25T00:29:49Z</dc:date>
    <item>
      <title>Search Help default value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840646#M1132392</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;I am creating a elementary search help and I want a default value to come for one parameter.&lt;/P&gt;&lt;P&gt;The parameter do not have a parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please advice how can I get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and rgds,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 00:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840646#M1132392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T00:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help default value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840647#M1132393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the "Definition" tab of the Search Help, in the bottom of the screen where you have the table of "Parameter", maintain the last column "Default value" for the parameter you want this default value when the search help is executed. If the default value is a constant, put it within apostrophes e.g. '1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 00:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840647#M1132393</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2008-11-25T00:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help default value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840648#M1132394</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;Try it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: p_value  type value_type default '0001' matchcode object z_search_help.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comments: p_value is the parameter name you define on the screen,&lt;/P&gt;&lt;P&gt;                 value_type is the type for this parameter,&lt;/P&gt;&lt;P&gt;                 0001 is the default vlaue that you given,&lt;/P&gt;&lt;P&gt;                 z_seach_help is the elementary search help you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the definition of the search help for the field, last column in the parameter is the default value, you also can put it there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris Gu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gu Chris on Nov 25, 2008 3:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 02:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840648#M1132394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T02:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help default value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840649#M1132395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can try with the "Search help Exit" for this., as it's custom search help too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure it will solve you problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 02:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840649#M1132395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T02:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help default value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840650#M1132396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 21:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-default-value/m-p/4840650#M1132396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T21:33:11Z</dc:date>
    </item>
  </channel>
</rss>

