<?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: How to write coding for Search Help Exit PREM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560715#M1268899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the following links. &lt;/P&gt;&lt;P&gt;[fuller.mit.edu/tech/search_helps.ppt|fuller.mit.edu/tech/search_helps.ppt]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_45b/helpdata/en/5c/5284ab7b35d111950d0060b03c6b76/content.htm|http://help.sap.com/saphelp_45b/helpdata/en/5c/5284ab7b35d111950d0060b03c6b76/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 10:59:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-13T10:59:47Z</dc:date>
    <item>
      <title>How to write coding for Search Help Exit PREM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560713#M1268897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have some logic written for the Employee Search help. The PERNR field uses a search help called PREM. I want to enhance this search help but there is a exit written by SAP called HRMC_PREM_EXIT_A. I want to change the logic for this exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please sugest how to achice this. It would be of great help if you can provide some sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 10:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560713#M1268897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to write coding for Search Help Exit PREM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560714#M1268898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link for the introduction&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Code&lt;/P&gt;&lt;P&gt;read this blog, it will be very helpful for you to create SEARCH HELP EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/creating" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/creating&lt;/A&gt;&lt;EM&gt;a&lt;/EM&gt;Search&lt;EM&gt;help&lt;/EM&gt;exit&lt;EM&gt;%2528CRM&lt;/EM&gt;object%2529&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that, look for this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Prepare for output
CALL FUNCTION 'F4UT_RESULTS_MAP'
TABLES
shlp_tab = shlp_tab
record_tab = record_tab
source_tab = lt_result
CHANGING
shlp = shlp
callcontrol = callcontrol
EXCEPTIONS
illegal_structure = 1
OTHERS = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 10:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560714#M1268898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to write coding for Search Help Exit PREM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560715#M1268899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the following links. &lt;/P&gt;&lt;P&gt;[fuller.mit.edu/tech/search_helps.ppt|fuller.mit.edu/tech/search_helps.ppt]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_45b/helpdata/en/5c/5284ab7b35d111950d0060b03c6b76/content.htm|http://help.sap.com/saphelp_45b/helpdata/en/5c/5284ab7b35d111950d0060b03c6b76/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 10:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-coding-for-search-help-exit-prem/m-p/5560715#M1268899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T10:59:47Z</dc:date>
    </item>
  </channel>
</rss>

