<?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: displaying text editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686496#M1101687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your reqiurement says that i need to display text editor and save it to the internal table  then use&lt;/P&gt;&lt;P&gt;the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_text,&lt;/P&gt;&lt;P&gt;         text(74)  ,&lt;/P&gt;&lt;P&gt;        END OF ty_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;      t_terms  TYPE STANDARD TABLE OF ty_text with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDITOR-CALL FOR t_terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_terms.&lt;/P&gt;&lt;P&gt; write t_terms-text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter a valid text &lt;/P&gt;&lt;P&gt;and press save .&lt;/P&gt;&lt;P&gt;the data will be reflected back in your table.&lt;/P&gt;&lt;P&gt;check for EDITOR-CALL syntax for other opeartions like display and giving your own title.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 10:01:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-13T10:01:10Z</dc:date>
    <item>
      <title>displaying text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686495#M1101686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I have a pushbutton on a screen and clicking on that would display a text editor along with long text of that pushbutton.I dont know how to create container etc, so I am not able to make out how to solve this problem.Can anyone please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 09:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686495#M1101686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T09:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686496#M1101687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your reqiurement says that i need to display text editor and save it to the internal table  then use&lt;/P&gt;&lt;P&gt;the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_text,&lt;/P&gt;&lt;P&gt;         text(74)  ,&lt;/P&gt;&lt;P&gt;        END OF ty_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;      t_terms  TYPE STANDARD TABLE OF ty_text with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDITOR-CALL FOR t_terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_terms.&lt;/P&gt;&lt;P&gt; write t_terms-text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter a valid text &lt;/P&gt;&lt;P&gt;and press save .&lt;/P&gt;&lt;P&gt;the data will be reflected back in your table.&lt;/P&gt;&lt;P&gt;check for EDITOR-CALL syntax for other opeartions like display and giving your own title.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686496#M1101687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686497#M1101688</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;try FM &lt;STRONG&gt;CL_TABLE_EDITOR&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to pass the longtext in a internal table to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686497#M1101688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: displaying text editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686498#M1101689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;gt; I have a pushbutton on a screen and clicking on that would display a text editor along with long text of that pushbutton.I dont know how to create container etc, so I am not able to make out how to solve this problem.Can anyone please help?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can use function module TXW_TEXTNOTE_EDIT to display long text in a text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-text-editor/m-p/4686498#M1101689</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-11-13T10:06:58Z</dc:date>
    </item>
  </channel>
</rss>

