<?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: Regarding Text-Editor in Module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-text-editor-in-module-pool-programming/m-p/4031320#M963489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ur previous thread.....the method &lt;STRONG&gt;get_text_as_r3table&lt;/STRONG&gt; returns text typed in de editor into an internal table......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From an int table u can easily store it in DB table using &lt;STRONG&gt;Insert/Modify&lt;/STRONG&gt; commands(check F1 hlp)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL METHOD text_editor-&amp;gt;get_text_as_r3table
    IMPORTING
      table           = lt_texttab       " Text tyed in editor gets collected in this table
    EXCEPTIONS
      error_dp        = 1
      error_dp_create = 2
      OTHERS          = 3.
  IF sy-subrc  0.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 07:07:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T07:07:34Z</dc:date>
    <item>
      <title>Regarding Text-Editor in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-text-editor-in-module-pool-programming/m-p/4031319#M963488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created text-editor but I dont know how to capture the text in the text-editor and SAVE it in the database table or capture it into an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 06:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-text-editor-in-module-pool-programming/m-p/4031319#M963488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Text-Editor in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-text-editor-in-module-pool-programming/m-p/4031320#M963489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ur previous thread.....the method &lt;STRONG&gt;get_text_as_r3table&lt;/STRONG&gt; returns text typed in de editor into an internal table......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From an int table u can easily store it in DB table using &lt;STRONG&gt;Insert/Modify&lt;/STRONG&gt; commands(check F1 hlp)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL METHOD text_editor-&amp;gt;get_text_as_r3table
    IMPORTING
      table           = lt_texttab       " Text tyed in editor gets collected in this table
    EXCEPTIONS
      error_dp        = 1
      error_dp_create = 2
      OTHERS          = 3.
  IF sy-subrc  0.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 07:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-text-editor-in-module-pool-programming/m-p/4031320#M963489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T07:07:34Z</dc:date>
    </item>
  </channel>
</rss>

