<?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 error:  char- TYPE c VALUE '-', in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313423#M1535792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution is available in the error message itself !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 19:40:20 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-10-04T19:40:20Z</dc:date>
    <item>
      <title>Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313422#M1535791</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 currently working on an upgrade project and found the following syntax error in the below statements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;char- TYPE c VALUE '-',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Error: In Unicode programs, the "-" character cannot appear in names, as it does here in the name "CHAR-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;help-mandt(3) VALUE '000',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Error: In Unicode programs, the "-" character cannot appear in names, as it does here in the name "HELP-MANDT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is coming in the new system which is ECC6,  whereas the same statement are working fine in the old system which is R/3 4.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me what does this mean and how to make the code Unicode compliant.&lt;/P&gt;&lt;P&gt;Any suggestions would be helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313422#M1535791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313423#M1535792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution is available in the error message itself !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313423#M1535792</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-04T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313424#M1535793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to mention that it is in some standard Include and cannot modify the variable name.&lt;/P&gt;&lt;P&gt;I agree that removing the '-' from the var name would solve the issue, but in case where I cannot take that approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313424#M1535793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T19:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313425#M1535794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that's in unmodified SAP code, I'd open a message with SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313425#M1535794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T20:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313426#M1535795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh? What is the include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313426#M1535795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error:  char- TYPE c VALUE '-',</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313427#M1535796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not error it is just warning! if that is the case,then just ignore!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Krishna kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 06:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-char-type-c-value/m-p/7313427#M1535796</guid>
      <dc:creator>KK07</dc:creator>
      <dc:date>2010-10-05T06:05:57Z</dc:date>
    </item>
  </channel>
</rss>

