<?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: Unicode compatibility error while transporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217771#M1378586</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;I assume, that the import was successful and the programm is now available in the target system, although &lt;/P&gt;&lt;P&gt;errors occured during import. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a transaction UCCHECK where you can check your program for compatibility with a unicode system. &lt;/P&gt;&lt;P&gt;The program checks your program and reports problems. Then you can solve the problem and finally set the unicode flag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Helmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2009 12:55:36 GMT</pubDate>
    <dc:creator>helmut_berger</dc:creator>
    <dc:date>2009-10-14T12:55:36Z</dc:date>
    <item>
      <title>Unicode compatibility error while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217769#M1378584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to transport a few objects from one system to another.However,while transporting,an error is throwing up which is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The program 'SAPLZ_AUTO_PAYT_TRANSFERS' is not Unicode-compatible, according to its program attribute"&lt;/P&gt;&lt;P&gt;I checked the program attributes and the unicode check is not active.&lt;/P&gt;&lt;P&gt;Please guide me for the above problem.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217769#M1378584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode compatibility error while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217770#M1378585</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;It looks like a Z FM include. Then change the program attributes and check the unicode checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vikranth.Reddy on Oct 14, 2009 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217770#M1378585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode compatibility error while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217771#M1378586</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;I assume, that the import was successful and the programm is now available in the target system, although &lt;/P&gt;&lt;P&gt;errors occured during import. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a transaction UCCHECK where you can check your program for compatibility with a unicode system. &lt;/P&gt;&lt;P&gt;The program checks your program and reports problems. Then you can solve the problem and finally set the unicode flag. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Helmut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217771#M1378586</guid>
      <dc:creator>helmut_berger</dc:creator>
      <dc:date>2009-10-14T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode compatibility error while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217772#M1378587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your inputs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did check the transaction UCCHECK in the system where the code is to be transported and it is showing "System found no unicode syntax errors."But there are other syntax errors,1 of which states that "In Unicode, DESCRIBE LENGTH can only be used with the IN BYTE MODE."After seeing the details the statement for which this error is showing up is "DESCRIBE FIELD P_HOUSE_NUM1 LENGTH LF_LENGTH"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,I would like to know what would be the effect if I click on "Set unicode attribute" button at the top.Will it activate the unicode check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to answer my above queries.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 07:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217772#M1378587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode compatibility error while transporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217773#M1378588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the following thing&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additions like BYTE MODE / CHARACTER MODE with DESCRIBE statement is mandatory as per Unicode environment requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, BYTE MODE addition is required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it  helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 07:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility-error-while-transporting/m-p/6217773#M1378588</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2009-10-15T07:48:29Z</dc:date>
    </item>
  </channel>
</rss>

