<?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: Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008960#M409827</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;Use method get_text_as_r3table of classcl_gui_textedit to save the text to some file and set_text_as_r3table to load the text from the file.&lt;/P&gt;&lt;P&gt;list of  methods used for getting and setting the text.&lt;/P&gt;&lt;P&gt;GET_LINE_TEXT &lt;/P&gt;&lt;P&gt;GET_SELECTED_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;SET_SELECTED_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;GET_SELECTED_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;SET_SELECTED_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;GET_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;SET_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;GET_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;SET_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;OPEN_LOCAL_FILE &lt;/P&gt;&lt;P&gt;SAVE_AS_LOCAL_FILE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these methods helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 11:43:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T11:43:00Z</dc:date>
    <item>
      <title>Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008958#M409825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;i am facing one poblem in reading and saving the text using Methods&lt;/P&gt;&lt;P&gt;I have written a code which will save the text and loads it back , when i re execute that pogram that value is not retained,&lt;/P&gt;&lt;P&gt;Please help me out in solving this problem as i need that value to be retained when i shows the editor on scree, or tell me where this values is stored&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Munish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 10:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008958#M409825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008959#M409826</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;Check out the demo program SAPTEXTEDIT_DEMO_3.&lt;/P&gt;&lt;P&gt;Thsi demo program saves the data in local file and later loads this file and displays the data in editor.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 11:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008959#M409826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008960#M409827</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;Use method get_text_as_r3table of classcl_gui_textedit to save the text to some file and set_text_as_r3table to load the text from the file.&lt;/P&gt;&lt;P&gt;list of  methods used for getting and setting the text.&lt;/P&gt;&lt;P&gt;GET_LINE_TEXT &lt;/P&gt;&lt;P&gt;GET_SELECTED_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;SET_SELECTED_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;GET_SELECTED_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;SET_SELECTED_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;GET_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;SET_TEXT_AS_R3TABLE &lt;/P&gt;&lt;P&gt;GET_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;SET_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;OPEN_LOCAL_FILE &lt;/P&gt;&lt;P&gt;SAVE_AS_LOCAL_FILE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these methods helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 11:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008960#M409827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008961#M409828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i have already seen he program, i dont need to load into any file,&lt;/P&gt;&lt;P&gt;i wanna save the text and read that after i execute again, its workign fine for the firt tiem and when i execute again the text saved doesnot come, i wanna know where it gets saved?&lt;/P&gt;&lt;P&gt;i hope u understand the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 11:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008961#M409828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T11:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and saving the text using  METHOD  CL_GUI_TEXTEDIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008962#M409829</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 demo program SAPTEXTEDIT_DEMO_3, the data is stored in the internal table(  DATA g_mytable TYPE TABLE OF mytable_line.) and later loaded. So once you are out of the program, the data is lost. It seems that you have used some different logic. If you can post your code, then we can look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 12:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-and-saving-the-text-using-method-cl-gui-textedit/m-p/2008962#M409829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T12:19:44Z</dc:date>
    </item>
  </channel>
</rss>

