<?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: on value request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293287#M500474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On value is - when you press f4 on selection-screen field and it displays Possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on help is - when you press f1 on selection-screen field and it displays documenattion of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 13:38:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T13:38:17Z</dc:date>
    <item>
      <title>on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293286#M500473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is meant by on value request and on help request in parameters &amp;amp; select-options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293286#M500473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293287#M500474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On value is - when you press f4 on selection-screen field and it displays Possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on help is - when you press f1 on selection-screen field and it displays documenattion of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293287#M500474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293288#M500475</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 define actions that are executed when pressing F1 or F4 on a parameter/select-option. But only for database specific parameter in INCLUDE DBldbSEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reports you can achieve same functionality using the event section&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR parametername.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON HELP-REQUEST FOR parametername.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Timo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293288#M500475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293289#M500476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Value request is nothing but F4 help.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: mara, makt.&lt;/P&gt;&lt;P&gt;DATA mat LIKE mara-matnr.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF btab OCCURS 0,&lt;/P&gt;&lt;P&gt;maktx LIKE makt-maktx,&lt;/P&gt;&lt;P&gt;END OF btab.&lt;/P&gt;&lt;P&gt;DATA : return LIKE ddshretval OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: so_matnr FOR mara-matnr,&lt;/P&gt;&lt;P&gt;so_maktx FOR makt-maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_matnr-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_matnr-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM matnr.&lt;/P&gt;&lt;P&gt;&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 so_maktx-low.&lt;/P&gt;&lt;P&gt;PERFORM maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_maktx-high.&lt;/P&gt;&lt;P&gt;PERFORM maktx.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&amp;amp; Form matnr&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;FORM matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH itab.&lt;/P&gt;&lt;P&gt;SELECT matnr FROM mara INTO TABLE itab.&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 = 'MATNR '&lt;/P&gt;&lt;P&gt;dynprofield = 'P_MATNR '&lt;/P&gt;&lt;P&gt;dynpprog = sy-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 = itab&lt;/P&gt;&lt;P&gt;return_tab = return.&lt;/P&gt;&lt;P&gt;mat = return-fieldval.&lt;/P&gt;&lt;P&gt;UNPACK mat TO mat.&lt;/P&gt;&lt;P&gt;so_matnr = return-fieldval.&lt;/P&gt;&lt;P&gt;REFRESH return.&lt;/P&gt;&lt;P&gt;CLEAR return.&lt;/P&gt;&lt;P&gt;ENDFORM. "matnr&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;*&amp;amp; Form maktx&lt;/P&gt;&lt;P&gt;*&amp;amp;----&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;FORM maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH btab.&lt;/P&gt;&lt;P&gt;SELECT maktx FROM makt INTO TABLE btab WHERE matnr = mat AND spras =&lt;/P&gt;&lt;P&gt;sy-langu.&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 = 'MAKTX'&lt;/P&gt;&lt;P&gt;dynprofield = 'SO_MAKTX '&lt;/P&gt;&lt;P&gt;dynpprog = sy-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 = btab&lt;/P&gt;&lt;P&gt;return_tab = return.&lt;/P&gt;&lt;P&gt;so_maktx = return-fieldval.&lt;/P&gt;&lt;P&gt;REFRESH return.&lt;/P&gt;&lt;P&gt;CLEAR return.&lt;/P&gt;&lt;P&gt;ENDFORM. "maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help request is nothing but f1 help-documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293289#M500476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293290#M500477</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;To display help on a particular field, you can use either of following functions in Module defined as normal PAI module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HELP_OBJECT_SHOW_FOR_FIELD&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Displays the data element documentation for components of any structure or DB table from dictionary.&lt;/P&gt;&lt;P&gt;Takes input as Field and Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HELP_OBJECT_SHOW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;display any SAP script document&lt;/P&gt;&lt;P&gt;Takes input as document class (for example, TX for general texts, DE for data element documentation) and the name of the document .&lt;/P&gt;&lt;P&gt;Should also provide Empty internal table as tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD field name MODULE module name.&lt;/P&gt;&lt;P&gt;	&amp;#133;&lt;/P&gt;&lt;P&gt;For Possible values, within module defined above, you should use the general function module HELP_VALUES_GET_WITH_TABLE to get possible values from ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other functions can be used for F4 Help:&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;Calls the input help of the ABAP Dictionary dynamically&lt;/P&gt;&lt;P&gt;Takes input as component names of a structure or database table of the ABAP Dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;F4IF_INT_TABLE_VALUE_REQUEST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Displays a value list that you created in an ABAP program&lt;/P&gt;&lt;P&gt;Takes input as value list is passed to the function module as the table parameter VALUE_TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293290#M500477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293291#M500478</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;  SELECT-OPTIONS :       &lt;/P&gt;&lt;P&gt;  1) HELP-REQUEST [ FOR {LOW|HIGH} ] &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If you specify this addition, the program accesses the subroutine selcrit_HLP when the user chooses the field help F1 for an input field in the selection criterion. The subroutine selcrit_HLP must be defined in the database program on the logical database, where selcrit stands for the name of the selection criterion. You can specify FOR LOW or FOR HIGH to access either the subroutine selcrit-LOW_HLP or the subroutine selcrit-HIGH_HLP, depending on whether the field help is selected for the first or second input field. The addition does not affect the other field. If one of the subroutines does not exist, choosing F1 for the input field has no effect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the selection criterion is defined with reference to a data type in the ABAP Dictionary, the field help defined there for the corresponding field is not displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;The subroutines can be used in the same way as in a PARAMETERS statement to program a field help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2) VALUE-REQUEST [ FOR {LOW|HIGH} ] &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;If you specify this addition, the system accesses either the subroutine selcrit-LOW_VAL or selcrit-HIGH_VAL, depending on whether the user chooses the input help F4 on the first or second input field in the selection criterion . The subroutines selcrit-LOW_VAL and selcrit-HIGH_VAL must be defined in the database program for the logical database, where selcrit stands for the name of the selection criterion. If you specify FOR LOW, the addition only affects the first input field, and if you specify FOR HIGH, it only affects the second. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one of the subroutines does not exist, choosing F4 for the input field has no effect. If the selection criterion is defined with reference to a data type in the ABAP Dictionary, the input help defined there for the field in question is not displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;The subroutines can be used in the same way as for a PARAMETERS statement to program an input help. When the user chooses the input help, this does not trigger any other selection screen events and there is no automatic value transfer between the selection screen and the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PARAMETERS:&lt;/P&gt;&lt;P&gt;  1) HELP-REQUEST &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition has the effect that the para_HLP subroutine ( para is the name of the parameter) of the database program of the logical database is called if the user selects the F1 field help for a screen element of the parameter on the selection screen. The addition is ignored if the subroutine is not available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the parameter is defined in the ABAP Dictionary with a reference to a data type, the field help that is defined there is not displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;In the subroutine that is called, the field help display can be programmed or called using suitable function modules, such as HELP_OBJECT_SHOW. If the input help is selected, no other selection screen events can be triggered and there is no automatic pass by value between the selection screen and the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2) VALUE-REQUEST &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition has the effect that the para_VAL subroutine ( para is the name of the parameter) of the database program of the logical database is called if the user selects the F4 input help on a screen element of the parameter on the selection screen. The input help key is displayed for the input field of the parameter on the selection screen. If the subroutine is not available, the addition is ingored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the parameter is defined in the ABAP Dictionary with a reference to a data type, the input help that is defined there is not displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;In the subroutine that is called, the input help display can be programmed or called using suitable function modules such as F4IF_INT_TABLE_VALUE_REQUEST. If the input help is selected, no other selection screen events are called and there is no automatic pass by value between the selection screen and the program. As for general screens, you have to use suitable function modules for this. The parameter that is changed in the subroutine is transported to the selection screen. &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;Shalini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293291#M500478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293292#M500479</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;To display help on a particular field, you can use either of following functions in Module defined as normal PAI module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HELP_OBJECT_SHOW_FOR_FIELD&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Displays the data element documentation for components of any structure or DB table from dictionary.&lt;/P&gt;&lt;P&gt;Takes input as Field and Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;HELP_OBJECT_SHOW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;display any SAP script document&lt;/P&gt;&lt;P&gt;Takes input as document class (for example, TX for general texts, DE for data element documentation) and the name of the document .&lt;/P&gt;&lt;P&gt;Should also provide Empty internal table as tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD field name MODULE module name.&lt;/P&gt;&lt;P&gt;	&amp;#133;&lt;/P&gt;&lt;P&gt;For Possible values, within module defined above, you should use the general function module HELP_VALUES_GET_WITH_TABLE to get possible values from ABAP Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other functions can be used for F4 Help:&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;Calls the input help of the ABAP Dictionary dynamically&lt;/P&gt;&lt;P&gt;Takes input as component names of a structure or database table of the ABAP Dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;F4IF_INT_TABLE_VALUE_REQUEST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Displays a value list that you created in an ABAP program&lt;/P&gt;&lt;P&gt;Takes input as value list is passed to the function module as the table parameter VALUE_TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293292#M500479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: on value request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293293#M500480</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;At Selection-screen On value request. &lt;/P&gt;&lt;P&gt;- This event is trigerred for F4 help. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;At Selection-screen On help request . &lt;/P&gt;&lt;P&gt;- This event is triggered when the user clicks F1 for help on fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 14:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-value-request/m-p/2293293#M500480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T14:02:30Z</dc:date>
    </item>
  </channel>
</rss>

