<?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: longtext in customfiled in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095933#M1972356</link>
    <description>&lt;P&gt;Maybe you could complete "Long texts are not be saved in a DB table": either SAVE_TEXT with parameter SAVEMODE_DIRECT = 'X' or COMMIT_TEXT will save to the standard table of texts (STXH, STXL).&lt;/P&gt;&lt;P&gt;NB: EDIT_TEXT or EDIT_TEXT_INLINE can also be used to display the standard "long text" editor. All those function modules are described in the SAP Library.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 18:10:38 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-12-15T18:10:38Z</dc:date>
    <item>
      <title>longtext in customfiled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095931#M1972354</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;Developing dialog program , in custom screen created I/o field for maintaining comment , This comment can store in custom table.&lt;/P&gt;
  &lt;P&gt;please let me know what data type field to be create in custom table to store comment and comment hw much can I stored ( I,e chars)&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Sai&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 08:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095931#M1972354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-15T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: longtext in customfiled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095932#M1972355</link>
      <description>&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;You can use FMs CREATE_TEXT, SAVE_TEXT and READ_TEXT to create/save and read long texts. Long texts are not be saved directly in custom DB tables. If you search for these FMs on community, you will find lots of sample code also.&lt;/P&gt;&lt;P&gt;Another option could be using CL_GUI_TEXTEDIT and it's usage is depicted in program SAPTEXTEDIT_DEMO_3. I haven't used it recently but it seems to do the similar functiona. You may have to use different method that is used in program SAPTEXTEDIT_DEMO_3.&lt;/P&gt;&lt;P&gt;There are a few useful FMs suggested by Sandra below in the comment. Please go through the same as well.&lt;/P&gt;&lt;P&gt;GK&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 13:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095932#M1972355</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2019-12-15T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: longtext in customfiled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095933#M1972356</link>
      <description>&lt;P&gt;Maybe you could complete "Long texts are not be saved in a DB table": either SAVE_TEXT with parameter SAVEMODE_DIRECT = 'X' or COMMIT_TEXT will save to the standard table of texts (STXH, STXL).&lt;/P&gt;&lt;P&gt;NB: EDIT_TEXT or EDIT_TEXT_INLINE can also be used to display the standard "long text" editor. All those function modules are described in the SAP Library.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 18:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095933#M1972356</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-15T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: longtext in customfiled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095934#M1972357</link>
      <description>&lt;P&gt;Predefined elementary data types of the ABAP dictionary are described &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenddic_builtin_types.htm"&gt;in the ABAP documentation (Overview of All Built-In Dictionary Types)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;(for instance, STRING data type = unlimited length)&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 18:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095934#M1972357</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-15T18:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: longtext in customfiled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095935#M1972358</link>
      <description>&lt;P&gt;Thanks Sandra. What i meant was directly in custom table.I have updated my answer. I appreciate your response!&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 18:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-in-customfiled/m-p/12095935#M1972358</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2019-12-15T18:14:57Z</dc:date>
    </item>
  </channel>
</rss>

