<?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: F4 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681748#M1291461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sohail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your scenario &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 sel screen params&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both have 2 search helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4 help also returning the value to be displayed in internal table&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you do is as soon as the user gives value in the 1st sel screen params,fetch it in an internal table,suppose int_tab_selscreen1 use this internal table in the I_tab field of the above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon the user enters value in the 1st sel screen params, it is stored in an internal table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the user enters values for the 2nd sel parameter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since we are using the above function module, it will have an internal table field (in our case its the int table having values entered in the 1st sel screen param)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence your issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have understood the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 May 2009 15:09:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-30T15:09:14Z</dc:date>
    <item>
      <title>F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681747#M1291460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we pass the value from the selection screen to search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say we have two selection criterias on selection screen and the first selection criteria value is to be pass to the search help of the second selection criteria when F4 is pressed on the second selection option.&lt;/P&gt;&lt;P&gt;plz someone tel me how can i do that it's realy needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 13:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681747#M1291460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681748#M1291461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sohail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your scenario &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 sel screen params&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both have 2 search helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4 help also returning the value to be displayed in internal table&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you do is as soon as the user gives value in the 1st sel screen params,fetch it in an internal table,suppose int_tab_selscreen1 use this internal table in the I_tab field of the above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon the user enters value in the 1st sel screen params, it is stored in an internal table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the user enters values for the 2nd sel parameter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since we are using the above function module, it will have an internal table field (in our case its the int table having values entered in the 1st sel screen param)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence your issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have understood the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 15:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681748#M1291461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681749#M1291462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I HAVE USED MY OWN SEARCH HELP WITH THE FTEST PARAMETER BUT WHEN I GIVE THE COMMAND AT SELECTION-SCREEN ON VALUE-REQUEST FOR FTEST-LOW SYSTEM GIVES ME AN ERROR.&lt;/P&gt;&lt;P&gt;THE ADDITION "ON VALUE REQUEST FOR" IS NOT ALLOWED WITH PARAMETERS OR SELECT -OPTIONS IF MATCHCODE OBJE IS PRESENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BELLOW IS THE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:lotnum TYPE qplos.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: startdat FOR qals-pastrterm,&lt;/P&gt;&lt;P&gt;                ftest FOR qamv-verwmerkm MATCHCODE OBJECT zlot_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;      TESTF LIKE QAMV-VERWMERKM,&lt;/P&gt;&lt;P&gt; END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR FTEST-LOW.&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DDIC_STRUCTURE         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    retfield               =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PVALKEY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPPROG               = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPNR                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPROFIELD            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STEPL                  = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WINDOW_TITLE           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VALUE                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VALUE_ORG              = 'C'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MULTIPLE_CHOICE        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DISPLAY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_PROGRAM       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_FORM          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MARK_TAB               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_RESET             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    value_tab              =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_TAB              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN_TAB             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPFLD_MAPPING        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER_ERROR        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_VALUES_FOUND        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 16:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/5681749#M1291462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T16:28:52Z</dc:date>
    </item>
  </channel>
</rss>

