<?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: Syntax error / Database table problem concerning large data types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521235#M1560507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bwaugh06 	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use a text edit control instead od table control and store the content in a field of type STRING: No space wasted if no data is there but you have unlimited length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 21:18:13 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-12-14T21:18:13Z</dc:date>
    <item>
      <title>Syntax error / Database table problem concerning large data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521232#M1560504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dev Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently working on a table control that will be one field that will need to save around 200-300 lines of text. (The purpose of this is to save a certification document in an editable and clean format that can have any amount of variations/macros put in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In making the database table, instead of saving every line in the table control as its own record (trying to avoid a billion records here) I would like to have one very large field/data-type capable of saving the entire contents of the table control.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see there are data types capable of 32000 characters which might work for my purposes. However, seemingly you can only have a string be that big in a table (When I add CHAR, I says it has to be smaller than 4030 characters)?  Also, with a string the table is no longer a flat structure so I cannot declare it in a program without getting a syntax error:  ""ZLAB_CERTS_TEXT" must be a flat structure. You cannot use internal tables, strings, references, or structures as components ."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&amp;lt;&amp;lt; Moderator message - Everyone's problem is important. Please do not ask for help quickly. &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Brian Waugh&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABAP Developer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Latrobe Specialty Steel Co.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bwaugh06 on Dec 14, 2010 8:16 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Dec 14, 2010 2:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 19:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521232#M1560504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T19:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error / Database table problem concerning large data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521233#M1560505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can use standard text for your requirement&lt;/P&gt;&lt;P&gt;also please see EDIT_TEXT and SAVE_TEXT function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 20:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521233#M1560505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error / Database table problem concerning large data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521234#M1560506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that is helpful. I will begin looking into that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 20:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521234#M1560506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-14T20:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error / Database table problem concerning large data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521235#M1560507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bwaugh06 	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use a text edit control instead od table control and store the content in a field of type STRING: No space wasted if no data is there but you have unlimited length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 21:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-database-table-problem-concerning-large-data-types/m-p/7521235#M1560507</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-12-14T21:18:13Z</dc:date>
    </item>
  </channel>
</rss>

