<?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: Problem in getting data form serch help . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559817#M856583</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;&lt;/P&gt;&lt;P&gt;DATA : v_return LIKE  ddshretval OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_idn1-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**--Value help for service provider&lt;/P&gt;&lt;P&gt;  PERFORM value_help_serprovider USING  c_add c_low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM value_help_serprovider USING p1_field p1_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT werks INTO TABLE i_t001w&lt;/P&gt;&lt;P&gt;  FROM t001w.&lt;/P&gt;&lt;P&gt;&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        = 'WERKS'&lt;/P&gt;&lt;P&gt;              dynpprog        = ws_repid&lt;/P&gt;&lt;P&gt;              dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;              value_org       = 'S'&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              value_tab       = i_t001w&lt;/P&gt;&lt;P&gt;              return_tab      = v_return&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;This the  main point to get the selected line into selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;s_plant1-low = v_return-fieldval.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " Value_Help_Serprovider&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 08:50:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T08:50:58Z</dc:date>
    <item>
      <title>Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559816#M856582</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;i am using function module F4IF_FIELD_VALUE_REQUEST to ge the values in a button click .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to fill the values to be filled in the screen fields automatically when i click of a perticular line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance . &lt;/P&gt;&lt;P&gt;Naval bhatt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 06:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559816#M856582</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-03-27T06:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559817#M856583</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;&lt;/P&gt;&lt;P&gt;DATA : v_return LIKE  ddshretval OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_idn1-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**--Value help for service provider&lt;/P&gt;&lt;P&gt;  PERFORM value_help_serprovider USING  c_add c_low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM value_help_serprovider USING p1_field p1_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT werks INTO TABLE i_t001w&lt;/P&gt;&lt;P&gt;  FROM t001w.&lt;/P&gt;&lt;P&gt;&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        = 'WERKS'&lt;/P&gt;&lt;P&gt;              dynpprog        = ws_repid&lt;/P&gt;&lt;P&gt;              dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;              value_org       = 'S'&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              value_tab       = i_t001w&lt;/P&gt;&lt;P&gt;              return_tab      = v_return&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;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;This the  main point to get the selected line into selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;s_plant1-low = v_return-fieldval.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " Value_Help_Serprovider&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 08:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559817#M856583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559818#M856584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this function module it just select one value . &lt;/P&gt;&lt;P&gt;i want more than one value ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using function module .&lt;/P&gt;&lt;P&gt;HELP_VALUES_GET_RETURN_VALUES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;sel_tab TYPE TABLE OF shvalue,&lt;/P&gt;&lt;P&gt;all_tab TYPE TABLE OF shvalue,&lt;/P&gt;&lt;P&gt;already_sel_vals TYPE TABLE OF help_info-fldvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HELP_VALUES_GET_RETURN_VALUES'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    cucol                          = 1&lt;/P&gt;&lt;P&gt;    curow                         = 1&lt;/P&gt;&lt;P&gt;    display                       = ' '&lt;/P&gt;&lt;P&gt;    tabname                     = 'ZOBJECT_TABLE'&lt;/P&gt;&lt;P&gt;    selectfield                   = 'OBEJECT'&lt;/P&gt;&lt;P&gt;    titel                             = 'Objectives'&lt;/P&gt;&lt;P&gt;    write_selectfield_in_colours  = 'X'&lt;/P&gt;&lt;P&gt;    show_all_values_at_first_time = ' '&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    selection_tab                  = sel_tab&lt;/P&gt;&lt;P&gt;    all_values_selection_tab  = all_tab&lt;/P&gt;&lt;P&gt;    user_marked_values        = already_sel_vals&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  structure_of_vals             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;    table_not_in_ddic              = 1&lt;/P&gt;&lt;P&gt;    no_selectfield_given           = 2&lt;/P&gt;&lt;P&gt;    error_from_database          = 3&lt;/P&gt;&lt;P&gt;    more_then_one_selectfield = 4&lt;/P&gt;&lt;P&gt;    no_selectfield                    = 5&lt;/P&gt;&lt;P&gt;    no_tablefields_in_dictionary= 6&lt;/P&gt;&lt;P&gt;    OTHERS                           = 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please tell me why the values are not coming in the return tables "sel_tab", "all_tab" ,"already_sel_vals".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559818#M856584</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-03-27T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559819#M856585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am calling this program in a BADI and i have to update the fields in the screen of the main program which is calling this BADI (HRHAP00_ENHANCE_FREE).&lt;/P&gt;&lt;P&gt;This BADI is called at the  button click . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZOBJECT_TABLE is a Z- table with values out which we have to select the value. &lt;/P&gt;&lt;P&gt;and the value should be filled in the screen field as we select the record from the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me according to the present scenario .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559819#M856585</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-03-27T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559820#M856586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Given Example Definatelly work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_F4HELP,                   &lt;/P&gt;&lt;P&gt;          ENAME  TYPE PA0001-ENAME,&lt;/P&gt;&lt;P&gt;          PERNR  TYPE PA0001-PERNR,&lt;/P&gt;&lt;P&gt;       END OF TY_F4HELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: IT_F4HELP TYPE STANDARD TABLE OF TY_F4HELP WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Add F4 in Parameter field Ename.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_ENAME.&lt;/P&gt;&lt;P&gt;  DATA: IT_RETURN_TAB TYPE ddshretval OCCURS 0 WITH HEADER LINE . " Return table for F4 help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT DISTINCT ename pernr&lt;/P&gt;&lt;P&gt;    FROM PA0001&lt;/P&gt;&lt;P&gt;    INTO TABLE IT_F4HELP.&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        = 'ENAME'&lt;/P&gt;&lt;P&gt;      VALUE_ORG       = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      VALUE_TAB       = IT_F4HELP&lt;/P&gt;&lt;P&gt;      RETURN_TAB      = it_return_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;  READ TABLE it_return_tab INDEX 1.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    MOVE it_return_tab-fieldval TO P_ename.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CLEAR: it_return_tab.&lt;/P&gt;&lt;P&gt;*End of  add F4 in Parameter field Ename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mehul Shah&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559820#M856586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T09:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting data form serch help .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559821#M856587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not answered ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 04:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-data-form-serch-help/m-p/3559821#M856587</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2008-07-07T04:12:00Z</dc:date>
    </item>
  </channel>
</rss>

