<?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/6090950#M1358742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a global internal table TABC_SHLPTAB which contains a structure named SHLP_CURR. This structure contains all informations on current elementary search called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, you can have a look at field SHLPNAME which is the name of elementary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can retrieve the name like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE tabc_shlptab ASSIGNING &amp;lt;fs_shlp&amp;gt; INDEX 1.
IF sy-subrc = 0.
  ld_shlpname = &amp;lt;fs_shlp&amp;gt;-shlp_curr-shlpname.
ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 09:17:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-11T09:17:32Z</dc:date>
    <item>
      <title>Search help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/6090948#M1358740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having  a collective search help ZTEST, I have attached a FM ZEXIT to its search help exit parameter.&lt;/P&gt;&lt;P&gt;Now after user selects a corresponding record, I want to know the elementary search help from which the record is selected.&lt;/P&gt;&lt;P&gt;I get the collective search help name in runtime but not clear from where to get the elementary search help name out of those.&lt;/P&gt;&lt;P&gt;Can any one tell me the parameter name which will give me the details of the elementary search help at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help will be appreciated.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 08:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/6090948#M1358740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T08:40:07Z</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/6090949#M1358741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these links to solve issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1031412"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1163276"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/Implementing%20Search%20Help%20Exits" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/Implementing%20Search%20Help%20Exits&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 08:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/6090949#M1358741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T08:53:22Z</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/6090950#M1358742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a global internal table TABC_SHLPTAB which contains a structure named SHLP_CURR. This structure contains all informations on current elementary search called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, you can have a look at field SHLPNAME which is the name of elementary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can retrieve the name like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE tabc_shlptab ASSIGNING &amp;lt;fs_shlp&amp;gt; INDEX 1.
IF sy-subrc = 0.
  ld_shlpname = &amp;lt;fs_shlp&amp;gt;-shlp_curr-shlpname.
ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/6090950#M1358742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:17:32Z</dc:date>
    </item>
  </channel>
</rss>

