<?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: Refreshing the Text Editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999356#M1495009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  CALL METHOD text_editor-&amp;gt;free&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed by FREE text_editor solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 06:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-09T06:48:31Z</dc:date>
    <item>
      <title>Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999352#M1495005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a text editor in one of my module pool program.&lt;/P&gt;&lt;P&gt;The text editor is part of one of the subscreen of a tabstrip that displays after I enter some values on the initial screen.&lt;/P&gt;&lt;P&gt;Everything is fine but the problem arrives when I try to go back from the tabstrip to the initial screen.&lt;/P&gt;&lt;P&gt;Now when I provide different values and go to the tabstrip, all other values are displayed correctly but the text editor contains the same text as before, corresponding to the values enetred for the first time on the initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 05:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999352#M1495005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T05:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999353#M1495006</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 need to clear the text editor.If you are using CREATE OBJECT to create the text editor, then use method FREE to clear the content of the text editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 05:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999353#M1495006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T05:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999354#M1495007</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 your PBO event, write code MODULE DISPLAY_DATA.&lt;/P&gt;&lt;P&gt;and then double click on DISPLAY_DATA and then write code &lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'NXT' OR SY-UCOMM = 'PRV'.&lt;/P&gt;&lt;P&gt;    PERFORM FREE_OBJECT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;and then double click on FREE_OBJECT and write code &lt;/P&gt;&lt;P&gt;CALL METHOD TEXT_EDITOR-&amp;gt;FREE&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD CONTAINER-&amp;gt;FREE&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        OTHERS = 1.&lt;/P&gt;&lt;P&gt;    CLEAR : CONTAINER,TEXT_EDITOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 05:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999354#M1495007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T05:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999355#M1495008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you populating the text editor based on user input &amp;amp; you want to refresh the value if the user input changes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 05:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999355#M1495008</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-09T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999356#M1495009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  CALL METHOD text_editor-&amp;gt;free&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed by FREE text_editor solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 06:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999356#M1495009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T06:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999357#M1495010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  CALL METHOD text_editor-&amp;gt;free&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed by FREE text_editor solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 06:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999357#M1495010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T06:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing the Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999358#M1495011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using  CALL METHOD text_editor-&amp;gt;free&lt;/P&gt;&lt;P&gt;             EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed by FREE text_editor solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 06:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-the-text-editor/m-p/6999358#M1495011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T06:49:16Z</dc:date>
    </item>
  </channel>
</rss>

