<?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: call SE11 Search Help through ABAP code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332775#M1638344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shalabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DDIF_SHLP_GET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 08:01:30 GMT</pubDate>
    <dc:creator>MaruthiKona217</dc:creator>
    <dc:date>2011-10-31T08:01:30Z</dc:date>
    <item>
      <title>call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332773#M1638342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which I need to call various search helps created through SE11 in a Function Module. I want the Search help to return the Values which I would use in my Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if there's a standard FM/ Statement to process SE11 Search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shalabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 07:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332773#M1638342</guid>
      <dc:creator>shalabh_jain</dc:creator>
      <dc:date>2011-10-31T07:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332774#M1638343</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;You can use FM HELP_VALUES_GET_WITH_TABLE Or F4IF_FIELD_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332774#M1638343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-31T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332775#M1638344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shalabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the below FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DDIF_SHLP_GET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332775#M1638344</guid>
      <dc:creator>MaruthiKona217</dc:creator>
      <dc:date>2011-10-31T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332776#M1638345</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;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FMs suggested give information of the fields of the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require the contents of the search help to be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shalabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332776#M1638345</guid>
      <dc:creator>shalabh_jain</dc:creator>
      <dc:date>2011-10-31T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332777#M1638346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
 
TYPE-POOLS: shlp.
 
DATA: l_shlp     TYPE shlp_descr_t,
      l_wa       TYPE ddshiface,
      l_bukrs    TYPE char50,
      l_repid    TYPE syrepid,
      L_DYNNR    TYPE SYDYNNR,
      l_ret_val  LIKE ddshretval OCCURS 0 WITH HEADER LINE,
      l_t_fields TYPE dynpread   OCCURS 0 WITH HEADER LINE.
 
 
PARAMETERS: p_bukrs TYPE pa0001-bukrs,
            p_werks TYPE pa0001-werks,
            p_btrtl TYPE pa0001-btrtl.
 
 
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_werks.
 
  FIELD-SYMBOLS &amp;lt;fs&amp;gt; TYPE ddshiface.
  l_repid = sy-repid.
  L_DYNNR = SY-DYNNR.
 
  CALL FUNCTION 'F4IF_GET_SHLP_DESCR'
    EXPORTING
      shlpname       = 'H_T500P'
*     SHLPTYPE       = 'SH'
    IMPORTING
      shlp           = l_shlp
            . 
  LOOP AT l_shlp-interface INTO l_wa.
    IF l_wa-shlpfield  EQ 'BUKRS'.
      l_wa-valtabname = 'PA0001'.
      l_wa-valfield   = 'BUKRS'.
    ELSEIF l_wa-shlpfield EQ 'PERSA'.
      l_wa-valtabname = 'PA0001'.
      l_wa-valfield   = 'WERKS'.
    ENDIF.
    MODIFY l_shlp-interface FROM l_wa.
  ENDLOOP.
 
* Process standard searchhelp
  CALL FUNCTION 'F4IF_START_VALUE_REQUEST'
    EXPORTING
      shlp          = l_shlp
    TABLES
      return_values = l_ret_val.
 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332777#M1638346</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-10-31T08:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332778#M1638347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help with more suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shalabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332778#M1638347</guid>
      <dc:creator>shalabh_jain</dc:creator>
      <dc:date>2011-10-31T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332779#M1638348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More suggestions for what?  If you want to show an SE11 search help and get the values picked by the user you need to use this 2 FM. It's as simple as that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_GET_SHLP_DESCR&lt;/P&gt;&lt;P&gt;F4IF_START_VALUE_REQUEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332779#M1638348</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-10-31T09:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332780#M1638349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the Search help to return the Values which I would use in my Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It cannot return all the values but can only return for an importing parameter. Please explain your query clearly such how will you pass the importing parameters to search help etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 09:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332780#M1638349</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-10-31T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332781#M1638350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These FMs help in displaying the Search Help on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simply want a backend logic that executes an SE11 search help in the background and returns a table of the search help contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shalabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332781#M1638350</guid>
      <dc:creator>shalabh_jain</dc:creator>
      <dc:date>2011-10-31T10:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332782#M1638351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK That's much better explained.&lt;/P&gt;&lt;P&gt;Then after using &lt;STRONG&gt;F4IF_GET_SHLP_DESCR&lt;/STRONG&gt; use &lt;STRONG&gt;F4IF_SELECT_VALUES&lt;/STRONG&gt; to get the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332782#M1638351</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-10-31T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332783#M1638352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please note that if your execuitng the search help with out any values passed then it might lead to performance issues. If you culd explain why you are doing this then may be you can get a better suggestion in forums here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 10:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/8332783#M1638352</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-10-31T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/13894561#M2031351</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm new to abap and i have the same scenario. Have you resolved your concern? if so, can I ask for a solution. I want to get the return values from my elementary search help created in se11. Other FM's only allow to show the search help itself but I want to get multiple return values. Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 03:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/13894561#M2031351</guid>
      <dc:creator>JimJim</dc:creator>
      <dc:date>2024-10-10T03:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: call SE11 Search Help through ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/13894615#M2031352</link>
      <description>&lt;P&gt;Didn't you find &lt;A title="How to get the result of a search help in an internal table?" href="https://community.sap.com/t5/application-development-discussions/how-to-get-the-result-of-a-search-help-in-an-internal-table/m-p/7132462#M1512573" target="_self"&gt;this answer&lt;/A&gt; during your search?&lt;/P&gt;&lt;P&gt;(If the answers aren't clear enough for you or are no longer valid, better ask your own question in &lt;A href="https://community.sap.com/t5/technology-q-a/qa-p/technology-questions" target="_self"&gt;Q&amp;amp;A&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-se11-search-help-through-abap-code/m-p/13894615#M2031352</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-10-10T04:02:25Z</dc:date>
    </item>
  </channel>
</rss>

