<?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: How to clear the screen cache? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969706#M1603626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By ticking the attribute &lt;STRONG&gt;No Input History&lt;/STRONG&gt; for the field in the Screen Painter, no history will be maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/138514" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 05:57:21 GMT</pubDate>
    <dc:creator>Arun_Prabhu_K</dc:creator>
    <dc:date>2012-09-19T05:57:21Z</dc:date>
    <item>
      <title>How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969693#M1603613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;I want to know if there is a way to clear the screen fields cache via ABAP.&lt;/P&gt;&lt;P&gt;Like I want to remove all previously typed values in a text box field in a module pool screen in subsequent executions.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 08:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969693#M1603613</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2011-06-11T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969694#M1603614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;don't know if I understood it well, anyway; you could try a CLEAN of the text box in the AT SELECTION-SCREEN OUTPUT section of your screen. You should then find a way to identify exactly the condition that should lead to the cleansing (sy-ucomm check?).&lt;/P&gt;&lt;P&gt;In example;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;IF &amp;lt;your_condition_is_met&amp;gt; EQ 'X'.&lt;/P&gt;&lt;P&gt;  CLEAN &amp;lt;input_box_parameter&amp;gt;.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 09:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969694#M1603614</guid>
      <dc:creator>matteo_montalto</dc:creator>
      <dc:date>2011-06-11T09:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969695#M1603615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is CLEAN? You mean CLEAR!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 16:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969695#M1603615</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-11T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969696#M1603616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my fault, I mistyped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 16:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969696#M1603616</guid>
      <dc:creator>matteo_montalto</dc:creator>
      <dc:date>2011-06-11T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969697#M1603617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant clearing the screen cache.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Eg : I have a text box for Production Order number .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1st time, I input 4000028.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Next time, I  execute , the text box will be empty but when I press the space bar, I will have 400028. This is what I want to remove from my screen.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 03:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969697#M1603617</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2011-06-13T03:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969698#M1603618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you need to do is press space bar then go to that particular number which you want to be delete using the up and down keys from keyboard.&lt;/P&gt;&lt;P&gt;then after reaching that particular Order number click on delete button in the keyboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 04:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969698#M1603618</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-06-13T04:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969699#M1603619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I don't want by that means.&lt;/P&gt;&lt;P&gt;I want the solution via ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 04:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969699#M1603619</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2011-06-13T04:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969700#M1603620</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;My thoughts...The cached values that you are talking about are stored as local data within the GUI (or whwre the local data is stored - C:\Documents and Settings&lt;BR /&gt;\...&lt;BR /&gt;SapWorkDir) and i don't think there is a way for you to clear this using ABAP(i might contradict myself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see what i mean, just go to "Customize Local Layout"(ALT+F12) on SAP Gui system tool bar, and click on Options-&amp;gt;Local Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try with CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_DELETE, once you have identified the cache files, not sure though all the best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 06:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969700#M1603620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-13T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969701#M1603621</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 can use "SAP GUI scripting". It allows to delete ALL &lt;STRONG&gt;input history&lt;/STRONG&gt; (for all fields), and add entries programmatically; It is not possible to access input history outside SAP GUI, as explained in the "SAP GUI scripting" documentation -&amp;gt; &lt;A href="http://www.synactive.com/download/sap%20gui%20scripting/sap%20gui%20scripting%20api.pdf" target="test_blank"&gt;http://www.synactive.com/download/sap%20gui%20scripting/sap%20gui%20scripting%20api.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 16:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969701#M1603621</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-13T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969702#M1603622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you delete ALL input history (for all fields) then certain users will probably be pissed off after running the program since they lose their cached values they may rely on in various transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I wouldn't be too happy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps it is possible to delete this history for just one field... that'd be much better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 22:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969702#M1603622</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2011-06-13T22:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969703#M1603623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;If you delete ALL input history (for all fields) then certain users will probably be pissed off after running the program since they lose their cached values they may rely on in various transactions.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I know I wouldn't be too happy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Perhaps it is possible to delete this history for just one field... that'd be much better.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I didn't say it was perfect (I agree, I was a little bit disappointed too, to not see any single deletion method). Note that in the documentation, it is said that only SAP GUI software itself can act on the input history. So my opinion is that only SAP GUI scripting methods can play with the input history. Sometimes there are limitations, and we must cope with it :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 08:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969703#M1603623</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-14T08:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969704#M1603624</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;in application tool bar&lt;/P&gt;&lt;P&gt;click  customize local layout (alt +  f12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click options&lt;/P&gt;&lt;P&gt; go to local data tab.&lt;/P&gt;&lt;P&gt;select of or on as per your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 05:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969704#M1603624</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-06-17T05:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969705#M1603625</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;Hurrah, to disable or enable input history of only ONE field, we can do it programmatically using method cl_gui_frontend_services=&amp;gt;disablehistoryforfield (with flag true or false). It is available since at least release 7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, user can switch it on or off manually, by CTRL + right click (since at least SAP GUI 7.20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 21:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969705#M1603625</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-07-24T21:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969706#M1603626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By ticking the attribute &lt;STRONG&gt;No Input History&lt;/STRONG&gt; for the field in the Screen Painter, no history will be maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/138514" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 05:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969706#M1603626</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2012-09-19T05:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear the screen cache?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969707#M1603627</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Maybe it's later...&lt;/P&gt;&lt;P&gt;With this method it's possible:&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;disablehistoryforfield&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 17:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-clear-the-screen-cache/m-p/7969707#M1603627</guid>
      <dc:creator>roberto_rodriguez2</dc:creator>
      <dc:date>2019-07-18T17:52:28Z</dc:date>
    </item>
  </channel>
</rss>

