<?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: Module Pool clear screen field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483056#M837423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that you are facing is due to parameter ID defined to the screen field.&lt;/P&gt;&lt;P&gt;You can go to the screen field properties and remove the parameter ID for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact retaining value in this way is not problem, but  a feature provide by SAP using parameter IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rewand ponts if answer is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 05:15:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T05:15:54Z</dc:date>
    <item>
      <title>Module Pool clear screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483053#M837420</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;I have a screen i fetch the data to it and process the screen data to do GR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is for one field, screen retaining the old transaction data. All the time user happen to come out of the transaction and transact again to get the proper value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suspect it is becasu eof screen cache.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone faced this kind of problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 05:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483053#M837420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool clear screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483054#M837421</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;Yes it may be possible. Do proper debugging of program and clear that field at correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 05:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483054#M837421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool clear screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483055#M837422</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;In the PBO ofthe screen, give CLEAR statement for the particular screen field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or give a pushbutton 'reset' and write the following in PAI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; WHEN 'RESET'.   "Resets the  input ields in the screen&lt;/P&gt;&lt;P&gt;      CLEAR t5.&lt;/P&gt;&lt;P&gt;      CLEAR t6.&lt;/P&gt;&lt;P&gt;      CLEAR t7.&lt;/P&gt;&lt;P&gt;      CLEAR t8.&lt;/P&gt;&lt;P&gt;   endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where,&lt;/P&gt;&lt;P&gt;t5,t6,t7,t8 are input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 05:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483055#M837422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T05:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool clear screen field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483056#M837423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that you are facing is due to parameter ID defined to the screen field.&lt;/P&gt;&lt;P&gt;You can go to the screen field properties and remove the parameter ID for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact retaining value in this way is not problem, but  a feature provide by SAP using parameter IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rewand ponts if answer is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 05:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-clear-screen-field/m-p/3483056#M837423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T05:15:54Z</dc:date>
    </item>
  </channel>
</rss>

