<?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: clear the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268447#M149705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. we have to apply some little logic to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we to use the following concepts :&lt;/P&gt;&lt;P&gt;   export .. to memory id&lt;/P&gt;&lt;P&gt;   imprt .. from memory id&lt;/P&gt;&lt;P&gt;  start-of-selection.&lt;/P&gt;&lt;P&gt;  at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Just copy paste this in new program.&lt;/P&gt;&lt;P&gt;  (it will CLEAR the fields, after execution&lt;/P&gt;&lt;P&gt;   and pressing BACK button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZAM_TEMP00                              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;parameters : a(10) type c default 'Hi'.&lt;/P&gt;&lt;P&gt;parameters : b(10) type c default 'Friend'.&lt;/P&gt;&lt;P&gt;data : flag type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt; IMPORTANT&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  flag = 'X'.&lt;/P&gt;&lt;P&gt;  export flag to memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;  write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'hello'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; IMPORTANT.&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;  import flag from memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if flag = 'X'.&lt;/P&gt;&lt;P&gt;    flag = ''.&lt;/P&gt;&lt;P&gt;    a = ''.&lt;/P&gt;&lt;P&gt;    b = ''.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  flag = ''.&lt;/P&gt;&lt;P&gt;  export flag to memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2006 11:26:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-13T11:26:36Z</dc:date>
    <item>
      <title>clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268437#M149695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a report, after executing the program,  when the back button is pressed, the selction secren should not contain the previous value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268437#M149695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268438#M149696</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 all parameters in the Initilization event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268438#M149696</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-13T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268439#M149697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this thread where the code mentioned below solves the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="185234"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables sscrfields.&lt;/P&gt;&lt;P&gt;data temp_fcode type syucomm.&lt;/P&gt;&lt;P&gt;parameters: p_var1 type i.&lt;/P&gt;&lt;P&gt;selection-screen pushbutton /2(10) button1 user-command ABC.&lt;/P&gt;&lt;P&gt;initialization. &lt;/P&gt;&lt;P&gt;   button1  = 'Clear'.&lt;/P&gt;&lt;P&gt;at selection-screen output. &lt;/P&gt;&lt;P&gt; check temp_fcode ne space. &lt;/P&gt;&lt;P&gt; clear p_var1.&lt;/P&gt;&lt;P&gt;at selection-screen. &lt;/P&gt;&lt;P&gt; temp_fcode = sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;start-of-selection.  &lt;/P&gt;&lt;P&gt;write p_var1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268439#M149697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268440#M149698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Using SET/GET Parameters will stores earlier values should be brought &amp;amp; Display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268440#M149698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268441#M149699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hallo Satis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that works:&lt;/P&gt;&lt;P&gt;in the exit pai-module after pressing F3:&lt;/P&gt;&lt;P&gt;don't write leave to scrren 0, but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE ok_code.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;F03'.&lt;/P&gt;&lt;P&gt;      SUBMIT reportname VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it works for you, it would be nice to give points,&lt;/P&gt;&lt;P&gt;i have none yet...&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268441#M149699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268442#M149700</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;&lt;/P&gt;&lt;P&gt;When you run your report is there any default values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of your report clear/refresh your selection screen parameters etc.&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, 13 Apr 2006 09:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268442#M149700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268443#M149701</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;for this note down the pf status of the screen&lt;/P&gt;&lt;P&gt;go to the menu painter and see the fcod for back button&lt;/P&gt;&lt;P&gt;than do the coding as&lt;/P&gt;&lt;P&gt; case sy-ucomm (ok_code)&lt;/P&gt;&lt;P&gt; when 'back'&lt;/P&gt;&lt;P&gt; clear all parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268443#M149701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268444#M149702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked different things a few times:&lt;/P&gt;&lt;P&gt;that statement definitely works and seems to be the simplest way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE ok_code.&lt;/P&gt;&lt;P&gt;WHEN '&amp;amp;F03'.&lt;/P&gt;&lt;P&gt;SUBMIT reportname VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that the selection-screen is initail.&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 09:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268444#M149702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268445#M149703</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;  Just add &amp;lt;b&amp;gt; FREE MEMORY &amp;lt;/b&amp;gt; in initialization instead of clearing each and every parameter on selection-screen. This will clear the contents in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTEST499.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mara.&lt;/P&gt;&lt;P&gt;parameters: p_date like sy-datum.&lt;/P&gt;&lt;P&gt;select-options: s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;free memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;WRITE : 'TEST'.&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;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 10:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268445#M149703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268446#M149704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose your requirement is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"you have some fields in the selection screen and you have input some values on it. When an event triggers, you want all the fields to be cleared . This should not be done like CLEAR a,b,c,d."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a solution to this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: a(10),&lt;/P&gt;&lt;P&gt;            b(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;free memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;clear screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When execute button in the selection screen is pressed, both the fields will be cleared. This can be extended to any number of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 10:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268446#M149704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268447#M149705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. we have to apply some little logic to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we to use the following concepts :&lt;/P&gt;&lt;P&gt;   export .. to memory id&lt;/P&gt;&lt;P&gt;   imprt .. from memory id&lt;/P&gt;&lt;P&gt;  start-of-selection.&lt;/P&gt;&lt;P&gt;  at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Just copy paste this in new program.&lt;/P&gt;&lt;P&gt;  (it will CLEAR the fields, after execution&lt;/P&gt;&lt;P&gt;   and pressing BACK button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZAM_TEMP00                              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;parameters : a(10) type c default 'Hi'.&lt;/P&gt;&lt;P&gt;parameters : b(10) type c default 'Friend'.&lt;/P&gt;&lt;P&gt;data : flag type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt; IMPORTANT&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  flag = 'X'.&lt;/P&gt;&lt;P&gt;  export flag to memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;  write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'hello'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; IMPORTANT.&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;  import flag from memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if flag = 'X'.&lt;/P&gt;&lt;P&gt;    flag = ''.&lt;/P&gt;&lt;P&gt;    a = ''.&lt;/P&gt;&lt;P&gt;    b = ''.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  flag = ''.&lt;/P&gt;&lt;P&gt;  export flag to memory id 'FLAG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 11:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268447#M149705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268448#M149706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="94761"&gt;&lt;/A&gt; one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 19:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268448#M149706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T19:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268449#M149707</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;Just clear the variable in the initilization screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 19:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268449#M149707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T19:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: clear the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268450#M149708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, if you execute the program, you go through INITIALIZATION, SELECTION SCREEN and then the program execution and output. But when you come back to selection screen after the output, you will &amp;lt;b&amp;gt;not&amp;lt;/b&amp;gt; go through INITIALIZATION event again, unless you go all the way back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 19:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-the-selection-screen/m-p/1268450#M149708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T19:16:36Z</dc:date>
    </item>
  </channel>
</rss>

