<?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 Unicode issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414814#M820126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know does making main program as unicode enabled makes all the include programs in it also as unicode compliant. if not then how can we make sure that all the includes within a custom program are unicode compliant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 10:54:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T10:54:17Z</dc:date>
    <item>
      <title>Unicode issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414814#M820126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know does making main program as unicode enabled makes all the include programs in it also as unicode compliant. if not then how can we make sure that all the includes within a custom program are unicode compliant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414814#M820126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414815#M820127</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;run t code UCCHECK and list all the non usincode programs&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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414815#M820127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414816#M820128</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use the transaction UCCHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report documentation is here&lt;/P&gt;&lt;P&gt;ABAP Unicode Scan Tool UCCHECK&lt;/P&gt;&lt;P&gt;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;Some application-specific checks, which draw your attention to program points that are not Unicode-compatible, are also integrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection of Objects:&lt;/P&gt;&lt;P&gt;The program objects can be selected according to object name, object type, author (TADIR), package, and original system. For the Unicode syntax check, only object types for which an independent syntax check can be carried out are appropriate. The following object types are possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROG Report&lt;/P&gt;&lt;P&gt;CLAS Class &lt;/P&gt;&lt;P&gt;FUGR Function groups&lt;/P&gt;&lt;P&gt;FUGX Function group (with customer include, customer area)&lt;/P&gt;&lt;P&gt;FUGS Function group (with customer include, SAP area) &lt;/P&gt;&lt;P&gt;LDBA Logical Database &lt;/P&gt;&lt;P&gt;CNTX Context &lt;/P&gt;&lt;P&gt;TYPE Type pool &lt;/P&gt;&lt;P&gt;INTF Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only Examine Programs with Non-Activated Unicode Flag&lt;/P&gt;&lt;P&gt;By default, the system only displays program objects that have not yet set the Unicode attribute. If you want to use UCCHECK to process program objects that have already set the attribute, you can deactivate this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only Objects with TADIR Entry&lt;/P&gt;&lt;P&gt;By default, the system only displays program objects with a TADIR entry. If you want to examine programs that don't have a TADIR entry, for example locally generated programs without a package, you can deactivate this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclude Packages $* &lt;/P&gt;&lt;P&gt;By default, the system does not display program objects that are in a local, non-transportable package. If you want to examine programs that are in such a package, you can deactivate this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display Modified SAP Programs Also&lt;/P&gt;&lt;P&gt;By default, SAP programs are not checked in customer systems. If you also want to check SAP programs that were modified in a customer system (see transaction SE95), you can activate this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maximum Number of Programs:&lt;/P&gt;&lt;P&gt;To avoid timeouts or unexpectedly long waiting times, the maximum number of program objects is preset to 50. If you want to examine more objects, you must increase the maximum number or run a SAMT scan (general program set processing). The latter also has the advantage that the data is stored persistently. Proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Call transaction SAMT&lt;/P&gt;&lt;P&gt;- Create task with program RSUNISCAN_FINAL, subroutine SAMT_SEARCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information refer to documentation for transaction SAMT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displaying Points that Cannot Be Analyzed Statically&lt;/P&gt;&lt;P&gt;If you choose this option, you get an overview of the program points, where a static check for Unicode syntax errors is not possible. This can be the case if, for example, parameters or field symbols are not typed or you are accessing a field or structure with variable length/offset. At these points the system only tests at runtime whether the code is sufficient for the stricter Unicode tests. If possible, you should assign types to the variables used, otherwise you must check runtime behavior after the Unicode attribute has been set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be able to differentiate between your own and foreign code (for example when using standard includes or generated includes), there is a selection option for the includes to be displayed. By default, the system excludes the standard includes of the view maintenance LSVIM* from the display, because they cause a large number of messages that are not relevant for the Unicode conversion. It is recommended that you also exclude the generated function group-specific includes of the view maintenance (usually L&amp;lt;function group name&amp;gt;F00 and L&amp;lt;function group name&amp;gt;I00) from the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly to the process in the extended syntax check, you can hide the warning using the pseudo comment ("#EC *).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applikation-Specific Checks&lt;/P&gt;&lt;P&gt;These checks indicate program points that represent a public interface but are not Unicode-compatible. Under Unicode, the corresponding interfaces change according to the referenced documentation and must be adapted appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View Maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parts of the view maintenance generated in older releases are not Unicode-compatible. The relevant parts can be regenerated with a service report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPLOAD/DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function modules UPLOAD, DOWNLOAD or WS_UPLOAD and WS_DOWNLOAD are obsolete and cannot run under Unicode. Refer to the documentation for these modules to find out which routines serve as replacements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414816#M820128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414817#M820129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haresha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing you can do is, goto table &lt;STRONG&gt;TRDIR&lt;/STRONG&gt; from &lt;STRONG&gt;SE16&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In NAME field enter all the INCLUDE program names and check the field UCCHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &lt;STRONG&gt;TRDIR-UCCHECK&lt;/STRONG&gt; is 'X' then the program (include) is unicode compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 11:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414817#M820129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414818#M820130</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;You can only check them in the context of their MAIN-program. Best thing &lt;/P&gt;&lt;P&gt;to do is run transaction UCCHECK for all objects in your own packages, &lt;/P&gt;&lt;P&gt;including repairs on SAP standard. The includes will be included &lt;/P&gt;&lt;P&gt;automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 12:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-issue/m-p/3414818#M820130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T12:02:11Z</dc:date>
    </item>
  </channel>
</rss>

