<?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: HELP WITH DECRIBE STATEMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350012#M518716</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;DESCRIBE FIELD &amp;lt;f&amp;gt; LENGTH &amp;lt;l&amp;gt; IN CHARACTER MODE | IN BYTE MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement writes the length of the field &amp;lt;f&amp;gt; into the variable &amp;lt;l&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: text(8) TYPE c, 
      len TYPE i.

DESCRIBE FIELD text LENGTH len IN CHARACTER MODE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Field LEN contains the value 8.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE DISTANCE BETWEEN &amp;lt;f1&amp;gt; AND &amp;lt;f2&amp;gt; INTO &amp;lt;f3&amp;gt; [IN BYTE|CHARACTER MODE].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Writes the number of bytes between data objects &amp;lt;f1&amp;gt; and &amp;lt;f 2&amp;gt; into the variable &amp;lt;d&amp;gt;. The length of the first field in memory is always included. In Unicode programs, you must specify either the IN BYTE MODE or IN CHARACTER MODE addition. In non-Unicode programs, the distance is returned in bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the link for more details&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/doubt-in-unicode-enabling.htm" target="test_blank"&gt;http://www.sap-img.com/abap/doubt-in-unicode-enabling.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 14:15:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T14:15:36Z</dc:date>
    <item>
      <title>HELP WITH DECRIBE STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350010#M518714</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;In 4.6c the describe STATMENT would assume in BYTE MODE , EVEN THOUGH WE DON'T MENTION EXPLICITILY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know whether my assumption is right or wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC 6.0 , the BYTE and CHARACTER mode differ in deep data types,&lt;/P&gt;&lt;P&gt;what you mean by DIFFER data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i HAVE A FIELD FIELD OF CHARACTER TYPE EVEN IF I USE CHARACTER OR BYTE MODE , IT WOULD RETURN ME SAME VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW A SMALL EXAMPLE WHERE BOTH WOULD RETURN A DIFFERENT VALUES OR WHERE ON ONLY EITHER CAHRACTER OR BYTE WORKS &lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 14:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350010#M518714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T14:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH DECRIBE STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350011#M518715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that IN BYTE MODE would return a different value if you where working with multi-byte language such as Korean or Japanese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 14:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350011#M518715</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-15T14:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH DECRIBE STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350012#M518716</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;DESCRIBE FIELD &amp;lt;f&amp;gt; LENGTH &amp;lt;l&amp;gt; IN CHARACTER MODE | IN BYTE MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement writes the length of the field &amp;lt;f&amp;gt; into the variable &amp;lt;l&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: text(8) TYPE c, 
      len TYPE i.

DESCRIBE FIELD text LENGTH len IN CHARACTER MODE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Field LEN contains the value 8.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE DISTANCE BETWEEN &amp;lt;f1&amp;gt; AND &amp;lt;f2&amp;gt; INTO &amp;lt;f3&amp;gt; [IN BYTE|CHARACTER MODE].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Writes the number of bytes between data objects &amp;lt;f1&amp;gt; and &amp;lt;f 2&amp;gt; into the variable &amp;lt;d&amp;gt;. The length of the first field in memory is always included. In Unicode programs, you must specify either the IN BYTE MODE or IN CHARACTER MODE addition. In non-Unicode programs, the distance is returned in bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the link for more details&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/doubt-in-unicode-enabling.htm" target="test_blank"&gt;http://www.sap-img.com/abap/doubt-in-unicode-enabling.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 14:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350012#M518716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH DECRIBE STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350013#M518717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich and all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT WOULD THE DESCRIBE STATEMNT CONSIDER  BY DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard it would consider  byte mode as deafult mode as we don't mention any character or byte mode in 4.6c &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350013#M518717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: HELP WITH DECRIBE STATEMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350014#M518718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default Byte mode ,and i tested both modes in japanes language as well english language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;byte mode gives diffrent values ,just login other language and test it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 15:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-decribe-statement/m-p/2350014#M518718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T15:24:16Z</dc:date>
    </item>
  </channel>
</rss>

