<?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 Data Type Length --- Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287646#M498751</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;Can anyone tell me how bits/bytes is one character... Is there any function module to find out the length of a character / string / any other data types in terms of bits/bytes???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jiku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 12:17:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T12:17:40Z</dc:date>
    <item>
      <title>Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287646#M498751</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;Can anyone tell me how bits/bytes is one character... Is there any function module to find out the length of a character / string / any other data types in terms of bits/bytes???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jiku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287646#M498751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287647#M498752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;8 bits = 1 byte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the length of string you can use the command STRLEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287647#M498752</guid>
      <dc:creator>graghavendra_sharma</dc:creator>
      <dc:date>2007-05-29T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287648#M498753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One character is 1 byte. This differs from data type to data type. Packed contains 2 numbers packed into 1 byte. Check out the help on data types. It has some info on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287648#M498753</guid>
      <dc:creator>former_member253923</dc:creator>
      <dc:date>2007-05-29T12:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287649#M498754</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;1 byte = 8 bits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to find out lenght of a given string then use strlrn function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: 's1 = 'asdf'&lt;/P&gt;&lt;P&gt;data: i1 type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i1 = strlen(s1)&lt;/P&gt;&lt;P&gt;write:/10 i1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287649#M498754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287650#M498755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiku,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;length of a character depends on your system settings, if the system is running on UniCode (2 Byte) or Non UniCode (1 Byte). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Length of a string: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb33d9358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb33d9358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Length of other data type look into DESCRIBE syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;  ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Oliver Kohl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287650#M498755</guid>
      <dc:creator>oliver</dc:creator>
      <dc:date>2007-05-29T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type Length --- Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287651#M498756</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;8 bits = 1 byte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : str(10) value 'Apple',&lt;/P&gt;&lt;P&gt;         ln(10).&lt;/P&gt;&lt;P&gt;ln = STRLEN( str ).&lt;/P&gt;&lt;P&gt;write ln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 12:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-length-urgent/m-p/2287651#M498756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T12:31:27Z</dc:date>
    </item>
  </channel>
</rss>

