<?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: Save Long String to Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764286#M1462151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use the text FMs in FM group STXD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 15:25:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T15:25:03Z</dc:date>
    <item>
      <title>Save Long String to Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764285#M1462150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fellows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I want to save a long text, a memo field, to a database table.&lt;/P&gt;&lt;P&gt;This field has to be able to save a text like this, with empty lines, paragraphs, almost unlimited space, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which data type can I use to declare the field in the Transparent Table?&lt;/P&gt;&lt;P&gt;Do I need to call any special routine or just the usual INSERT, UPDATE calls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 14:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764285#M1462150</guid>
      <dc:creator>former_member209197</dc:creator>
      <dc:date>2010-04-14T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Save Long String to Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764286#M1462151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use the text FMs in FM group STXD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 15:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764286#M1462151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T15:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Save Long String to Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764287#M1462152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be I misunderstood your tipu2026&lt;/P&gt;&lt;P&gt;But Iu2019m not planning to print this information in SAPScript.&lt;/P&gt;&lt;P&gt;I want to insert and update it in a Screen and save the info somewhere (probably in the database, but I read that some types, like raw_string is actually saved outside the database, but the field is present in the transparent table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create fields with types STRING and RAW_STRING, but when saving the information was not stored in the table, the record was created with other fields but the text fields were empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you usually store free text, related to transactional or master data, using the function group you have mentioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 17:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764287#M1462152</guid>
      <dc:creator>former_member209197</dc:creator>
      <dc:date>2010-04-14T17:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save Long String to Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764288#M1462153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ops, now I got it.&lt;/P&gt;&lt;P&gt;I can also save this u201Cfree textu201D using the function group you have mentioned.&lt;/P&gt;&lt;P&gt;I use the FMs to save and retrieve the texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep the topic open if someone else have a different idea, meanwhile I will do some tests with function group STXD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 17:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764288#M1462153</guid>
      <dc:creator>former_member209197</dc:creator>
      <dc:date>2010-04-14T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Save Long String to Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764289#M1462154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   if you want to save text as free text..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can declare u r table field as type LCHR. (e.g. u can  store 2000 char long field to...)&lt;/P&gt;&lt;P&gt;above that field u also needs to declare one more field with type INT2 (to store the No. of char u store in that raw)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case u can use simple INSERT and SELECT query to maintane it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For display i suggest u to use container with TEXT EDITOR .which will give u a big space to enter ur long text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 19:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-long-string-to-database/m-p/6764289#M1462154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T19:11:37Z</dc:date>
    </item>
  </channel>
</rss>

