<?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: refresh the screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628541#M280641</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 have to mention all your fields in CLEAR: statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: field1,&lt;/P&gt;&lt;P&gt;       field2....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 11:10:00 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-09-12T11:10:00Z</dc:date>
    <item>
      <title>refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628539#M280639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi how to refresh the screen.&lt;/P&gt;&lt;P&gt;i have around 40 fields in my screen.i want to keep everything as initial once i save the values.&lt;/P&gt;&lt;P&gt;how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether i have to do for one by one field...or is there any statement for the whole screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628539#M280639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T11:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628540#M280640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put all the fields in a work area and then clear that workarea.All the fields inside that workarea will get cleared.For eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear &amp;lt;work area&amp;gt; " Work area contains all the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628540#M280640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628541#M280641</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 have to mention all your fields in CLEAR: statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: field1,&lt;/P&gt;&lt;P&gt;       field2....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628541#M280641</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-09-12T11:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628542#M280642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after u SAVE clear all the variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628542#M280642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628543#M280643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an easy way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose u have data base table DB_STUDENT and it ahs the fields name and age.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u declred like this in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : TABLES db_student.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose field name in the screen  are db_student-name and db_student-age.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so after save just give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear db_student.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only 1 statemnet is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628543#M280643</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-12T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628544#M280644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using Internal table...&lt;/P&gt;&lt;P&gt;So istead of clearing each textbox...i called the tcode again&lt;/P&gt;&lt;P&gt;call transaction 'TCODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it Solved the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628544#M280644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T11:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: refresh the screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628545#M280645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    When 'SAVE'&lt;/P&gt;&lt;P&gt;    clear itab.(Clers work area)  &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 11:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-the-screen/m-p/1628545#M280645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T11:24:50Z</dc:date>
    </item>
  </channel>
</rss>

