<?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 entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786767#M1465372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Algorithm for this would be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make the field in question "output only".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. At the POV event, call the FM F4IF_FIELD_VALUE_REQUEST. It will call the search help explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Once the user selects the values use DYNP_VALUES_UPDATE to update the screen values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to this thread for a similar requirement : &lt;SPAN __jive_macro_name="thread" id="1511105"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Apr 2010 09:37:44 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-04-19T09:37:44Z</dc:date>
    <item>
      <title>Search help entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786765#M1465370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on module pool programming, here user need to key in two fields, type and description. I have created a search help for this two field and assigned the search help to the screen fields. But user wants it to be only be picked from the search help not by the user entry, can any one tell me how to avoid user from manual entry?&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;Fed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 08:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786765#M1465370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-19T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search help entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786766#M1465371</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;Just to SCREEN PAINTER ATTRIBUTES of that input field and in that click PROGRAM tab there&lt;/P&gt;&lt;P&gt;tick check-box OUTPUT ONLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now user can pick only from f4 as it is output only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 09:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786766#M1465371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-19T09:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search help entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786767#M1465372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Algorithm for this would be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make the field in question "output only".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. At the POV event, call the FM F4IF_FIELD_VALUE_REQUEST. It will call the search help explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Once the user selects the values use DYNP_VALUES_UPDATE to update the screen values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to this thread for a similar requirement : &lt;SPAN __jive_macro_name="thread" id="1511105"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 09:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786767#M1465372</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-19T09:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search help entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786768#M1465373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your option but the field was hidden? Any other solution.&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;Fed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 10:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-entry/m-p/6786768#M1465373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-19T10:04:33Z</dc:date>
    </item>
  </channel>
</rss>

