<?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 program warning messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590089#M265655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your system is Unicode enabled, you can not remove the&lt;/P&gt;&lt;P&gt;check box in attributes as it gives as error saying &lt;/P&gt;&lt;P&gt;program is not unicode compatible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am not sure of the impact in changing the attributes of &lt;/P&gt;&lt;P&gt;the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 01:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-14T01:26:38Z</dc:date>
    <item>
      <title>Unicode program warning messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590085#M265651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I m making changes to an include program which will be included in MV45AFZZ (include) which is a part of standard SAP SAPMV45A program. When I compile the SAPMV45A program I get a lot of warnings that "In Unicode programs, the "-" character cannot appear in names. When I got to the code, they are standard SAP declarations which are giving problems. My question is &lt;/P&gt;&lt;P&gt;1. Should I just ignore the warnings and continue? Or what can I do to fix the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At some places I get warning "There should only be definitions in TOP include. This mean that any sort of Implementations (CLASS IMPLEMENTATION, FORM ..FUNCTION is not meaningful ". This too is in standard SAP code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Is there something I have to do about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m new at working with enhancements. Please help. I will promptly award points for useful answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 22:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590085#M265651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T22:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode program warning messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590086#M265652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You need not do anything for the warnings.&lt;/P&gt;&lt;P&gt;  The code will execute perfectly. Just ignore the     &lt;/P&gt;&lt;P&gt;  warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2006 23:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590086#M265652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-13T23:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode program warning messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590087#M265653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though we can ignore such warnings for cases which can &lt;/P&gt;&lt;P&gt;not be avoided, interestingly i dont face such warnings&lt;/P&gt;&lt;P&gt;on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 01:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590087#M265653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T01:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode program warning messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590088#M265654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SriKrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can remove this warning by removing the check mark in the Check box under the program ATTRIBUTES window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Goto se38 -&amp;gt; enter the program name --&amp;gt; Select the attributes radio button and UNICODE CHECKS ACTIVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 01:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590088#M265654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T01:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode program warning messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590089#M265655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your system is Unicode enabled, you can not remove the&lt;/P&gt;&lt;P&gt;check box in attributes as it gives as error saying &lt;/P&gt;&lt;P&gt;program is not unicode compatible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am not sure of the impact in changing the attributes of &lt;/P&gt;&lt;P&gt;the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 01:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-program-warning-messages/m-p/1590089#M265655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T01:26:38Z</dc:date>
    </item>
  </channel>
</rss>

