<?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: create long text on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388536#M188990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fariba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this example program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also few links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITEXTEDIT/BCCITEXTEDIT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITEXTEDIT/BCCITEXTEDIT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/controls/textedit.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/controls/textedit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manohar Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Jul 2006 12:47:33 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2006-07-09T12:47:33Z</dc:date>
    <item>
      <title>create long text on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388534#M188988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you explain me how to crate a long text screen for input and after that how to attribute it to other data of specific screen to be saved and called?&lt;/P&gt;&lt;P&gt;yank you for help,&lt;/P&gt;&lt;P&gt;Fariba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 12:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388534#M188988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-09T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: create long text on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388535#M188989</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;What you will have to do is to use a custom control and the CL_GUI_TEXTEDIT class to create the text editor and attach it to the control. Now, you can have the user type the text and get the text using the method SET_TEXT_AS_R3TABLE into a internal table. Then you can save the text using the SAVE_TEXT function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at this weblog for a detailed explanation of the same.&lt;/P&gt;&lt;P&gt;/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers and close the thread if the issue is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 12:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388535#M188989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-09T12:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: create long text on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388536#M188990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fariba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this example program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also few links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITEXTEDIT/BCCITEXTEDIT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITEXTEDIT/BCCITEXTEDIT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/controls/textedit.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/controls/textedit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manohar Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 12:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-on-screen/m-p/1388536#M188990</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-09T12:47:33Z</dc:date>
    </item>
  </channel>
</rss>

