<?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 parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510353#M235402</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;Your data selection and subsequent assignment to parameter on condition check should come into INITIALIZATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is the only place whr we can manipulate values before presented to user via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 11:10:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T11:10:41Z</dc:date>
    <item>
      <title>selection screen parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510350#M235399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;for the below given description i have to create selection screen parameter .&lt;/P&gt;&lt;P&gt;can u suggest how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;#times excess qty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Default value: If &amp;#147;control class-pseudo no.1&amp;#148;  = "NonCtrl&amp;#148; then value = 3 Else value = 2. User able to change the default value.&amp;lt;/b&amp;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;siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510350#M235399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510351#M235400</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;In &amp;lt;b&amp;gt;Initialization&amp;lt;/b&amp;gt; write..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;#147;control class-pseudo no.1&amp;#148; = "NonCtrl&amp;#148;.&lt;/P&gt;&lt;P&gt;  p_ctrl = '3'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  p_ctrl = '2'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510351#M235400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T10:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510352#M235401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fromm the below PSEUDO CODE i have retrived ALNUM . but the values of this ALNUM  has to be moved to the parameter in selction screen. my doubt is how can i do this  one is in AT SELECTION SCREEN AND  ONE IN DATA SELECTION IS IN START-OF-SELECTION.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	&amp;#147;Control Class&amp;#148;: Write &amp;#147;Ctr Vault&amp;#148; if MAEX-ALNUM(export control class) = ("CNTROL2" or "CNTROL2N") and Write &amp;#147;Ctrl Cage&amp;#148; if MAEX-ALNUM = ("CNTROL3" or "CNTROL3N" or "CNTROL4" or "CNTROL5") else Write &amp;#147;NonCtrl&amp;#148; where MATNR=VBAP-MATNR and match with the user-specified input in selection criteria (see section 5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;SIRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 11:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510352#M235401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510353#M235402</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;Your data selection and subsequent assignment to parameter on condition check should come into INITIALIZATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is the only place whr we can manipulate values before presented to user via selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 11:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameter/m-p/1510353#M235402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:10:41Z</dc:date>
    </item>
  </channel>
</rss>

