<?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: programminig111 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696361#M305482</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 for your Input help(F4)&lt;/P&gt;&lt;P&gt;Help-Request is for your documentation (F1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2006 06:39:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-24T06:39:35Z</dc:date>
    <item>
      <title>programminig111</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696360#M305481</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;how can we give functionality to parameter using at selection-screen on value-request.&lt;/P&gt;&lt;P&gt;what is the diff bte.. on value request and on help request.&lt;/P&gt;&lt;P&gt;explaine briefly.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 06:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696360#M305481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T06:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: programminig111</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696361#M305482</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 for your Input help(F4)&lt;/P&gt;&lt;P&gt;Help-Request is for your documentation (F1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 06:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696361#M305482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T06:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: programminig111</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696362#M305483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope the below info from documenation can throw some light for you. This is with addition to Event: AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... ON VALUE-REQUEST FOR psel_low_high &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;In this addition, the field psel_low_high is either the name of a report parameter or of the form sel-LOW or sel-HIGH, where sel is the name of a selection criterion. The effect of this is twofold: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The possible entries pushbutton for F4 appears beside the appropriate field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user activates this pushbutton or presses F4 for the field, the event is executed. You can thus implement a self-programmed possible entries routine for the input/output fields of the selection screen. If the program contains such an event and the user presses F4, the system processes this rather than displaying the check table or the fixed values of the Dictionary field - even if the report parameter or the selection option with LIKE or FOR points to a Dictionary field. You can, for example, use the CALL SCREEN statement to display a selection list of possible values. The contents of the field psel_low_high at the end of this processing block are copied to the appropriate input/output field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition is only allowed with report-specific parameters (PARAMETERS) or selection options (SELECT-OPTIONS). For database-specific parameters or selection options, you can achieve the same effect by using the addition VALUE-REQUEST FOR ... with the key word PARAMETERS or SELECT-OPTIONS in the include DBxyzSEL (where xyz = name of logical database). In this case, you must program the possible entries in the database program SAPDBxyz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 06:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696362#M305483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: programminig111</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696363#M305484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For f4 functonality use functional module F4_SELECT_FROM_SEARCH_HELP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 07:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696363#M305484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: programminig111</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696364#M305485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;surendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 help is the documentation seen by the user for a field.&lt;/P&gt;&lt;P&gt;The value table provides a proposal for the check table and provides f4 help and&lt;/P&gt;&lt;P&gt;it is for input hep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 07:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programminig111/m-p/1696364#M305485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T07:08:27Z</dc:date>
    </item>
  </channel>
</rss>

