<?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: Setup custom table for textedit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658591#M292103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once you set up the text object in se75, how do you link from your custom table to the one you just created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Nov 2006 18:33:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-04T18:33:23Z</dc:date>
    <item>
      <title>Setup custom table for textedit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658588#M292100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can you set up a custom table for textedit? I have a custom sap table for user to enter a project.&lt;/P&gt;&lt;P&gt;ie.&lt;/P&gt;&lt;P&gt;field        data element   Datatype   length      &lt;/P&gt;&lt;P&gt;projectnum   zprojectnum       char       8&lt;/P&gt;&lt;P&gt;projectid    zprojectid        char       4&lt;/P&gt;&lt;P&gt;projectname  zprojectname      char       20&lt;/P&gt;&lt;P&gt;projectdesc     ?                ?        ?  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;how would you set this up so that project desc can have unlimited length?&lt;/P&gt;&lt;P&gt;also where is the text store and how to store the textedit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 22:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658588#M292100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T22:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setup custom table for textedit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658589#M292101</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;Create a text object and text id in SE75 for storing the project description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for how to create a text editor..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2463868"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the function module SAVE_TEXT to save the text and in the text object and use the function module READ_TEXT to read the text..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 22:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658589#M292101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T22:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setup custom table for textedit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658590#M292102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ervin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you should use the text objects to save the long texts entered in the TEXTEDIT control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use methods, GET_SELECTED_TEXT_AS_R3TABLE and SET_SELECTED_TEXT_AS_R3TABLE (of class CL_GUI_TEXTEDIT)to get and set texts to the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use function modules SAVE_TEXT and READ_TEXT to get the text object from the text tables (STXH and STXI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use transaction SE75 (or SO10) to create the text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Sajan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sajan Joseph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 22:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658590#M292102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T22:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setup custom table for textedit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658591#M292103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once you set up the text object in se75, how do you link from your custom table to the one you just created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2006 18:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658591#M292103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-04T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setup custom table for textedit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658592#M292104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are three important parameters that we will require while dealing with long texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT ID&lt;/P&gt;&lt;P&gt;TEXT OBJECT&lt;/P&gt;&lt;P&gt;TEXT NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually TEXT ID will ST and TEXT OBJECT will be TEXT unless you have created some other values for the same. Now coming to the TEXT NAME, this could be your unique key of the data for which you want to maintain the long text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have single unique column, you can concatenate two or three columns and store the long text against that using the SAVE_TEXT function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While reading the text, the same columns will have to concatenated and use it the READ_TEXT function.&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, 05 Nov 2006 02:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setup-custom-table-for-textedit/m-p/1658592#M292104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-05T02:45:33Z</dc:date>
    </item>
  </channel>
</rss>

