<?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: Adding Search Help to Standard Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617463#M1663578</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; to add a Custom Search Help in Sap Standard Program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Steps. &lt;/P&gt;&lt;P&gt; 1. You will need the Access Key to Add Search Help for the SAP Program have that Screen. &lt;/P&gt;&lt;P&gt; this Key will be provided by Basis Team. &lt;/P&gt;&lt;P&gt; 2. Find / Create a New Search Help for the Program &lt;/P&gt;&lt;P&gt; 3. In the Properties of tat Field Put the name of the Search Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 08:24:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-23T08:24:34Z</dc:date>
    <item>
      <title>Adding Search Help to Standard Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617460#M1663575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement to attach search help to a field telephone(TELF0) of transaction ME47.&amp;nbsp; Can anyone tell me how to do the same? I have searched SDN for this topic already. The solution that I found was that we need to do that via Field Exit. We need to create a field exit and then call our search help from within this Function Module.&lt;/P&gt;&lt;P&gt;So accordingly I created a field exit and called the FM F4IF_INT_TABLE_VALUE_REQUEST to try to get the value from internal table. I also tried to create a search help in SE11 and then attach via FM F4IF_FIELD_VALUE_REQUEST &lt;/P&gt;&lt;P&gt;Now the problem is that we can not call screen in a field exit. But both these FM's have call screen statement. So I am getting a dump "CALL SCREEN" not allowed. So how do I attach a help to this standard field.? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 16:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617460#M1663575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-29T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Search Help to Standard Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617461#M1663576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at program RSMODPRF and it's documentation.&lt;/P&gt;&lt;P&gt;(Moved to the Data Dictionary Space.)&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 19:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617461#M1663576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-29T19:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Search Help to Standard Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617462#M1663577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read the documentation thrice over. There is absolutely nothing that is even remotely connected to the problem that I am facing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 05:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617462#M1663577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-02T05:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Search Help to Standard Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617463#M1663578</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; to add a Custom Search Help in Sap Standard Program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Steps. &lt;/P&gt;&lt;P&gt; 1. You will need the Access Key to Add Search Help for the SAP Program have that Screen. &lt;/P&gt;&lt;P&gt; this Key will be provided by Basis Team. &lt;/P&gt;&lt;P&gt; 2. Find / Create a New Search Help for the Program &lt;/P&gt;&lt;P&gt; 3. In the Properties of tat Field Put the name of the Search Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 08:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-search-help-to-standard-fields/m-p/8617463#M1663578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-23T08:24:34Z</dc:date>
    </item>
  </channel>
</rss>

