<?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 returning multiple parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698251#M1104057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats the whole problem Vikas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a search help returning me two parameters.&lt;/P&gt;&lt;P&gt;But i have to show the description on the selection screen while i need the GUID to process data in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i go about resolving this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 13:04:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-05T13:04:12Z</dc:date>
    <item>
      <title>Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698230#M1104036</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 am facing this issue.&lt;/P&gt;&lt;P&gt;I have two fields - Catgory ID and Category Description.&lt;/P&gt;&lt;P&gt;I have created a search help whihc returns both the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how do i access the two parameters inside my report in SE38.&lt;/P&gt;&lt;P&gt;I need to show the Description to the User and use the ID for Programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698230#M1104036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698231#M1104037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be bit more clear about your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698231#M1104037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698232#M1104038</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;Let me be more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field on my screen - CAT Description.&lt;/P&gt;&lt;P&gt;Now there is a field CAT GUID which is the unique key in a DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a F4 help on CAT Description which exports back two parameters - GUID and Description.&lt;/P&gt;&lt;P&gt;Now i need to access both these parameters in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to show Description in the input field on the selectionscreen.&lt;/P&gt;&lt;P&gt;and i need to use the ID field to process furthut data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698232#M1104038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698233#M1104039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the description value from selection screen you can use SELECT SINGLE statement to get GUID from DB table into one variable, as description is the only key it will get the associated GUID only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this value further to your processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698233#M1104039</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698234#M1104040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the GUID as the key field and not the description.&lt;/P&gt;&lt;P&gt;I need the GUID for the description.&lt;/P&gt;&lt;P&gt;If i do select single, the GUID selected may not be correct as i can have multiple GUID with same description.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698234#M1104040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698235#M1104041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be using F4_IF_INT_TABLE...fm to generate the F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After user selects the value, you can read the table (which you are passing to F4) and get the description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698235#M1104041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698236#M1104042</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;Instead of using serch help try using fm 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;and pass only the deciption field value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u r getting both id and description in the above fm pass only description and then in ur program already u have id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can read what is the description that the user has selected in the selection screen,get the corresponding id and then process ur program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same thingu can do for ur search help,though it shows both on the screen, the description field will be filled by description only and then u can read it in ur program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698236#M1104042</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-04T09:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698237#M1104043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swastik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me how to pass the data into the FM F4_IF_INT_TABLE and retrieve the data in my report program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698237#M1104043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698238#M1104044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so in this case you need to use FM 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill up the dynpfld_mapping table by passing field name and dyn field name for both the fields. Pass this table to above FM. You will get the selected values into table return_tab for both the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look into debug how the values are populated into the return table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one sample code for you.&lt;/P&gt;&lt;P&gt;******************************************************&lt;/P&gt;&lt;P&gt;REFRESH: i_dyn, i_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MOVE:&lt;/P&gt;&lt;P&gt;        'FIELD1'      TO wa_dyn-fldname,&lt;/P&gt;&lt;P&gt;         pv_dynfld_1 TO wa_dyn-dyfldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      APPEND wa_dyn  TO i_dyn.&lt;/P&gt;&lt;P&gt;      CLEAR: wa_dyn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;      MOVE:&lt;/P&gt;&lt;P&gt;        'FIELD2'      TO wa_dyn-fldname,&lt;/P&gt;&lt;P&gt;         pv_dynfld_2 TO wa_dyn-dyfldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      APPEND wa_dyn  TO i_dyn.&lt;/P&gt;&lt;P&gt;      CLEAR: wa_dyn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          retfield        = 'CODEGRUPPE'&lt;/P&gt;&lt;P&gt;          dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;          dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;          dynprofield     = pv_dynfld_1&lt;/P&gt;&lt;P&gt;          value_org       = c_s&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          value_tab       = i_qpgrk&lt;/P&gt;&lt;P&gt;          field_tab       = i_field&lt;/P&gt;&lt;P&gt;          return_tab      = i_ret&lt;/P&gt;&lt;P&gt;          dynpfld_mapping = i_dyn&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          parameter_error = 1&lt;/P&gt;&lt;P&gt;          no_values_found = 2&lt;/P&gt;&lt;P&gt;          OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF sy-subrc NE 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      No Values Found&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        MESSAGE text-s01 TYPE c_s.&lt;/P&gt;&lt;P&gt;      ENDIF.                " IF sy-subrc NE 0&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;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698238#M1104044</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T09:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698239#M1104045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So do i need to update the description field on teh selection screen manually or the field will be filled automaticallly???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698239#M1104045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698240#M1104046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you select the values from F4 popup these values will be filled automatic into the return table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698240#M1104046</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T10:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698241#M1104047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes vikas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i mean is that since i am going to provide F4 help for field Description and use this Fm to get the data.&lt;/P&gt;&lt;P&gt;When the user selects an entry, i will get both entries in th ret_tab.&lt;/P&gt;&lt;P&gt;but will the selection-screen field 'description' will be filled or i need to do that m,yself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698241#M1104047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T10:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698242#M1104048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya..the selection screen field value will be filled automatic..no need to enter again manually..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698242#M1104048</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T10:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698243#M1104049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do i specify the Search Help i am using to get the values in the F4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698243#M1104049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698244#M1104050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need not to specify the search help in this case. Just write one perform as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_field.&lt;/P&gt;&lt;P&gt;PERFORM provide_f4 USING 'P_FIELD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the code to call the FM into this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698244#M1104050</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698245#M1104051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show the user a F4 Help for the Screen field 'Description' and then the search help will return both Description and GUID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to fill the Description field in the selection screen and somehow be able to access the GUID for furthur processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698245#M1104051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698246#M1104052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurav, try to debug the code. After the user selects any value from F4 popup both the GUID and description will be filled into return table. After you function call you just need to READ this internal table to get the GUID.&lt;/P&gt;&lt;P&gt;For more information about this you can go through the documentation avilable for that function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698246#M1104052</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698247#M1104053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i need to write the code to get the values in the F4 help in the program itself and also how do i know which entry the user has selected????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 10:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698247#M1104053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T10:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698248#M1104054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to write the explicit code to get F4 values in your report and as I said the selected values will be populated into RETURN table. You have to just need to READ this table to get those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Go to your Report. Write the perform as I already sent. Get the F4 help value table. Put your code to call that function module. Read the table after this FM call and finaly put a BREAK-POINT on this read statement and see what all values are there&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 11:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698248#M1104054</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-11-04T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search help returning multiple parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698249#M1104055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see only one value in the return table i.e the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the code to get the F4 value table in lt_cat_label.&lt;/P&gt;&lt;P&gt;but the lt_return is onlt getting one value.&lt;/P&gt;&lt;P&gt;here is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        retfield        = 'P_RES1'&lt;/P&gt;&lt;P&gt;        dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;        dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;        dynprofield     = 'P_RES1'&lt;/P&gt;&lt;P&gt;        value_org       = 'S'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        value_tab       = lt_cat_label&lt;/P&gt;&lt;P&gt;        return_tab      = lt_ret_tab&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        parameter_error = 1&lt;/P&gt;&lt;P&gt;        no_values_found = 2&lt;/P&gt;&lt;P&gt;        OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;      READ TABLE lt_ret_tab INTO ls_ret_tab INDEX 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is the mistake i am doing??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 12:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-returning-multiple-parameters/m-p/4698249#M1104055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T12:27:06Z</dc:date>
    </item>
  </channel>
</rss>

