<?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: how to solve below error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059384#M425455</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;Run transaction UCCHECK for the program you getting error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will come to know , what action to be taken to make your code ,,UNICODE compatible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 06:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T06:19:56Z</dc:date>
    <item>
      <title>how to solve below error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059381#M425452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;error is coming on this below statement &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DESCRIBE FIELD V_PWD LENGTH V_DSTLEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is error message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in unicode  decribe 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;how to solve this error pleae suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 05:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059381#M425452</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-03-12T05:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to solve below error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059382#M425453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;ur statement works in &amp;lt;b&amp;gt;Non unicode systems&amp;lt;/b&amp;gt; but to work that statement in unicode systems u need to use either character mode or bytes mode.. ( or in attributes u uncheck the checkbox for unicode, then your program becomes non unicode program, then it works with out any error)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DESCRIBE FIELD V_PWD LENGTH V_DSTLEN in character mode.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for unicode systems..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u,,,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 05:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059382#M425453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T05:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to solve below error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059383#M425454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... IN CHARACTER MODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition can only be used for character-type fields and in combination with the addition LENGTH. The length of the field f is determined in characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3 &lt;/P&gt;&lt;P&gt;... IN BYTE MODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition can only be used in combination with the addition LENGTH. The length of the field f is determined in bytes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use in character mode addition with your describe statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 05:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059383#M425454</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-12T05:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to solve below error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059384#M425455</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;Run transaction UCCHECK for the program you getting error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will come to know , what action to be taken to make your code ,,UNICODE compatible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059384#M425455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to solve below error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059385#M425456</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;add char mode.&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD V_PWD LENGTH V_DSTLEN in char mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also check in uccheck transaction ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 06:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-solve-below-error/m-p/2059385#M425456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T06:23:14Z</dc:date>
    </item>
  </channel>
</rss>

