<?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 Integer datatype with length &amp;gt; 10 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727798#M317132</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;The issue I presently face is that in one of the database tables contains an integer field of type INT4 (length 10). The data coming into this field has integer values &amp;gt; 10.  Due to this the data stored in the table is corrupt with incorrect delimiters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a SELECT is performed, the dump DBIF_RSQL_SQL_ERROR &lt;/P&gt;&lt;P&gt;is faced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With analysis, it is found that :&lt;/P&gt;&lt;P&gt;"To be more exact, ORA-01455 means that in the context of a SELECT&lt;/P&gt;&lt;P&gt;statement, you try to transfer the content of a column to an integer&lt;/P&gt;&lt;P&gt;variable whereupon the content of the column disrupts the integer number&lt;/P&gt;&lt;P&gt;area."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from changing the datatype to a one that contains length &amp;gt; 10, is there any other way to address this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anupama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 05:12:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T05:12:07Z</dc:date>
    <item>
      <title>Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727798#M317132</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;The issue I presently face is that in one of the database tables contains an integer field of type INT4 (length 10). The data coming into this field has integer values &amp;gt; 10.  Due to this the data stored in the table is corrupt with incorrect delimiters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a SELECT is performed, the dump DBIF_RSQL_SQL_ERROR &lt;/P&gt;&lt;P&gt;is faced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With analysis, it is found that :&lt;/P&gt;&lt;P&gt;"To be more exact, ORA-01455 means that in the context of a SELECT&lt;/P&gt;&lt;P&gt;statement, you try to transfer the content of a column to an integer&lt;/P&gt;&lt;P&gt;variable whereupon the content of the column disrupts the integer number&lt;/P&gt;&lt;P&gt;area."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from changing the datatype to a one that contains length &amp;gt; 10, is there any other way to address this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anupama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727798#M317132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727799#M317133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use diffrent data type for that like type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what SAP Help says about the Integer Data types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT1: 1-byte integer between 0 and 255. The length is set to 3 places for this data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT2: 2-byte integer between -32767 and 32767. Fields of this type should only be used for length fields. These long fields are positioned immediately in front of a long field (type LCHR, LRAW). With INSERT or UPDATE on the long field, the database interface enters the length which was actually used in the length field. The length is set to 5 places for this data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT4: 4-byte integer between -2147483647 bis 2147483647. The length is set to 10 places for this data type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727799#M317133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727800#M317134</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;a sugestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u declare the type as &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHAR or N&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727800#M317134</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-12-12T05:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727801#M317135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama,&lt;/P&gt;&lt;P&gt; you may try using packed data type, or type n with length = 16 or more than  that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727801#M317135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727802#M317136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lal,&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;       U better  create ur own domain instea of default int4 so that u can set the length u want..do try it.. in this case u don need to change data type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards ,&lt;/P&gt;&lt;P&gt;Rajkumar.G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727802#M317136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727803#M317137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;            Instaed of changing type create a domain of type char of 20 and then u can assign this to dataelement corresponing to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;prince elvis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727803#M317137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727804#M317138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the data coming from char to integer. So better to convert char to integer you problem might solve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is make database domain and defined variable should have same domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727804#M317138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727805#M317139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elvis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation wherein I am SELECTING data from a DB table to a integer.&lt;/P&gt;&lt;P&gt;Niether the datatype of the database column niether the integer support a integer value with length &amp;gt; 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I declare the Local variable in the program as type 'P' it is catering to my requirement, but what would be the corresponding data type for the database domain in the 46C2 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anupama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 09:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727805#M317139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Integer datatype with length &gt; 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727806#M317140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 09:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-datatype-with-length-gt-10/m-p/1727806#M317140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T09:18:40Z</dc:date>
    </item>
  </channel>
</rss>

