<?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 setting ranges as default values for a selection screen value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-ranges-as-default-values-for-a-selection-screen-value/m-p/7416037#M1548664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a selection screen parameter s_yywrpc. For this s_yywrpc i have to set some range of values as default values.&lt;/P&gt;&lt;P&gt;Can u tell me how can i do that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:s_yywrpc for vbak-yywrpc.&lt;/P&gt;&lt;P&gt;for this parameter i have to set MSPG, MSP, FMP, FMPG, CFEG, FCFG, CMSG, CMSP as the default values in selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me how can i code this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 09:47:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-10T09:47:41Z</dc:date>
    <item>
      <title>setting ranges as default values for a selection screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-ranges-as-default-values-for-a-selection-screen-value/m-p/7416037#M1548664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a selection screen parameter s_yywrpc. For this s_yywrpc i have to set some range of values as default values.&lt;/P&gt;&lt;P&gt;Can u tell me how can i do that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:s_yywrpc for vbak-yywrpc.&lt;/P&gt;&lt;P&gt;for this parameter i have to set MSPG, MSP, FMP, FMPG, CFEG, FCFG, CMSG, CMSP as the default values in selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me how can i code this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 09:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-ranges-as-default-values-for-a-selection-screen-value/m-p/7416037#M1548664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: setting ranges as default values for a selection screen value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setting-ranges-as-default-values-for-a-selection-screen-value/m-p/7416038#M1548665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; i have a selection screen parameter s_yywrpc. For this s_yywrpc i have to set some range of values as default values.&lt;/P&gt;&lt;P&gt;&amp;gt; Can u tell me how can i do that .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; select-options:s_yywrpc for vbak-yywrpc.&lt;/P&gt;&lt;P&gt;&amp;gt; for this parameter i have to set MSPG, MSP, FMP, FMPG, CFEG, FCFG, CMSG, CMSP as the default values in selection screen &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; can anybody tell me how can i code this&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; thanks&lt;/P&gt;&lt;P&gt;&amp;gt; pavan&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the intialization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_yywrpc-low = 'MSPG'.&lt;/P&gt;&lt;P&gt;s_yywrpc-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_yywrpc-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append s_yywrpc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_yywrpc-low = 'MSP'.&lt;/P&gt;&lt;P&gt;append s_yywrpc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it all for the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 09:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setting-ranges-as-default-values-for-a-selection-screen-value/m-p/7416038#M1548665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T09:55:58Z</dc:date>
    </item>
  </channel>
</rss>

