<?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: regarding types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289823#M1220331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the abap documentation, and tell us what you don't understand. Also read [abap &amp;amp; unicode chapter in sap library|http://help.sap.com/saphelp_nw2004s/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 22:53:17 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-03-11T22:53:17Z</dc:date>
    <item>
      <title>regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289822#M1220330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI after upgrade iam using an include in my program &lt;/P&gt;&lt;P&gt;where iam getting and syntax error stating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Unicode, DESCRIBE LENGTH can only be used with the IN BYTE MODE or&lt;/P&gt;&lt;P&gt;IN CHARACTER MODE addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR THE BELOW CODE IN THE INCLUDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:   L_LENGTH                    TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         DESCRIBE FIELD L_MSGTX LENGTH L_LENGTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 22:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289822#M1220330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T22:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289823#M1220331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the abap documentation, and tell us what you don't understand. Also read [abap &amp;amp; unicode chapter in sap library|http://help.sap.com/saphelp_nw2004s/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 22:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289823#M1220331</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-03-11T22:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289824#M1220332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4.7 and above Ver:&lt;/P&gt;&lt;P&gt;describe field pdf_data length v_length in byte mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Byte Mode is an addition in Unicode system (4.7).Byte mode will generally give the length in bytes&lt;/P&gt;&lt;P&gt;1 Character holds one byte and an integer is of 4 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is anther addition also character mode which is used for flat and character types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.6b Ver:&lt;/P&gt;&lt;P&gt;describe field pdf_data length v_length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is for non unicode system.this will not work in unicode systems.(i.e4.7).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you also lenght in bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only difference is Unicode and Non-Unicode system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will resolve your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 02:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289824#M1220332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T02:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289825#M1220333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;the addition IN BYTE MODE determines the length of the data object &amp;lt;dobj&amp;gt; in bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the addition IN CHARACTER MODE determines the length of the data object &amp;lt;dobj&amp;gt; in characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: When using IN CHARACTER MODE, the data type of dobj must be flat and character-type. You can only specify IN BYTE MODE for deep data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: text  TYPE c LENGTH 1,
      blen  TYPE i,
      clen  TYPE i,
      bytes TYPE i.

DESCRIBE FIELD text: LENGTH blen IN BYTE MODE,
                     LENGTH clen IN CHARACTER MODE.

bytes = blen / clen.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 03:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-types/m-p/5289825#M1220333</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-12T03:04:29Z</dc:date>
    </item>
  </channel>
</rss>

