<?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 errro: are not mutually convertible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182320#M1373439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after upgrade from 4.6 to ECC i got error in smartforms coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ETAB[] IS INITIAL.&lt;/P&gt;&lt;P&gt;   ETAB[] = IS_DLV_DELNOTE-IT_CONFBATCH[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error :&lt;/P&gt;&lt;P&gt; "ETAB" and "IS_DLV_DELNOTE-IT_CONFBATCH" are not mutually convertible. In Unicode programs, "ETAB" must have the same structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2009 07:26:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-29T07:26:46Z</dc:date>
    <item>
      <title>errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182320#M1373439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after upgrade from 4.6 to ECC i got error in smartforms coding. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ETAB[] IS INITIAL.&lt;/P&gt;&lt;P&gt;   ETAB[] = IS_DLV_DELNOTE-IT_CONFBATCH[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error :&lt;/P&gt;&lt;P&gt; "ETAB" and "IS_DLV_DELNOTE-IT_CONFBATCH" are not mutually convertible. In Unicode programs, "ETAB" must have the same structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182320#M1373439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T07:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182321#M1373440</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;This error will come if both the structures are not same in Unicode environment....so try to use same structure ...if u don't want unicode then uncheck the unicode check boxin the program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182321#M1373440</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-09-29T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182322#M1373441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your both structures again.. I am sure they have some difference.&lt;/P&gt;&lt;P&gt;Also check if one of the internal table is with header &amp;amp; the other one without header&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182322#M1373441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T07:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182323#M1373442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; error :&lt;/P&gt;&lt;P&gt;&amp;gt;  "ETAB" and "IS_DLV_DELNOTE-IT_CONFBATCH" are not mutually convertible. In Unicode programs, "ETAB" must have the same structure&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think , you might have added some custom fields in the table ETAB while using 4.6 , and while migrating to ECC thse filelds might not have been carried forwad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182323#M1373442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182324#M1373443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the newer version; the TYPES associated with the internal tables&lt;/P&gt;&lt;P&gt;ETAB[] and IS_DLV_DELNOTE-IT_CONFBATCH[] are not mutually convertible.&lt;/P&gt;&lt;P&gt;This would be due to the length of the underlysing structures associated with the TYPES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly loop on IS_DLV_DELNOTE-IT_CONFBATCH[] and then use move-corresponding statement to move it to work area of ETAB and then use APPEND statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182324#M1373443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T07:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: errro: are not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182325#M1373444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there was change in structure,so i correct it and issue resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 05:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errro-are-not-mutually-convertible/m-p/6182325#M1373444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T05:41:11Z</dc:date>
    </item>
  </channel>
</rss>

