<?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: ABAP OO shared memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738450#M1772950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't handle this issue with shared memory objects it's very likely you're doing it wrong. Maybe you want to have a look at this blogs/threads and check what goes wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="2816138" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="39835" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Custodio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 01:43:14 GMT</pubDate>
    <dc:creator>custodio_deoliveira</dc:creator>
    <dc:date>2013-10-02T01:43:14Z</dc:date>
    <item>
      <title>ABAP OO shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738449#M1772949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;this is my need: i want to create an object in a function module and than to get the same instance in a called program.&lt;/P&gt;&lt;P&gt;i've tried passing the instance to a global data of the same function group, but it is initial when the following program access to it.&lt;/P&gt;&lt;P&gt;than i've tried with shared object managed by SHMA transaction, but i can't reach my need.&lt;/P&gt;&lt;P&gt;each suggestion will be appreciated!&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;Ivan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 19:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738449#M1772949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-01T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738450#M1772950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't handle this issue with shared memory objects it's very likely you're doing it wrong. Maybe you want to have a look at this blogs/threads and check what goes wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="2816138" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="39835" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Custodio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 01:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738450#M1772950</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2013-10-02T01:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738451#M1772951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;Function group would reload for every new internal session. So If called programs are in same internal&amp;nbsp; session we can get same instance but if they are in different internal or external sessions&lt;/P&gt;&lt;P&gt;we cannot get same instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can exchange data with function module only through interface of it .So we cannot use shared memory with function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it is not possible to solve your problem using function group, we can solve it by using global class or local class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 06:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738451#M1772951</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-10-02T06:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OO shared memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738452#M1772952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Shared Memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following example it works well.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-26284"&gt;http://scn.sap.com/docs/DOC-26284&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oo-shared-memory/m-p/9738452#M1772952</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2013-10-02T08:31:27Z</dc:date>
    </item>
  </channel>
</rss>

