<?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: Set the Unicode check flag for all programs. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684072#M1450059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gershon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, transaction  UCCHECK is designed to cover all Unicode adaptations needed. The guide called &lt;/P&gt;&lt;P&gt;u201CRequirements of ABAP Programs in Unicode Systemsu201D, which can be found via:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02d3594-ae48-2a10-83a7-89d369b708e5" target="test_blank"&gt;http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02d3594-ae48-2a10-83a7-89d369b708e5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;gives customers a comprehensive description of possible errors. Please also have a look at the docu provided directly in transaction UCCHECK. In addition, SAP notes 1322715 (search for UCCHECK) and 1319517 (point 8.) might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that customer programs have to be adapted - simply setting the Unicode flag works only for the objects with a green traffic light in UCCHECK .&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>Tue, 23 Mar 2010 14:22:55 GMT</pubDate>
    <dc:creator>nils_buerckel</dc:creator>
    <dc:date>2010-03-23T14:22:55Z</dc:date>
    <item>
      <title>Set the Unicode check flag for all programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684070#M1450057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are now upgrading our ecc6 system to unicode. The problem is that all our programs &lt;/P&gt;&lt;P&gt;are not flaged for unicode checks and there for have syntax errors. I now how to mark &lt;/P&gt;&lt;P&gt;this flag for a single program but how can I do it to all programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realy need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Gershon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 16:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684070#M1450057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-21T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set the Unicode check flag for all programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684071#M1450058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction &lt;STRONG&gt;UCCHECK&lt;/STRONG&gt; is what you're looking for. You can use this to mass check ABAP programs and also to activate the &lt;EM&gt;Unicode Attribute&lt;/EM&gt;. Check the documentation of the transaction. Note that the option to &lt;EM&gt;Set Unicode Attribute&lt;/EM&gt; appears as a button in the menu list on the result list of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 21:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684071#M1450058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-21T21:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set the Unicode check flag for all programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684072#M1450059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gershon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, transaction  UCCHECK is designed to cover all Unicode adaptations needed. The guide called &lt;/P&gt;&lt;P&gt;u201CRequirements of ABAP Programs in Unicode Systemsu201D, which can be found via:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02d3594-ae48-2a10-83a7-89d369b708e5" target="test_blank"&gt;http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b02d3594-ae48-2a10-83a7-89d369b708e5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;gives customers a comprehensive description of possible errors. Please also have a look at the docu provided directly in transaction UCCHECK. In addition, SAP notes 1322715 (search for UCCHECK) and 1319517 (point 8.) might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that customer programs have to be adapted - simply setting the Unicode flag works only for the objects with a green traffic light in UCCHECK .&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>Tue, 23 Mar 2010 14:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684072#M1450059</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2010-03-23T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set the Unicode check flag for all programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684073#M1450060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through UCCHECK transaction, it is possible to check the Unicode flag for all the objects at one time (when the source system and current system are same for all the objects). If some objects have different source systems, then we need to sort it down and do it separately. It will create a separate task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: surya.a on May 26, 2010 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 06:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-the-unicode-check-flag-for-all-programs/m-p/6684073#M1450060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T06:38:51Z</dc:date>
    </item>
  </channel>
</rss>

