<?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: CX_SHM_EXTERNAL_REFERENCE exc. when passing Class instance to Shared memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756617#M327788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is that I would like to embed a Standard SAP class into this shared memory.&lt;/P&gt;&lt;P&gt;Therefore, I'm obliged to accept the 'Create object' references that are written in standard SAP code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That also means that it is impossible to include an instantiated SAP class into a shared object memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 07:54:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T07:54:41Z</dc:date>
    <item>
      <title>CX_SHM_EXTERNAL_REFERENCE exc. when passing Class instance to Shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756615#M327786</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;when setting up the writing to a shared memory (using the SHMA and SHMM transactions), we get an exception mentioning CX_SHM_EXTERNAL_REFERENCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem is raised because we are trying to move an instantiated class from the calling development to the Shared memory class.&lt;/P&gt;&lt;P&gt;Therefore, this exception is raised, the sap standard documentation tells me:&lt;/P&gt;&lt;P&gt;"There are still references from the current area instance version to a different area instance of the shared objects memory, or to the internal session."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we work around this problem, I really want to pass the instantiated class to the Shared memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help,&lt;/P&gt;&lt;P&gt;Pascal Decock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756615#M327786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SHM_EXTERNAL_REFERENCE exc. when passing Class instance to Shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756616#M327787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. I solved the problem by avoiding references to other objects inside &lt;/P&gt;&lt;P&gt;the code of the shared class. I.e. no CREATE OBJECT inside constructor or methods&lt;/P&gt;&lt;P&gt;of the shared class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 13:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756616#M327787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SHM_EXTERNAL_REFERENCE exc. when passing Class instance to Shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756617#M327788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is that I would like to embed a Standard SAP class into this shared memory.&lt;/P&gt;&lt;P&gt;Therefore, I'm obliged to accept the 'Create object' references that are written in standard SAP code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That also means that it is impossible to include an instantiated SAP class into a shared object memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 07:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756617#M327788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: CX_SHM_EXTERNAL_REFERENCE exc. when passing Class instance to Shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756618#M327789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be impossible ;(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 09:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cx-shm-external-reference-exc-when-passing-class-instance-to-shared-memory/m-p/1756618#M327789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T09:50:11Z</dc:date>
    </item>
  </channel>
</rss>

