<?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: SQL error in the database when accessing a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759015#M1583450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the data type of Quantity field in db table and internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 10:43:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-18T10:43:44Z</dc:date>
    <item>
      <title>SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759014#M1583449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen that there are threads already for this error. But my case seems different . So I am posting again. Please do provide your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my object, I have written a Modify statement on a &amp;lt;custom table&amp;gt; FROM TABLE &amp;lt;ITAB&amp;gt;.&lt;/P&gt;&lt;P&gt;But this results in a dump saying 'SQL error in the database when accessing a table'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove a value 11700500000.00 from a field of type CURR(Length 13 - Decimals 2) in the internal table used in the MODIFY Statement, we dont have the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening ? Please help!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dagny on Mar 18, 2011 11:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 10:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759014#M1583449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T10:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759015#M1583450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the data type of Quantity field in db table and internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 10:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759015#M1583450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759016#M1583451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dagny,&lt;/P&gt;&lt;P&gt;This may be because you would have missed out the currency key field for the currency field. Try to modify the table along with the currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Sri Hari Anand Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759016#M1583451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759017#M1583452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dagny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value is over flowing into the filed of data base, the length 13 includes the 2 decimal values aswell, if you need a bigger length for field u need to declare a 15, 2 decimals data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759017#M1583452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759018#M1583453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dagny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change your data type as BKK_BAL. This data element is of type CURR 23. THis will not dump now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759018#M1583453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759019#M1583454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried changing the data type to a bigger length. But still the DUMP continues to occur.&lt;/P&gt;&lt;P&gt;Also, please note that the question of the data-types not matching between the internal table and Database table does not occur as the internal table is declared as TYPE STANDARD TABLE OF &amp;lt;Database table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 11:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759019#M1583454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759020#M1583455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 17:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759020#M1583455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T17:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error in the database when accessing a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759021#M1583456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per forum rules, would you please share the solution?&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, 11 May 2011 17:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-error-in-the-database-when-accessing-a-table/m-p/7759021#M1583456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T17:38:34Z</dc:date>
    </item>
  </channel>
</rss>

