<?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: TextEditor help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601494#M1568403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try FM 'CATSXT_SIMPLE_TEXT_EDITOR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_text_title TYPE sy-title,&lt;/P&gt;&lt;P&gt;lt_text TYPE catsxt_longtext_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;im_title = lv_text_title&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;ch_text = lt_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SharmaV on Jan 12, 2011 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 12:52:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-12T12:52:52Z</dc:date>
    <item>
      <title>TextEditor help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601490#M1568399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on module pool programming and i have used Texteditor to get multi line text.&lt;/P&gt;&lt;P&gt;There is records in ALV Grid, when i select the record and click on change button the text in textbox is coming into texteditor. &lt;/P&gt;&lt;P&gt;When i changed the text in texteditor and click on update button it is not capturing the changed text so because of it the "z" table is not updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i get dynamically  the changed text of texteditor into internal table?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601490#M1568399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T09:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: TextEditor help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601491#M1568400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;CALL METHOD editor7-&amp;gt;get_text_as_stream&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601491#M1568400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: TextEditor help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601492#M1568401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Manas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the method which you suggested but it is not pulling up any value i.e. any changed text in text editor. &lt;/P&gt;&lt;P&gt;do you have any other suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 10:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601492#M1568401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T10:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: TextEditor help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601493#M1568402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code written is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT G_EDITOR_CONTAINER&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        CONTAINER_NAME              = 'CONTAINER'&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        CNTL_ERROR                  = 1&lt;/P&gt;&lt;P&gt;        CNTL_SYSTEM_ERROR           = 2&lt;/P&gt;&lt;P&gt;        CREATE_ERROR                = 3&lt;/P&gt;&lt;P&gt;        LIFETIME_ERROR              = 4&lt;/P&gt;&lt;P&gt;        LIFETIME_DYNPRO_DYNPRO_LINK = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    G_MYCONTAINER = 'CONTAINER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create calls constructor, which initializes, creats and links&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TextEdit Control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CREATE OBJECT EDITOR&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;           PARENT = G_EDITOR_CONTAINER&lt;/P&gt;&lt;P&gt;           WORDWRAP_MODE =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            cl_gui_textedit=&amp;gt;wordwrap_off&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              CL_GUI_TEXTEDIT=&amp;gt;WORDWRAP_AT_FIXED_POSITION&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            cl_gui_textedit=&amp;gt;WORDWRAP_AT_WINDOWBORDER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           WORDWRAP_POSITION = LINE_LENGTH&lt;/P&gt;&lt;P&gt;           WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=&amp;gt;TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD editor-&amp;gt;set_text_as_r3table&lt;/P&gt;&lt;P&gt;              EXPORTING table = g_mytable.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;case sy-ucomm&lt;/P&gt;&lt;P&gt;when 'SAVE'&lt;/P&gt;&lt;P&gt;      refresh g_mytable.&lt;/P&gt;&lt;P&gt;      CALL METHOD editor-&amp;gt;get_text_as_r3table&lt;/P&gt;&lt;P&gt;              IMPORTING&lt;/P&gt;&lt;P&gt;                  table = g_mytable.&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_gui_cfw=&amp;gt;flush&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS = 1.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so initially when text is inserted in text editor and click on save button the text got saved in the table. but when same text is retrieved from "z" table and set it into the text editor and made changes in the text of text editor and click on save button it is not capturing the chaged text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 10:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601493#M1568402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T10:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: TextEditor help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601494#M1568403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try FM 'CATSXT_SIMPLE_TEXT_EDITOR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_text_title TYPE sy-title,&lt;/P&gt;&lt;P&gt;lt_text TYPE catsxt_longtext_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;im_title = lv_text_title&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;ch_text = lt_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SharmaV on Jan 12, 2011 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 12:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/texteditor-help/m-p/7601494#M1568403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T12:52:52Z</dc:date>
    </item>
  </channel>
</rss>

