<?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: general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219031#M476210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHAR: Character string. Fields of type CHAR may have a maximum length of only 255 in tables. If longer character fields are to be used in tables, you must choose data type LCHR. There are no restrictions on the length of such fields in structures&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, 08 May 2007 09:48:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T09:48:46Z</dc:date>
    <item>
      <title>general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219028#M476207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose if we use int1 the length is set to 3 places then what does it mean &lt;/P&gt;&lt;P&gt;1-byte integer between 0 to 225.plz explain me i want clear idea on it.&lt;/P&gt;&lt;P&gt;points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219028#M476207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219029#M476208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPE_INT1&lt;/P&gt;&lt;P&gt;public static final int TYPE_INT1&lt;/P&gt;&lt;P&gt;1-byte integer . Corresponds to ABAP type 'b'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219029#M476208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219030#M476209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INT1       1-byte integer, integer number &amp;lt;= 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integer will hold only values between 0 and 255.&lt;/P&gt;&lt;P&gt;If any value is assigned other than the range, then arthimetic exception will come ... Over flow message. And then it terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally this data type is used when you were dealing with ASCII codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219030#M476209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219031#M476210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHAR: Character string. Fields of type CHAR may have a maximum length of only 255 in tables. If longer character fields are to be used in tables, you must choose data type LCHR. There are no restrictions on the length of such fields in structures&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, 08 May 2007 09:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219031#M476210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219032#M476211</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;if the length is set to 3 places it will take upto maximun of number 255.&lt;/P&gt;&lt;P&gt;if u try to enter 256 it will not accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219032#M476211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219033#M476212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Computers data is stored in binary language. When we say 1-byte integer means 8 bit binary number. The maximum value that can be represented using 8 bits is (2 ** 8 - 1 = 255). So the range is from 0 to 255. When displayed in decimal format the length is not more than 3 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Smita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2219033#M476212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:57:06Z</dc:date>
    </item>
  </channel>
</rss>

