<?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 Unicode conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617256#M1279700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shanky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unicode conversion means your converting your system from non unicode system to unicode system to support multiple languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in upgrade&lt;/P&gt;&lt;P&gt;suppose you want to upgrade your system form 4.7 non unicode system to ECC6.0 unicode ssystem then this unicode will play vital role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to make your system unicode enabled for that it is must that your each and every program are unicode compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for making the program unicode compatible use transation UCCHECK (follow the standard procedure to get the output from UCCHECK) it will give the list of program with RED, YELLOW and with green traffic lights for those programs which are not unicode enabled.&lt;/P&gt;&lt;P&gt;now you have to enable each program which are present in uccheck list .&lt;/P&gt;&lt;P&gt;for object with green traffic light there is no problem you can easily make it unicode enabled goto &lt;DEL&gt;&amp;gt;attributes&lt;/DEL&gt;&amp;gt;check the unicode check box .&lt;/P&gt;&lt;P&gt;in case of red and yellow you have to follow the same procedure to make unicode compatible but it will through some errors like in case of&lt;/P&gt;&lt;P&gt;Describe&lt;/P&gt;&lt;P&gt;open dataset&lt;/P&gt;&lt;P&gt;you have to remove those errors&lt;/P&gt;&lt;P&gt;and finally make sure all the program from uccheck are unicode compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will helpfull for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2009 10:01:10 GMT</pubDate>
    <dc:creator>umashankar_sahu</dc:creator>
    <dc:date>2009-06-03T10:01:10Z</dc:date>
    <item>
      <title>Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617251#M1279695</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 some body tell me the exact meaning of Unicode conversion.&lt;/P&gt;&lt;P&gt;how does effect it in an upgradation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if possible some steps to enable a unicode conversion for a particular object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;respond me soon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;shanky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 07:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617251#M1279695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617252#M1279696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shanky , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You asked a very wide answerable question . I tried to keep it short for you to understand - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode Conversion in SAP u2013 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To conduct business in multiple languages in SAP, it was required to deploy the appropriate code page (on versions 4.6c and below). The table TCPDB contains the number of code pages deployed. Each code page can support one or more language. Systems having multiple code pages deployed are referred to as MDMP (Multi Display Multi Programming) systems. In SAP R/3 4.7 SAP introduced the Unicode concept. However SAP continued to support the MDMP installations too. In June 2006 SAP released ERP 6.0 and with this version stopped supporting MDMP altogether, which means that Unicode conversion for such implementations has become mandatory. Single code page systems can continue to operate in ERP 6.0 in a non Unicode environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approaches for Unicode Conversion:&lt;/P&gt;&lt;P&gt;§  Combined Upgrade and Unicode Conversion (CUUC) &lt;/P&gt;&lt;P&gt;§  Twin Upgrade and Unicode Conversion (TUUC) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General Restrictions on conversion to Unicode u2013 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.    You cannot install a Unicode system with a non-Unicode system in one database (MCOD). &lt;/P&gt;&lt;P&gt;DB2-z/OS: Read SAP Note 1068215 for information about MCOD with Unicode and non-Unicode systems on DB2-z/OS.&lt;/P&gt;&lt;P&gt;2.    SAP Systems which deploy one or more EBCDIC code pages (= code pages with SAP internal numbers &amp;lt; 1000)  cannot be converted to Unicode:&lt;/P&gt;&lt;P&gt;a.    Run transaction SE11 and check if database table TCPDB contains entries &amp;lt; 1000. &lt;/P&gt;&lt;P&gt;b.    If yes, the system must be converted to ASCII first.&lt;/P&gt;&lt;P&gt;3.    SAP Unicode systems are not released for Informix. &lt;/P&gt;&lt;P&gt;4.    Conversion from Unicode to non-Unicode is not possible. &lt;/P&gt;&lt;P&gt;5.    Note the restrictions for Unicode Solution Manager monitoring non-Unicode systems with MaxDB database (SAP Note 924650).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 08:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617252#M1279696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617253#M1279697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check the documentation in tcode: UCCHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will get clear idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 12:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617253#M1279697</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2009-06-01T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617254#M1279698</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;Steps to converting any object to unicode would be &lt;/P&gt;&lt;P&gt;1. Run UCCHECK transaction. See if the object is in error. &lt;/P&gt;&lt;P&gt;2. If the object has some error then resolve it in abap editor .&lt;/P&gt;&lt;P&gt;3. Run UCCHECK again on it to see if it is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to run UCCHECK -&lt;/P&gt;&lt;P&gt;/people/rishika.bawa2/blog/2009/04/29/unicode-errors-solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Common Errors and Solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/si/uccheck%2b(Unicode%2bComplaince)%2b-%2bCommon%2bErrors%2band%2bSolutions" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/si/uccheck%2b(Unicode%2bComplaince)%2b-%2bCommon%2bErrors%2band%2bSolutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerios,&lt;/P&gt;&lt;P&gt;Disha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 06:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617254#M1279698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T06:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617255#M1279699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shanky,&lt;/P&gt;&lt;P&gt;for an overview I would recommend to have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000380759&amp;amp;_OBJECT=011000358700000620342009E" target="test_blank"&gt;http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000380759&amp;amp;_OBJECT=011000358700000620342009E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;Solution Management &lt;/P&gt;&lt;P&gt;Globalization Services&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 09:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617255#M1279699</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-06-03T09:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617256#M1279700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shanky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unicode conversion means your converting your system from non unicode system to unicode system to support multiple languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in upgrade&lt;/P&gt;&lt;P&gt;suppose you want to upgrade your system form 4.7 non unicode system to ECC6.0 unicode ssystem then this unicode will play vital role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to make your system unicode enabled for that it is must that your each and every program are unicode compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for making the program unicode compatible use transation UCCHECK (follow the standard procedure to get the output from UCCHECK) it will give the list of program with RED, YELLOW and with green traffic lights for those programs which are not unicode enabled.&lt;/P&gt;&lt;P&gt;now you have to enable each program which are present in uccheck list .&lt;/P&gt;&lt;P&gt;for object with green traffic light there is no problem you can easily make it unicode enabled goto &lt;DEL&gt;&amp;gt;attributes&lt;/DEL&gt;&amp;gt;check the unicode check box .&lt;/P&gt;&lt;P&gt;in case of red and yellow you have to follow the same procedure to make unicode compatible but it will through some errors like in case of&lt;/P&gt;&lt;P&gt;Describe&lt;/P&gt;&lt;P&gt;open dataset&lt;/P&gt;&lt;P&gt;you have to remove those errors&lt;/P&gt;&lt;P&gt;and finally make sure all the program from uccheck are unicode compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will helpfull for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 10:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617256#M1279700</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2009-06-03T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617257#M1279701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In regards to Combined Upgrade and Unicode. This document may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/82c445c2-0d01-0010-4ab2-fc7e1a25bea2" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/82c445c2-0d01-0010-4ab2-fc7e1a25bea2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 09:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617257#M1279701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617258#M1279702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;regarding the last comment: please use the latest CU&amp;amp;UC guide attached to SAP note 928729. This will make sure that all the latest changes are included.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 11:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617258#M1279702</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-06-04T11:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617259#M1279703</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;What is Unicode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In non-Unicode system, each character is represented with 8 bit code. Unicode provides a unique number for every character independent of platform, program, and language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode is a 16-bit code to represent universal character set, which is used to facilitate a better exchange of data between different systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.: problems that may arise when communicating systems use different code pages. These problems mainly arise, because a code page is only applicable to specific languages and cannot be combined at with other code pages. Using Unicode helps you avoid these problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode Compliance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction UCCHECK&lt;/P&gt;&lt;P&gt;The transaction UCCHECK is used to find Unicode related issues. You can use transaction UCCHECK to examine a Unicode program set for syntax errors without having to set the program attribute "Unicode checks active" for every individual program. From the list of Unicode syntax errors, you can go directly to the affected programs and remove the errors. It is also possible to automatically create transport requests and set the Unicode program attribute for a program set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 06:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617259#M1279703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617260#M1279704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 10:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-unicode-conversion/m-p/5617260#M1279704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T10:34:08Z</dc:date>
    </item>
  </channel>
</rss>

