<?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 Lenght in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592586#M266418</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;Can anyone tell me if i declare variable as int1, int2, int4 how many digits it can store &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int1 ?&lt;/P&gt;&lt;P&gt;int2?&lt;/P&gt;&lt;P&gt;int3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks ..please tell in number of digits not in bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 01:30:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T01:30:14Z</dc:date>
    <item>
      <title>Integer Lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592586#M266418</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;Can anyone tell me if i declare variable as int1, int2, int4 how many digits it can store &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int1 ?&lt;/P&gt;&lt;P&gt;int2?&lt;/P&gt;&lt;P&gt;int3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks ..please tell in number of digits not in bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 01:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592586#M266418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T01:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integer Lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592587#M266419</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;Type - Length&lt;/P&gt;&lt;P&gt;Int1 - 3&lt;/P&gt;&lt;P&gt;Int2 - 5  ( 2-byte integer (signed))&lt;/P&gt;&lt;P&gt;Int3 - 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 01:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592587#M266419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T01:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Integer Lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592588#M266420</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;  INT1 - 3 digits&lt;/P&gt;&lt;P&gt;  INT2 - 5 digits&lt;/P&gt;&lt;P&gt;  INT4 - 10 digits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 01:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592588#M266420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T01:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Integer Lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592589#M266421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what SAP Help says about the Integer Data types..&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 01:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-lenght/m-p/1592589#M266421</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-09-22T01:52:32Z</dc:date>
    </item>
  </channel>
</rss>

