<?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 Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790431#M340124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using RS_SELECTIONS_OPTIONS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 11:45:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T11:45:22Z</dc:date>
    <item>
      <title>Read Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790430#M340123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to list all programs with customer space (Z*),&lt;/P&gt;&lt;P&gt; having plant/werks as a select-option or parameter&lt;/P&gt;&lt;P&gt; at selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using FM : RS_SELECTIONS_DESCRIPTION&lt;/P&gt;&lt;P&gt;it lists the selection parameter but doesnt give any information related to the TYPE&lt;/P&gt;&lt;P&gt;of the parameter/select-option eg. for plant it gives type c and length 4-this info is not sufficient to find, if its is plant or some other 4 char long field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 11:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790430#M340123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790431#M340124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using RS_SELECTIONS_OPTIONS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 11:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790431#M340124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790432#M340125</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;Is the function module name correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 12:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790432#M340125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T12:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790433#M340126</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;USe the Fm RS_REFRESH_FROM_SELECTOPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the documentaiton&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;Returns contents of current selections of report (CURR_REPORT) in the table SELECTION_TABLE. SELECTION_TABLE has the structure RSPARAMS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SELNAME = Name of selection criterion&lt;/P&gt;&lt;P&gt;   KIND    = Type of selection (parameter or select-option)&lt;/P&gt;&lt;P&gt;   SIGN    = 'I' (Inclusive) or 'E' (Exclusive)&lt;/P&gt;&lt;P&gt;   OPTION  = e.g. 'BT', 'EQ', 'LE',.....&lt;/P&gt;&lt;P&gt;   LOW     = Lower limit&lt;/P&gt;&lt;P&gt;   HIGH    = Upper limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;CURR_REPORT&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;P&gt;SELECTION_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;NOT_FOUND&lt;/P&gt;&lt;P&gt;NO_REPORT&lt;/P&gt;&lt;P&gt;&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 12:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790433#M340126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790434#M340127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this is FM is useful &lt;/P&gt;&lt;P&gt;RS_ALL_SELECTIONSCREENS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 12:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-selection-screen/m-p/1790434#M340127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T12:23:13Z</dc:date>
    </item>
  </channel>
</rss>

