<?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: Parameter is persistent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305607#M1223510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sibi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the event write coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;CLEAR NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2009 11:21:09 GMT</pubDate>
    <dc:creator>former_member209217</dc:creator>
    <dc:date>2009-03-19T11:21:09Z</dc:date>
    <item>
      <title>Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305605#M1223508</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;&lt;/P&gt;&lt;P&gt;Let&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   
PARAMETERS : name(10) .
write : name.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if in the selection screen , we give , say &lt;STRONG&gt;qwerty&lt;/STRONG&gt; and execute it , we get &lt;STRONG&gt;qwerty&lt;/STRONG&gt; in the screen .&lt;/P&gt;&lt;P&gt;here if the &lt;STRONG&gt;back&lt;/STRONG&gt; button is clicked the initial screen selection screen appears &lt;STRONG&gt;with the value qwerty&lt;/STRONG&gt; filled in it.What is the reason for this ? How to make the parameter space empty in selection screen when the back button is clicked .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Sibi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305605#M1223508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305606#M1223509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS : name(10) .
start-of-selection.
write : name.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following write was called when the event at selection screen was triggered. this will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305606#M1223509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305607#M1223510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sibi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the event write coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;CLEAR NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305607#M1223510</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-03-19T11:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305608#M1223511</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;Clear the element on the event at selection-screen output.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters name(10).

at selection-screen output.
clear name.

start-of-selection. 
write name.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305608#M1223511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305609#M1223512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS : name(10) .
AT SELECTION-SCREEN OUTPUT.
CLEAR name.

START-OF-SELECTION.
write : name.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305609#M1223512</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2009-03-19T11:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305610#M1223513</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;This code is not satisfying the requirement and  its working the same way as the posted code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Sibi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305610#M1223513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305611#M1223514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sachin and vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;It is working fine, as long as i give input in selection selection screen and press F8.&lt;/P&gt;&lt;P&gt;but if i press enter , the values get deleted on the screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to get it cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Sibi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sibi k  kanagaraj on Mar 19, 2009 12:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305611#M1223514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305612#M1223515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Whenever 'Enter' is pressed in selection-screen, 'At selection-screen output'  event will execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'At selection-screen output'   event is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION. &lt;/P&gt;&lt;P&gt;Therefore, this event is not suitable for setting selection screen default values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Mar 19, 2009 1:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305612#M1223515</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-03-19T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305613#M1223516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear the value of parameter, when "BACK" pressed.&lt;/P&gt;&lt;P&gt;Like if sy-ucomm EQ BACK, Clear field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this code in PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddhesh Pathak on Mar 19, 2009 12:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305613#M1223516</guid>
      <dc:creator>siddhesh_pathak4</dc:creator>
      <dc:date>2009-03-19T11:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter is persistent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305614#M1223517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt; CASE Sy-ucomm.&lt;/P&gt;&lt;P&gt;   WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;     Clear name.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 12:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-is-persistent/m-p/5305614#M1223517</guid>
      <dc:creator>sarbajitm</dc:creator>
      <dc:date>2009-03-19T12:55:21Z</dc:date>
    </item>
  </channel>
</rss>

