<?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 F4IF_FIELD_VALUE_REQUEST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814834#M658165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created the search help &lt;/P&gt;&lt;P&gt;Applied to the table at Search Help&lt;/P&gt;&lt;P&gt;Called the field in the Screen then automatically display if u press F4&lt;/P&gt;&lt;P&gt;then what is the use of  F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;some time in the program F4 may not be required for the field so what is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please don't CUT and PASTE the programs, need your own suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 10:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T10:55:04Z</dc:date>
    <item>
      <title>F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814834#M658165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created the search help &lt;/P&gt;&lt;P&gt;Applied to the table at Search Help&lt;/P&gt;&lt;P&gt;Called the field in the Screen then automatically display if u press F4&lt;/P&gt;&lt;P&gt;then what is the use of  F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;some time in the program F4 may not be required for the field so what is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please don't CUT and PASTE the programs, need your own suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 10:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814834#M658165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T10:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814835#M658166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_FIELD_VALUE_REQUEST is used to fetch values for dropdown listboxes.&lt;/P&gt;&lt;P&gt;In the screen if u add the syntax matchcode object u will get search help.&lt;/P&gt;&lt;P&gt;Otherwise u wont get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 10:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814835#M658166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T10:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814836#M658167</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;if u have search help or check table for the field in table then only u will get the F4 help in screen by default.&lt;/P&gt;&lt;P&gt;for the remaining fields if u want to provide F4 help we will go for this function module.&lt;/P&gt;&lt;P&gt;if u don't want F4 help for any field u just create a field&lt;/P&gt;&lt;P&gt;with out refering that table field(instead of matnr type mara-matnr. write matnr(18) type c.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814836#M658167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814837#M658168</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;Please Don't post the Threads more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814837#M658168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814838#M658169</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;in report programing suppose you have a selection screen , if you want to put search help for that selection screen field (filtered search help) like you will ristrict the search help for some values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;F4IF_FIELD_VALUE_REQUEST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;F4 help for fields that are only known at runtime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Functionality&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This module permits the implementation of the standard help for a screen field whose reference to the ABAP Dictionary is only known at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the module is called at the time PROCESS ON VALUE REQUEST, it behaves just like the standard help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference to the ABAP Dictionary is needed in the form of the table and field names as input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The module then determines the search help defined directly or indirectly in the Dictionary (e.g. also domain fixed values). If several parameters of the search help are linked with the Dictionary table or structure, the additional fields are searched for on the screen, as for the standard help, and the parameters are given their contents. The standard F4 process is then started. Depending on the user settings, this can also be implemented with the input help Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to specifying the table and field names, you have the following alternatives:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter TABNAME is assigned a data element (type). FIELDNAME is empty.&lt;/P&gt;&lt;P&gt;The search help (SEARCHHELP) is specified directly. In this case you should also pass the search help parameter (SHLPPARAM), which is used as return parameter. (For reasons of compatibility, you can also define only SEARCHHELP. In this case the first parameter of the search help is used as default for SHLPPARAM.)&lt;/P&gt;&lt;P&gt;If the screen information DYNPPROG, DYNPNR, DYNPROFIELD and possibly STEPL is also specified, the selected value is automatically stored in the screen field. Further export parameters are also stored there if they are found as input fields on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user activated the ActiveX help, the help is started amodally under the following conditions:&lt;/P&gt;&lt;P&gt;1. The screen information DYNPROG, DYNPNR and DYNPROFIELD must be defined.&lt;/P&gt;&lt;P&gt;2. When the function module is called, the RETURN_TAB may not be specified. (If the call is amodal, the function module returns before the user has specified a value.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally values are only returned in input fields. This behavior can be influenced with the parameter DISPLAY (see parameter documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(At the moment it is not possible to determine if it is ready for input. Development or correction of the screen area is necessary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input help key should only be activated in a screen field if there is actually an input help available. To find out if there is an input help for the Dictionary field, you can read the field information with module DDIF_NAMETAB_GET. Field F4AVAILABL in structure DFIES tells you if there is an input help available.&lt;/P&gt;&lt;P&gt;Previously you had to assign DYNPPROG and DYNNR the contents of SY-REPID and SY-DYNNR. However, for subscreens this information is not sufficient to uniquely define the screen. For reasons of compatibility the current screen is now determined internally as soon as DYNPPROG, DYNNR and DYNPROFIELD are passed and are not equal to SPACE. The actual contents are no longer important, but you are nevertheless advised to pass meaningful values to ensure the readability of the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value for STEPL is outside a step loop 0. The current row can be stored within a step loop at time POV with the function module DYNP_GET_STEPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to return the selected value automatically, you should not define parameters DYNPROG and DYNNR. At the moment values are not returned if MULTIPLE_SELECTION is selected either, but this could change in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;example&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;according to my req &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_OBJID-LOW.
 
*  IF S_OBJID IS NOT INITIAL.
 
    SELECT OTYPE OBJID FROM HRP1000
                 INTO TABLE IT_OBJID_SH
                 WHERE OTYPE = 'D'.
 
 IF SY-SUBRC EQ 0.
 
* SEARCH HELP FOR QUALIFICATION.
 
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
      EXPORTING
*              DDIC_STRUCTURE         = ' '
        RETFIELD               =  'OBJID'
*              PVALKEY                = ' '
       DYNPPROG               = SY-REPID
       DYNPNR                 = SY-DYNNR
       DYNPROFIELD            = 'S_OBJID'
*              STEPL                  = 0
*              WINDOW_TITLE           =
*              VALUE                  = ' '
       VALUE_ORG              = 'S'
*              MULTIPLE_CHOICE        = ' '
*              DISPLAY                = ' '
*              CALLBACK_PROGRAM       = ' '
*              CALLBACK_FORM          = ' '
*              MARK_TAB               =
*            IMPORTING
*              USER_RESET             =
      TABLES
        VALUE_TAB              =  IT_OBJID_SH
*              FIELD_TAB              =
*              RETURN_TAB             = RETURN_TAB
*              DYNPFLD_MAPPING        =
*            EXCEPTIONS
*              PARAMETER_ERROR        = 1
*              NO_VALUES_FOUND        = 2
*              OTHERS                 = 3
              .
    IF SY-SUBRC &amp;lt;&amp;gt; 0.
*           MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
  ENDIF.
 
              .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814838#M658169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814839#M658170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satya &lt;/P&gt;&lt;P&gt;  this fm using to display the values in dropdownlist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814839#M658170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814840#M658171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to provide F4 help for a screen field dynamically, i.e., the same field should show different F4 helps under different conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also read the documentation of the parameter 'CALLBACK_FORM'  and analyse the examples provided, which explain the versatility of this FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814840#M658171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: F4IF_FIELD_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814841#M658172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm closing my thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for you all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 10:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-field-value-request/m-p/2814841#M658172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T10:22:53Z</dc:date>
    </item>
  </channel>
</rss>

