<?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: Custom Container Text Editor not getting cleared in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763477#M37230</link>
    <description>&lt;P&gt;What kind of CALL METHOD-&amp;gt;FLUSH did you tried? cl_gui_cfw=&amp;gt;flush( ) ?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 07:20:13 GMT</pubDate>
    <dc:creator>Tomas_Buryanek</dc:creator>
    <dc:date>2019-01-09T07:20:13Z</dc:date>
    <item>
      <title>Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763474#M37227</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I am using multiple text editor with custom containers in my module pool program for one of our client development. Whenever I open the screen, text gets display which should not happen.&lt;/P&gt;
  &lt;P&gt;Please check attached screen shots where how the texts are not getting cleared.&lt;/P&gt;
  &lt;P&gt;1. Below is the report... where highlighted row in which I double clicked on Plant&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/259675-screen-shot-2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;2. Below screen where current plant remark is = 'testing46'.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/259671-screen-shot-1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;3. Now I have changed Plant Remark from 'testing46' to 'testingnew'.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/259677-screen-shot-3.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;4. Then I go back to main screen and selected new row as selected below.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/259679-screen-shot-4.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;5. When I double click on cell row in plant column, the same text 'testingnew' is showing which should not.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/259683-screen-shot-5.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Please help how to clear the text editor during the initialization. I have tried CALL METHOD-&amp;gt;FLUSH, FREE container editor, FREE text editor. But, could not resolved.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Amol Khochare&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763474#M37227</guid>
      <dc:creator>former_member207480</dc:creator>
      <dc:date>2019-01-08T12:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763475#M37228</link>
      <description>&lt;P&gt;How do you store the long texts in memory of your program, check the call of methods such as CL_GUI_TEXTEDIT-&amp;gt;SET_TEXT_AS_R3TABLE or SET_TEXT_AS_STREAM during your PBO logic execution.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 12:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763475#M37228</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-01-08T12:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763476#M37229</link>
      <description>&lt;P&gt;as your explaination, that remark is taken from ALV selected line so i think you may have to look at the logic get data from ALV into text editor, not about free the container.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 01:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763476#M37229</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-01-09T01:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763477#M37230</link>
      <description>&lt;P&gt;What kind of CALL METHOD-&amp;gt;FLUSH did you tried? cl_gui_cfw=&amp;gt;flush( ) ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 07:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763477#M37230</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2019-01-09T07:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763478#M37231</link>
      <description>&lt;P&gt;Hmmm....&lt;/P&gt;&lt;P&gt;I find that I have to re-instantiate them to clear the details unfortunately.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763478#M37231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-09T08:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Container Text Editor not getting cleared in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763479#M37232</link>
      <description>&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;I am having the same problem. When you say "re-instantiate" do you mean free the object and re-create it (FREE and CREATE OBJECT statements)?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Fred&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container-text-editor-not-getting-cleared-in-module-pool-screen/m-p/763479#M37232</guid>
      <dc:creator>fcousin</dc:creator>
      <dc:date>2021-05-19T12:26:17Z</dc:date>
    </item>
  </channel>
</rss>

