<?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: Selection-Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331568#M513092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 09:36:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T09:36:09Z</dc:date>
    <item>
      <title>Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331567#M513091</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;I have a Selection Screen with 4 option buttons and 2 select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2 option button, data from one select-option will be populated (s_ebeln)&lt;/P&gt;&lt;P&gt;and for rest of the two option button, data from second select-option will be populated (s_vbeln)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All four Radio-button have different selection-crietria for the values to be populated in F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All F4 helps for 4 radio-buttons in 2 select-options are appearing fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem comes when user does not select from the F4 help but instead write directly in the select options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If User selects from the F4 Help, output is right but when it enters manually to select-options, output is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest what is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331567#M513091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331568#M513092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331568#M513092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331569#M513093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  do  debug  in   both  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by selecting the f4 values  and see it in the debug mode  the value to the  parameter....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second time   input value  debug mode see the value  .... so that you can see the difference  and the error  also ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331569#M513093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331570#M513094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The problem is checking the value is done only if you define using PARAMETERS and use the option VALUE CHECK to force the value check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case you need to write &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN on sel_op-low &lt;/P&gt;&lt;P&gt; event block and check the value your self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331570#M513094</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-11T09:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331571#M513095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know what is the select options condition u have used ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331571#M513095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331572#M513096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am entering value directly in select-options-low, that is not using the drop-down, it is directly coming to end and not going to anywhere else. but when I am using drop-down, it follows the right flow in my program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for s_ebeln-low.&lt;/P&gt;&lt;P&gt; perform clear_radio.&lt;/P&gt;&lt;P&gt;  perform read_dynpro.&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  read table dyfields with key fieldvalue = 'X'.&lt;/P&gt;&lt;P&gt;      IF dyfields-fieldname = 'ST'.&lt;/P&gt;&lt;P&gt;             perform f_selection_request_stck_trans.    "my select query&lt;/P&gt;&lt;P&gt;             loop at screen.&lt;/P&gt;&lt;P&gt;                if screen-name = 'PR' or screen-name = 'SR' or screen-name = 'CO' or screen-name cs 's_vbeln' .&lt;/P&gt;&lt;P&gt;                screen-input = '0'.&lt;/P&gt;&lt;P&gt;                modify screen.&lt;/P&gt;&lt;P&gt;                endif.&lt;/P&gt;&lt;P&gt;            endloop.&lt;/P&gt;&lt;P&gt;            perform f_f4_values_ebeln_low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;FORM read_dynpro .&lt;/P&gt;&lt;P&gt;DYFIELDS-FIELDNAME = 'ST'.&lt;/P&gt;&lt;P&gt;  APPEND DYFIELDS.&lt;/P&gt;&lt;P&gt; DYFIELDS-FIELDNAME = 'SR'.&lt;/P&gt;&lt;P&gt;  APPEND DYFIELDS.&lt;/P&gt;&lt;P&gt; DYFIELDS-FIELDNAME = 'PR'.&lt;/P&gt;&lt;P&gt;  APPEND DYFIELDS.&lt;/P&gt;&lt;P&gt; DYFIELDS-FIELDNAME = 'CO'.&lt;/P&gt;&lt;P&gt;  APPEND DYFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DYNP_VALUES_READ'                                       "#EC *&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    DYNAME                               = SY-repid&lt;/P&gt;&lt;P&gt;    DYNUMB                               = SY-DYNNR&lt;/P&gt;&lt;P&gt;    TRANSLATE_TO_UPPER                   = 'X'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DYNPFIELDS                           = dyfields&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   INVALID_ABAPWORKAREA                 = 1&lt;/P&gt;&lt;P&gt;   INVALID_DYNPROFIELD                  = 2&lt;/P&gt;&lt;P&gt;   INVALID_DYNPRONAME                   = 3&lt;/P&gt;&lt;P&gt;   INVALID_DYNPRONUMMER                 = 4&lt;/P&gt;&lt;P&gt;   INVALID_REQUEST                      = 5&lt;/P&gt;&lt;P&gt;   NO_FIELDDESCRIPTION                  = 6&lt;/P&gt;&lt;P&gt;   INVALID_PARAMETER                    = 7&lt;/P&gt;&lt;P&gt;   UNDEFIND_ERROR                       = 8&lt;/P&gt;&lt;P&gt;   DOUBLE_CONVERSION                    = 9&lt;/P&gt;&lt;P&gt;   STEPL_NOT_FOUND                      = 10&lt;/P&gt;&lt;P&gt;   OTHERS                               = 11&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " read_dynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting why it is not taking value of the select-options directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 11:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2331572#M513096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T11:46:38Z</dc:date>
    </item>
  </channel>
</rss>

