<?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: Unable to refresh data text editor using class CL_GUI_TEXTEDIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687052#M621387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks much for your insights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW:&lt;/P&gt;&lt;P&gt;I have the problem with container and textedit within a Function Module/Group&lt;/P&gt;&lt;P&gt;&amp;nbsp; (dynpro on screen in Fu.Group),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but &lt;STRONG&gt;not&lt;/STRONG&gt; if it is within a report&lt;/P&gt;&lt;P&gt;&amp;nbsp; (container/textedit on dynpro/screen on Report).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using method SET_TEXT_AS_R3TABLE() to populate the Textedit and a&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_gui_cfw=&amp;gt;flush &lt;SPAN class="L0S52"&gt;EXCEPTIONS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OTHERS &lt;/SPAN&gt;= &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the problem exists (calling the Fu.Group/Module)&lt;/P&gt;&lt;P&gt;in the debugger I can see the Object IDs changing,&lt;/P&gt;&lt;P&gt;because I delete (clear) the objects and &lt;STRONG&gt;recreate them every time&lt;/STRONG&gt;. (both container and textedit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new text is loaded into the newly created textedit object, which is inside the newly created custom_container object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the screen of the Fu.Group displays, then:&lt;/P&gt;&lt;P&gt;the title of the screen has changed alright,&lt;/P&gt;&lt;P&gt;but always the same text displays,&lt;/P&gt;&lt;P&gt;as when the Fu.Group/Module was called the first time in the SapGui session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somehow there is life beyond the deleted and newly created objects (container and textedit),&lt;/P&gt;&lt;P&gt;which keeps displaying the old text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new text displays only since adding this:&lt;/P&gt;&lt;P&gt;namely using the container's FREE method before deleting the container object, like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; O_CUSTOM_CONTAINER-&amp;gt;FREE(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTL_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTL_SYSTEM_ERROR = &lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;= &lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ).&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And I noticed that the FREE has to be called with the "original" container object;&lt;/P&gt;&lt;P&gt;because calling the FREE method only subsequently with a newly created container, did not help;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(So this was "solved" using FREE after the Screen has been displayed and exited, and then next time creating new objects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_gui_cfw=&amp;gt;UPDATE_VIEW ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;did not solve this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 11:09:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-25T11:09:51Z</dc:date>
    <item>
      <title>Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687047#M621382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using CL_GUI_TEXTEDIT-&amp;gt;SET_TEXT_AS_STREAM to display text in dialog program. It is displaying the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i come back to the intial page of the transaction and change the document number. It is showing the previous data.&lt;/P&gt;&lt;P&gt;I have debugged the code and found that the data in the internal table passed to the method SET_TEXT_AS_STREAM is Different but still it is displaying the previous value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how to proceed to display new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 15:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687047#M621382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687048#M621383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Think there might be some clear or refresh problem. Before coming to the initial screen, clear the output field you are displaying the text in the PAI and proceed.&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;Vamshi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 15:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687048#M621383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T15:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687049#M621384</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 done is moving from text_editor to other screen i just free the container&lt;/P&gt;&lt;P&gt;and recreate thru PBO of the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is not right way but it works perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form f_exit_screen.
  if not g_editor is initial.
    call method g_editor-&amp;gt;free
      exceptions
        others = 1.
    if sy-subrc ne 0.
    endif.
    free g_editor.
  endif.

  if not g_editor_container is initial.
    call method g_editor_container-&amp;gt;free
      exceptions
        others = 1.
    if sy-subrc &amp;lt;&amp;gt; 0.
    endif.
    free g_editor_container.
  endif.

  call method cl_gui_cfw=&amp;gt;flush
    exceptions
      others = 1.
  if sy-subrc ne 0.
  endif.
  leave program.
endform.                                 " F_exit_program


module status_1300 output.
  if g_editor is initial.
    g_repid = sy-repid.

    create object g_editor_container
        exporting
            container_name = 'TEXTEDITOR'
        exceptions
            cntl_error = 1
            cntl_system_error = 2
            create_error = 3
            lifetime_error = 4
            lifetime_dynpro_dynpro_link = 5.
    if sy-subrc ne 0.
    endif.

    create object g_editor
      exporting
         parent = g_editor_container
         wordwrap_mode = cl_gui_textedit=&amp;gt;wordwrap_at_fixed_position
         wordwrap_to_linebreak_mode = cl_gui_textedit=&amp;gt;true
      exceptions
          others = 1.
    if sy-subrc ne 0.
    endif.
  endif.

endmodule.                    "status_1300 OUTPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 15:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687049#M621384</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-23T15:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687050#M621385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gautham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m also using the     CALL METHOD editor-&amp;gt;set_text_as_stream, but the data is not getting refreshed. PLease provide your inputs if your issue is resolved.&lt;/P&gt;&lt;P&gt;Your inputs are very useful in solving my problem.&lt;/P&gt;&lt;P&gt;P.S: the below is the code for ur quick ref:&lt;/P&gt;&lt;P&gt;    CREATE OBJECT:&lt;/P&gt;&lt;P&gt;           container EXPORTING container_name = 'TEXTEDIT',&lt;/P&gt;&lt;P&gt;           editor    EXPORTING parent = container,&lt;/P&gt;&lt;P&gt;           handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    event-eventid = cl_gui_textedit=&amp;gt;event_f1.&lt;/P&gt;&lt;P&gt;    event-appl_event = 'X'.                     "system event&lt;/P&gt;&lt;P&gt;    APPEND event TO event_tab.&lt;/P&gt;&lt;P&gt;    event-eventid = cl_gui_textedit=&amp;gt;event_f4.&lt;/P&gt;&lt;P&gt;    event-appl_event = 'X'.                     "application event&lt;/P&gt;&lt;P&gt;    APPEND event TO event_tab.&lt;/P&gt;&lt;P&gt;    CALL METHOD: editor-&amp;gt;set_registered_events&lt;/P&gt;&lt;P&gt;                 EXPORTING events = event_tab.&lt;/P&gt;&lt;P&gt;    SET HANDLER handle-&amp;gt;handle_f1&lt;/P&gt;&lt;P&gt;                handle-&amp;gt;handle_f4 FOR editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    it_text1[] = it_text[].&lt;/P&gt;&lt;P&gt;    CLEAR it_text[].&lt;/P&gt;&lt;P&gt;    CALL METHOD editor-&amp;gt;set_text_as_stream&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        text = it_text1.&lt;/P&gt;&lt;P&gt;    CLEAR : lv_lines , lv_lines_to.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE it_text1 LINES lv_lines.&lt;/P&gt;&lt;P&gt;    lv_lines_to = lv_lines + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: h_sudha on Jun 12, 2011 9:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 07:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687050#M621385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-12T07:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687051#M621386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without going into the details you did not provide: This is a common GUI control trouble: If you do not call the free method of the container, the 'old' container will live on with it's content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So make sure that before you CREATE a new object, you call method FREE of the container and then free the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugger you may observe the number of the instance of all created instances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 13:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687051#M621386</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-06-12T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687052#M621387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks much for your insights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW:&lt;/P&gt;&lt;P&gt;I have the problem with container and textedit within a Function Module/Group&lt;/P&gt;&lt;P&gt;&amp;nbsp; (dynpro on screen in Fu.Group),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but &lt;STRONG&gt;not&lt;/STRONG&gt; if it is within a report&lt;/P&gt;&lt;P&gt;&amp;nbsp; (container/textedit on dynpro/screen on Report).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using method SET_TEXT_AS_R3TABLE() to populate the Textedit and a&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_gui_cfw=&amp;gt;flush &lt;SPAN class="L0S52"&gt;EXCEPTIONS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OTHERS &lt;/SPAN&gt;= &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the problem exists (calling the Fu.Group/Module)&lt;/P&gt;&lt;P&gt;in the debugger I can see the Object IDs changing,&lt;/P&gt;&lt;P&gt;because I delete (clear) the objects and &lt;STRONG&gt;recreate them every time&lt;/STRONG&gt;. (both container and textedit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new text is loaded into the newly created textedit object, which is inside the newly created custom_container object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the screen of the Fu.Group displays, then:&lt;/P&gt;&lt;P&gt;the title of the screen has changed alright,&lt;/P&gt;&lt;P&gt;but always the same text displays,&lt;/P&gt;&lt;P&gt;as when the Fu.Group/Module was called the first time in the SapGui session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somehow there is life beyond the deleted and newly created objects (container and textedit),&lt;/P&gt;&lt;P&gt;which keeps displaying the old text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new text displays only since adding this:&lt;/P&gt;&lt;P&gt;namely using the container's FREE method before deleting the container object, like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; O_CUSTOM_CONTAINER-&amp;gt;FREE(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTL_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTL_SYSTEM_ERROR = &lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;= &lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ).&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And I noticed that the FREE has to be called with the "original" container object;&lt;/P&gt;&lt;P&gt;because calling the FREE method only subsequently with a newly created container, did not help;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(So this was "solved" using FREE after the Screen has been displayed and exited, and then next time creating new objects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_gui_cfw=&amp;gt;UPDATE_VIEW ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;did not solve this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 11:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/2687052#M621387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-25T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to refresh data text editor using class CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/14083486#M2041670</link>
      <description>&lt;P&gt;Thank you very much for your explanation ! , actually solved the issue for module pool as well. pretty weird even after FREE statement of the object keep displaying the same text , using both&amp;nbsp;&lt;!--   StartFragment    --&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;EM&gt;go_container&lt;SPAN class=""&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;free&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;. ,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;go_textedit&lt;SPAN class=""&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;free&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&amp;nbsp; solved it !&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 12:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-refresh-data-text-editor-using-class-cl-gui-textedit/m-p/14083486#M2041670</guid>
      <dc:creator>sudantha</dc:creator>
      <dc:date>2025-04-22T12:25:04Z</dc:date>
    </item>
  </channel>
</rss>

