<?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 clear data on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533029#M849919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As user enter selection cretiria Like plant &amp;amp; year.If the condtion is not satisfied a information msg is dispalyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when he click ok user return to selection screen at this level the data remains on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to clear this plant &amp;amp; year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this plz guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 10:15:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T10:15:45Z</dc:date>
    <item>
      <title>clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533029#M849919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As user enter selection cretiria Like plant &amp;amp; year.If the condtion is not satisfied a information msg is dispalyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when he click ok user return to selection screen at this level the data remains on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to clear this plant &amp;amp; year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this plz guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533029#M849919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533030#M849920</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;When the condition is not satisfied clear the parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533030#M849920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533031#M849921</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 just clear those fields before showing the message when the entered values won't satisfy the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear:field1,field2."for parameters&lt;/P&gt;&lt;P&gt;refresh:field1,field2."for select-options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533031#M849921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533032#M849922</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 fields &lt;/P&gt;&lt;P&gt;Using the following Commands &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear : field_name1, field_name2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533032#M849922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533033#M849923</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 just have to refresh the select options and clear the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT VBELN INTO V_VBELN&lt;/P&gt;&lt;P&gt;               UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;               FROM VBAK&lt;/P&gt;&lt;P&gt;               WHERE VBELN IN S_VBELN.&lt;/P&gt;&lt;P&gt;  ENDSELECT.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE I002(SY) WITH 'No Records'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;refresh s_vbeln.&lt;/STRONG&gt;&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;Pritha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533033#M849923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: clear data on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533034#M849924</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 this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS p_test TYPE sflight-carrid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Event At Selection-screen&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_test = 'AA'.&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;CLEAR p_test.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE 'Invalid enter' TYPE 'I'.&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;Thanks,&lt;/P&gt;&lt;P&gt;YH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-data-on-selection-screen/m-p/3533034#M849924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:34:28Z</dc:date>
    </item>
  </channel>
</rss>

