<?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: At selection-screen when user presses back button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057660#M1353481</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;U need to free the abap memory where the data for selection-screen are stored:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.

TABLES RSVAMEMKEY.

RSVAMEMKEY-REPORT = SY-REPID.
RSVAMEMKEY-INT_MODE = '02'.

FREE MEMORY ID RSVAMEMKEY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 16:05:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-02T16:05:32Z</dc:date>
    <item>
      <title>At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057655#M1353476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two radio buttons and two relative checkboxes ( one checkbox related to other ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when user selects one radio button and executes teh program, there is a summary page. When user presses back button from there, I return to the selection screen, however the selections are still there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I want a blank screen, as in nothing selected( similar screen when program is executed first ). Is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gols&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 14:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057655#M1353476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057656#M1353477</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;Try clearing radio buttons and check boxes at PBO of selection screen using AT SELECTION-SCREEN OUTPUT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
  p_rad1 TYPE c RADIOBUTTON GROUP rd1,
  p_rad2 TYPE c RADIOBUTTON GROUP rd1.

PARAMETERS:
  p_chk1 TYPE c AS CHECKBOX,
  p_chk2 TYPE c AS CHECKBOX.

AT SELECTION-SCREEN OUTPUT.
  CLEAR: p_rad1, p_rad2, p_chk1, p_chk2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;txhughes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057656#M1353477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057657#M1353478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; After you have processed your user command why dont you try to say leave to transaction and the transaction for your program. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057657#M1353478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057658#M1353479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clear or refresh in the INITIALIZATION event for first process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear or Refresh in the AT SELECTION-SCREEN OUTPUT event when you want clear from list or back to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057658#M1353479</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-09-02T15:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057659#M1353480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this lines of code at the end of the report . .i.e. at the end of END-OF-SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS : &amp;lt;fs&amp;gt;  .  
ASSIGN ('(RSDBRUNT)MEMKEY-INT_MODE') TO &amp;lt;fs&amp;gt; .  
IF sy-subrc = 0 .    
       &amp;lt;FS&amp;gt; = '01' .  
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 15:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057659#M1353480</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-09-02T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen when user presses back button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057660#M1353481</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;U need to free the abap memory where the data for selection-screen are stored:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.

TABLES RSVAMEMKEY.

RSVAMEMKEY-REPORT = SY-REPID.
RSVAMEMKEY-INT_MODE = '02'.

FREE MEMORY ID RSVAMEMKEY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 16:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-when-user-presses-back-button/m-p/6057660#M1353481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T16:05:32Z</dc:date>
    </item>
  </channel>
</rss>

