<?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: Read Screen values in Select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048872#M422190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 07:32:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T07:32:48Z</dc:date>
    <item>
      <title>Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048867#M422185</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;              I am using FM  'DYNP_VALUES_READ' for reading the Screen values. The problem is, this FM runs fine for parameters where single value is returned but in case of Select-options where i have ranges, How to use this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048867#M422185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048868#M422186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What r u trying to achieve by doing this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048868#M422186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048869#M422187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_REFRESH_FROM_SELECTOPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048869#M422187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048870#M422188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use event AT selection-screen and read your SO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048870#M422188</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-03-26T06:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048871#M422189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for your valuable inputs.&lt;/P&gt;&lt;P&gt;I have acheived my requirements with FM 'DYNP_VALUES_READ'  itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how i have acheived this. I have passed both LOW and HIGH in the internal table it_fieldvalues.As a result i got both the values of the ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH it_fieldvalues.&lt;/P&gt;&lt;P&gt;  it_fieldvalues-fieldname = 'S_AEDAT-LOW'.&lt;/P&gt;&lt;P&gt;  APPEND it_fieldvalues.&lt;/P&gt;&lt;P&gt;  CLEAR it_fieldvalues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_fieldvalues-fieldname = 'S_AEDAT-HIGH'.&lt;/P&gt;&lt;P&gt;  APPEND it_fieldvalues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REQUEST                        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PERFORM_CONVERSION_EXITS       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PERFORM_INPUT_CONVERSION       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DETERMINE_LOOP_INDEX           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields                     = it_fieldvalues&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;  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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 07:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048871#M422189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T07:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read Screen values in Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048872#M422190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 07:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-screen-values-in-select-options/m-p/2048872#M422190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T07:32:48Z</dc:date>
    </item>
  </channel>
</rss>

