<?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/2417000#M539470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can hide the controls which u dont want to show by checking some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like u can use export statement to export value to the variable say i to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now at selection screen output check the value of this variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value is 1 ( u set the value of the variable as 1 using code) .&lt;/P&gt;&lt;P&gt;hide the controls u want .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value is 0 (by default the variables value is 0) &lt;/P&gt;&lt;P&gt;enable the controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for the export statement is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   EXPORT decide_scr TO DATABASE indx(st) ID 'ZMY_VALUE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can retrive the value saved to memory by using import. The syntax for import is as below&lt;/P&gt;&lt;P&gt; IMPORT decide_scr TO decide_scr1 FROM DATABASE indx(st) ID 'ZMY_VALUE'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 08:14:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T08:14:04Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416997#M539467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to make the selection screen parameter display only once.&lt;/P&gt;&lt;P&gt; how can we code it using AT selection screen output event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416997#M539467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416998#M539468</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;If you clear the contents of selection screen in AT selection screen output.. the values will not be available for further processing..&lt;/P&gt;&lt;P&gt;so clear the selection sceen parameters at the end of your program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if I am not wrong with your question&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416998#M539468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416999#M539469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;clear the selection-screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2416999#M539469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2417000#M539470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can hide the controls which u dont want to show by checking some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like u can use export statement to export value to the variable say i to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now at selection screen output check the value of this variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value is 1 ( u set the value of the variable as 1 using code) .&lt;/P&gt;&lt;P&gt;hide the controls u want .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value is 0 (by default the variables value is 0) &lt;/P&gt;&lt;P&gt;enable the controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for the export statement is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   EXPORT decide_scr TO DATABASE indx(st) ID 'ZMY_VALUE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can retrive the value saved to memory by using import. The syntax for import is as below&lt;/P&gt;&lt;P&gt; IMPORT decide_scr TO decide_scr1 FROM DATABASE indx(st) ID 'ZMY_VALUE'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2417000#M539470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:14:04Z</dc:date>
    </item>
  </channel>
</rss>

