<?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 Type incompatible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420529#M1409293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are doing ECC6.0 upgrade from 4.6C. While doing this the following error is displayed when we enable a program as unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ZINT_DENO" and "UP_ZIFFER" are type-incompatible ( DO 9 TIMES VARYING UP_ZIFFER FROM ZINT_DENO&lt;EM&gt;0 NEXT ZINT_DENO&lt;/EM&gt;1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fields are declared as below in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UP_ZIFFER(1) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF ZINT_DENO,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;more than crore in version 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CRR(2) TYPE C,&lt;/P&gt;&lt;P&gt;LAK(2) TYPE C,&lt;/P&gt;&lt;P&gt;TSD(2) TYPE C,&lt;/P&gt;&lt;P&gt;HUN(3) TYPE C,&lt;/P&gt;&lt;P&gt;END OF ZINT_DENO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this? Is there any alternative code in ECC6 for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Renuga.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 13:31:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-01T13:31:22Z</dc:date>
    <item>
      <title>Type incompatible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420529#M1409293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are doing ECC6.0 upgrade from 4.6C. While doing this the following error is displayed when we enable a program as unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ZINT_DENO" and "UP_ZIFFER" are type-incompatible ( DO 9 TIMES VARYING UP_ZIFFER FROM ZINT_DENO&lt;EM&gt;0 NEXT ZINT_DENO&lt;/EM&gt;1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fields are declared as below in my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UP_ZIFFER(1) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF ZINT_DENO,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;more than crore in version 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CRR(2) TYPE C,&lt;/P&gt;&lt;P&gt;LAK(2) TYPE C,&lt;/P&gt;&lt;P&gt;TSD(2) TYPE C,&lt;/P&gt;&lt;P&gt;HUN(3) TYPE C,&lt;/P&gt;&lt;P&gt;END OF ZINT_DENO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this? Is there any alternative code in ECC6 for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Renuga.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 13:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420529#M1409293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Type incompatible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420530#M1409294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Using the below line of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 9 TIMES VARYING UP_ZIFFER FROM ZINT_DENO&lt;EM&gt;0 NEXT ZINT_DENO&lt;/EM&gt;1 RANGE ZINT_DENO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work,send the exact error what it shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 13:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420530#M1409294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Type incompatible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420531#M1409295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx for ur reply.&lt;/P&gt;&lt;P&gt;But the error was not solved.&lt;/P&gt;&lt;P&gt;The exact error is "ZINT_DENO" and "UP_ZIFFER" are type-incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 15:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible/m-p/6420531#M1409295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T15:55:16Z</dc:date>
    </item>
  </channel>
</rss>

