<?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: Difference Between UCCHECK and Unicode Checks Active  Box in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986853#M705336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting the "Unicode Checks Active" checkbox to X will immediately modify that attribute for a single program and will raise a transport. You will then have to run a syntax check on that single program to see if the program is unicode compliant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction UCCHECK can be used to check (without setting the attribute) to see if multiple programs are unicode compliant. I.E. would they pass a syntax check if the "Unicode Checks Active" were checked. It can also do other things like look for the obsolete function modues for uploading and downloading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 14:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T14:53:30Z</dc:date>
    <item>
      <title>Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986852#M705335</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;&lt;/P&gt;&lt;P&gt;I am going to work on UniCode conversion Project. My question is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between Selecting the  "Unicode Checks Active" checkbox in Program Attributes screen and  Transaction UCCHECK  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 12:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986852#M705335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986853#M705336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting the "Unicode Checks Active" checkbox to X will immediately modify that attribute for a single program and will raise a transport. You will then have to run a syntax check on that single program to see if the program is unicode compliant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction UCCHECK can be used to check (without setting the attribute) to see if multiple programs are unicode compliant. I.E. would they pass a syntax check if the "Unicode Checks Active" were checked. It can also do other things like look for the obsolete function modues for uploading and downloading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986853#M705336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986854#M705337</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;By selecting the "Unicode Checks Active" checkbox in Program Attributes screen you are making the program compatible in unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode UCCHECK is used to view Unicode errors and warnings present in the development object which can be removed manually one by one.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 15:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986854#M705337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986855#M705338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thank You Very Much for an early response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one Doubt .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to correct the Unicode Errors One should  Run the UCCHECK Transaction , By using this we came to know that Program is Unicode Compliant or not. If it is Unicode Compliant then come to SE 38 and Setting the "Unicode Checks Active" checkbox to X and do the Syntax check and we have to correct the Errors........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above procedure is Correct or not ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 04:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986855#M705338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T04:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986856#M705339</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;refer this link total UNICODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 05:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986856#M705339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T05:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986857#M705340</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;The process is you have to set the "Unicode Checks Active" checkbox to X and do the syntax check. After fixing the errors you have to run the tcode UCCHECK, it show the obselete function modules and others statments which is not considered as errors in the syntax. Now you correct it in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Muthu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 05:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986857#M705340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T05:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between UCCHECK and Unicode Checks Active  Box</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986858#M705341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run UCCHECK for a number of programs.&lt;/P&gt;&lt;P&gt;Fix the problems that the transaction finds and do syntax checks.&lt;/P&gt;&lt;P&gt;Run UCCHECK again to make sure all problems are fixed.&lt;/P&gt;&lt;P&gt;Set the unicode flag and syntax check again.&lt;/P&gt;&lt;P&gt;Test the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 14:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-uccheck-and-unicode-checks-active-box/m-p/2986858#M705341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T14:38:30Z</dc:date>
    </item>
  </channel>
</rss>

