<?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: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094542#M1705467</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 was facing the exact same error. I solved it the hard way.&lt;/P&gt;&lt;P&gt;Everytime I would get a dump, i would see the point in the source code where it was triggered,open that class method in SE24 and manually regenerate the active object (Ctrl. + F3). After about 2-3 attempts at this I was able to use the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why there was a mismatch in the loaded program or what the root cause is. But this is the solution that worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 09:54:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-12-15T09:54:03Z</dc:date>
    <item>
      <title>Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094537#M1705462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On running the inbound IDOC processing program(RBDAPP01) as a background job, we got run time error LOAD_PROGRAM_CLASS_MISMATCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text: &lt;/P&gt;&lt;P&gt;Class interface was changed at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis:&amp;nbsp; &lt;/P&gt;&lt;P&gt;The section "PUBLIC" of the interface of the class "CVI_EI_API_MAP_STRUCTURE" was changed during program flow, which caused inconsistencies at&amp;nbsp; runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program "CL_IM_CVI_ADDRESS_UPD_IMPL====CP" uses the interface version 20120911131848.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program "CMD_EI_API====================CP" uses the interface version 20120921140355.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal session was started at 20120921213158.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Environment:&lt;/P&gt;&lt;P&gt;SAP-Release 701&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir Kancheti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 09:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094537#M1705462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094538#M1705463</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;It seems a transport was done while program &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RBDAPP01&lt;/SPAN&gt; is running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modifications are done in class &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CL_IM_CVI_ADDRESS_UPD_IMPL&lt;/SPAN&gt;, so I suppose a modification was done in an implemantation of BADI ADDRESS_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another modification seems to be done in class &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CMD_EI_API&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094538#M1705463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094539#M1705464</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;I have compared the code with existing version, there was no changes has been made. Also checked the TR movement during that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ST22, the error is at line no: 31, in the class interface (CL_IM_CVI_ADDRESS_UPD_IML), method (IF_EX_ADDRESS_UPDATE~ADDRESS1_SAVED).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know do I need to implement any OSS note for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir Kancheti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094539#M1705464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T10:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094540#M1705465</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;That method is implemented in BADI, so it's not standard, you should have an implementation for BADI ADDRESS_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no transport was loaded in production system, you should check if it was done before (sometime the system load the new code in the buffer in delay).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there aren't a recent transport, try to run again the program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 10:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094540#M1705465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094541#M1705466</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;It&amp;nbsp; means The program "CL_IM_CVI_ADDRESS_UPD_IMPL====CP" uses the interface version: 11.09.2012 / 13:18:48&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program "CMD_EI_API====================CP" on the other hand uses the more current version :21.09.2012/ 14:03:55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check in st22 whether the dump only occurs on one server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solution is 1. regenerate "CL_IM_CVI_ADDRESS_UPD_IMPL====CP" so that it also uses the newest version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If several servers are "affected" according to St22, then generate the program &lt;/P&gt;&lt;P&gt;on any server. If the problem is not solved afterwards, start all application &lt;/P&gt;&lt;P&gt;servers to delete the buffers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094541#M1705466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094542#M1705467</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 was facing the exact same error. I solved it the hard way.&lt;/P&gt;&lt;P&gt;Everytime I would get a dump, i would see the point in the source code where it was triggered,open that class method in SE24 and manually regenerate the active object (Ctrl. + F3). After about 2-3 attempts at this I was able to use the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why there was a mismatch in the loaded program or what the root cause is. But this is the solution that worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 09:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/9094542#M1705467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-15T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error LOAD_PROGRAM_CLASS_MISMATCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/14080814#M2041652</link>
      <description>&lt;P&gt;If you get the dump, go to ST22, select the dump and click on SAP Recommandation button. It will fix the short dump.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 16:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-load-program-class-mismatch/m-p/14080814#M2041652</guid>
      <dc:creator>Ishant_Deolekar</dc:creator>
      <dc:date>2025-04-19T16:13:40Z</dc:date>
    </item>
  </channel>
</rss>

