<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133886#M448754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou guys for ur response.....But the issue is not resolved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the options(clearing parameters in AT SELECTION-SCREEN OUTPUT and even modifying screen (though I don't think we should modify screen in AT SELECTION_SCREEN instead of AT S.S OUTPUT.anyway I have tried both,but it didn't work))....still the second parameter is not being cleared....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT It is being cleared if i just enter n exit debugging mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 05:45:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T05:45:05Z</dc:date>
    <item>
      <title>Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133881#M448749</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;I am facing a strange situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: a TYPE c RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;            b(10), "TYPE c DEFAULT 'FIRST',&lt;/P&gt;&lt;P&gt;            e(10),&lt;/P&gt;&lt;P&gt;            d TYPE c RADIOBUTTON GROUP a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  b = 'FIRST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF a = 'X'.&lt;/P&gt;&lt;P&gt;    CLEAR:b,e.&lt;/P&gt;&lt;P&gt;   MESSAGE e000(zv) with b e.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above sample code ,my intention is to clear the value in parameter e while issuing an error message.But it is not hapening so.The selection-screen still contains the value previously entered,but the parameter b value is being cleared .&lt;/P&gt;&lt;P&gt;I have checked the documentation and it says that in case of error message selection-screen wil be restored.&lt;/P&gt;&lt;P&gt;But the strange thing is ,if I debug the execution,the value in parameter e is being cleared,even when I do nothing while debuuging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any of u explain why this is happening?Also could u please tell me how I can acheive clearing the variable while issuing error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Harish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133881#M448749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133882#M448750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETERS: a TYPE c RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;b(10), "TYPE c DEFAULT 'FIRST',&lt;/P&gt;&lt;P&gt;e(10),&lt;/P&gt;&lt;P&gt;d TYPE c RADIOBUTTON GROUP a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;b = 'FIRST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF a = 'X'.&lt;/P&gt;&lt;P&gt;CLEAR:b.&lt;/P&gt;&lt;P&gt;MESSAGE e000(zv) with b e.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON E.&lt;/P&gt;&lt;P&gt;IF a = 'X'.&lt;/P&gt;&lt;P&gt;CLEAR:e.&lt;/P&gt;&lt;P&gt;*MESSAGE e000(0) with b e.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133882#M448750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133883#M448751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can also use &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;If a = 'X' and flag = 'X'.&lt;/P&gt;&lt;P&gt;Clear : b, e.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;If a = 'X'.&lt;/P&gt;&lt;P&gt;flag = 'X'.&lt;/P&gt;&lt;P&gt;message e000.&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;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133883#M448751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133884#M448752</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;You put the same code at AT SELECTION SCREEN OUTPUT...it will work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133884#M448752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133885#M448753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got what your problem is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this code...THIS WILL Work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: A TYPE C RADIOBUTTON GROUP A,&lt;/P&gt;&lt;P&gt;B(10), "TYPE c DEFAULT 'FIRST',&lt;/P&gt;&lt;P&gt;E(10),&lt;/P&gt;&lt;P&gt;D TYPE C RADIOBUTTON GROUP A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  B = 'FIRST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  LOOP AT SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    IF A = 'X'.&lt;/P&gt;&lt;P&gt;      CLEAR:B,E.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;      MODIFY SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      MESSAGE E000(ZV) WITH B E.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  ENDLOOP.&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Reward points if useful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133885#M448753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133886#M448754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou guys for ur response.....But the issue is not resolved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all the options(clearing parameters in AT SELECTION-SCREEN OUTPUT and even modifying screen (though I don't think we should modify screen in AT SELECTION_SCREEN instead of AT S.S OUTPUT.anyway I have tried both,but it didn't work))....still the second parameter is not being cleared....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT It is being cleared if i just enter n exit debugging mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/2133886#M448754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:45:05Z</dc:date>
    </item>
  </channel>
</rss>

