<?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 conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124173#M986033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi first thing is to run the transaction UCCHECK and execute the same we will get list of all the unicode errors. Save them in to excel file.&lt;/P&gt;&lt;P&gt;    The file has info about unicode errors. So u need to go to the program and fix the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1st and important thing is go to attributes of program and see that checkbox Unicodechecks Active is checked. If not check the same and perform sysntax check it will show list of unicode errors in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 10:00:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T10:00:34Z</dc:date>
    <item>
      <title>unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124172#M986032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have any one worked on unicode conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one explain what we have to do as abaper in unicode conversion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mohd khan on Jul 1, 2008 11:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124172#M986032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124173#M986033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi first thing is to run the transaction UCCHECK and execute the same we will get list of all the unicode errors. Save them in to excel file.&lt;/P&gt;&lt;P&gt;    The file has info about unicode errors. So u need to go to the program and fix the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1st and important thing is go to attributes of program and see that checkbox Unicodechecks Active is checked. If not check the same and perform sysntax check it will show list of unicode errors in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 10:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124173#M986033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124174#M986034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have started by our upgrade project with this links:&lt;/P&gt;&lt;P&gt;[Unicode Technology (SAP Service Marketplace; PW necessary)|http://service.sap.com/unicode@sap]&lt;/P&gt;&lt;P&gt;[ABAP Development in Unicode|http://help.sap.com/erp2005_ehp_03/helpdata/EN/79/c554dcb3dc11d5993800508b6b8b11/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 06:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124174#M986034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T06:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124175#M986035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;steps involved unicode conversion..&lt;/P&gt;&lt;P&gt;1) using uccheck transaction capture track of possible errors.&lt;/P&gt;&lt;P&gt;2) try to fix all syntax errors during upgradation.&lt;/P&gt;&lt;P&gt;3) replace all Ws upload/down load FM's with GUI upload /down load..&lt;/P&gt;&lt;P&gt;4) follow the step 3rd for download and upload function modules also.&lt;/P&gt;&lt;P&gt;5) after changing function modules just have a glance with SLIN check which is extended syntax check.&lt;/P&gt;&lt;P&gt;6) if u found any syntax errors through SLIN check try to fix it.. most times u  face issues with performance errors which is not part of ur correction.&lt;/P&gt;&lt;P&gt;7)for errors like  table/field is not  defined byeither data or table statements check all includes  and activate them..&lt;/P&gt;&lt;P&gt;8)check with old quality and production systems before going for client input ( perfect analysis is required).&lt;/P&gt;&lt;P&gt;9) check once by direct executing values may differ but check whether dump is thr r not..&lt;/P&gt;&lt;P&gt;i  hope it ll help u alot..&lt;/P&gt;&lt;P&gt; if so  reward me &lt;/P&gt;&lt;P&gt;happy week end..&lt;/P&gt;&lt;P&gt;SiNdHu...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2008 17:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion/m-p/4124175#M986035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-05T17:23:38Z</dc:date>
    </item>
  </channel>
</rss>

