<?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 Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105811#M1616892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are generally a table in search help exit for making any changes to the fetched records. If you want to select data based on your query , you have to make changes in fetched record it can be done by modifying the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there is one table for setting some crietria or select condition as well. You can put a break point in the exit and check if modifying search crieteria will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2011 13:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-05T13:30:51Z</dc:date>
    <item>
      <title>Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105810#M1616891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with this. I've created a Search help Exit for my Search Help, the problem is that I need to look for the Objid that is being used (is a client OM infotype field). So, in order to select the differents values depending on the Objid, I need to select the Objid number and pass it to the search help... can anybody help me with this? How can I select the corresponding Objid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105810#M1616891</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2011-09-05T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105811#M1616892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are generally a table in search help exit for making any changes to the fetched records. If you want to select data based on your query , you have to make changes in fetched record it can be done by modifying the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there is one table for setting some crietria or select condition as well. You can put a break point in the exit and check if modifying search crieteria will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105811#M1616892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-05T13:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105812#M1616893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeca.&lt;/P&gt;&lt;P&gt;I guess the best option is using ABAP Memory (IMPORT/EXPORT) &lt;/P&gt;&lt;P&gt;Since your match-code would be associated to a Custom Z Infotype, you could export the value of your OBJID at the beginning of the process (PBO of your MP****** program) and get the value back using IMPORT in your Search Help Exit&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jose Maria Otero on Sep 5, 2011 3:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105812#M1616893</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-09-05T13:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105813#M1616894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response. Yes, I know that there is a table (Record_tab) that have all the query data, the problem is the connection between this ones. Let me explain it better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a client IT with a client field. This client field search help should display data according to the field HRP1000-short. The problem is that the HRP1000-Short has 5 characters and the corresponding table for fill the client field only has 3 characters, so my problem is how to join the HRP1000-Short with the XXX_Tab-field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make the search help exit I don't have the necessary data from HRP1001 so I can't read the Short field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105813#M1616894</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2011-09-05T13:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105814#M1616895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jose María Otero!! Now it works perfectly!!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8105814#M1616895</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2011-09-05T14:09:27Z</dc:date>
    </item>
  </channel>
</rss>

