<?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 What is shared objects? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833954#M663497</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;   can you tell me what is shared objects and how it is used in abap objects, if possible explain with some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 06:57:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T06:57:36Z</dc:date>
    <item>
      <title>What is shared objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833954#M663497</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;   can you tell me what is shared objects and how it is used in abap objects, if possible explain with some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 06:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833954#M663497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T06:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is shared objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833955#M663498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Shared Objects&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Shared Objects are objects in the shared memory. Instances of classes and anonymous data objects can be stored. Named data objects can be stored as attributes of classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Shared Memory&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The shared memory is a memory area on an application server, which is accessed by all of this server&amp;#146;s ABAP programs. Before shared objects were implemented, ABAP programs could access this memory area using the EXPORTand IMPORT statements exclusively with the SHARED BUFFER or SHARED MEMORY additions, and instances of classes or anonymous data objects existed exclusively in the internal session of an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the implementation of shared objects with Release 6.40, the shared memory was enhanced with the shared objects memory that stores shared objects. The size of the shared objects memory is determined by the abap/shared_objects_size_MB profile parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared objects are stored in what are called shared memory areas. You create and manage areas and their properties using Transaction SHMA . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you got an idea of what shared objects are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to this link you will find screen shots and a smaple program here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900e3d9d-559e-2910-9dae-b132157a220f"&amp;gt;shared_objects&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833955#M663498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is shared objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833956#M663499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this SAP link on shared Objects&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/14/dafc3e9d3b6927e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/14/dafc3e9d3b6927e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833956#M663499</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-03T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is shared objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833957#M663500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey... Hang on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to this site you will find exercises and solutions as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c322c690-0201-0010-fb86-811c52b0acc2"&amp;gt;shared objects exercises &amp;amp; solutions&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833957#M663500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is shared objects?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833958#M663501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are somewhat experienced with ABAP OO then a good place to start would be Thomas's blog at /people/thomas.jung3/blog/2004/12/09/netweaver-for-the-holidays-a-lession-in-sharing-abap-shared-memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 09:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-shared-objects/m-p/2833958#M663501</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2007-10-03T09:43:32Z</dc:date>
    </item>
  </channel>
</rss>

