<?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 Shared Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247248#M1630709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi fabio ,&lt;/P&gt;&lt;P&gt;             u can create a shared memory area by that transaction.....the following link gives u about how to create a shared memory area &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cc/5ed43fdd561165e10000000a114b1d/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cc/5ed43fdd561165e10000000a114b1d/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that if any queries let me knw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanka&lt;/P&gt;&lt;P&gt; chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Oct 2011 06:07:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-01T06:07:50Z</dc:date>
    <item>
      <title>ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247247#M1630708</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'm working on Shared Memory Objects.&lt;/P&gt;&lt;P&gt;I would like to know if there's a way to create Shared Memory Areas (transaction: SHMA) by code.&lt;/P&gt;&lt;P&gt;Till now, i didn't found a solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fábio Ramalho.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 16:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247247#M1630708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-30T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247248#M1630709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi fabio ,&lt;/P&gt;&lt;P&gt;             u can create a shared memory area by that transaction.....the following link gives u about how to create a shared memory area &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cc/5ed43fdd561165e10000000a114b1d/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cc/5ed43fdd561165e10000000a114b1d/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that if any queries let me knw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanka&lt;/P&gt;&lt;P&gt; chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 06:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247248#M1630709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-01T06:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247249#M1630710</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;If you trace SHMA, you'll see that most of the code is declared locally, plus external function modules to create the class, so that would be tough to replicate it. But a BDC could do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why you need it, but I wouldn't recommend to run it &lt;STRONG&gt;productively&lt;/STRONG&gt; (just in the dev system, then transport it as usually).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandra Rossi, 2 minutes later : I just saw that there was SHMA_WB_TOOLINT_REQUEST function module (it's not called from SHMA transaction, but it's worth looking at it)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 07:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247249#M1630710</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-01T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247250#M1630711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ideia is precisely use it just in the dev system.&lt;/P&gt;&lt;P&gt;The reason i'm doing this is because i have a lot of classes and i may need to add a few more in the future.&lt;/P&gt;&lt;P&gt;I'm having difficulties finding the code that provides all the options that i see on transaction SHMA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fábio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247250#M1630711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247251#M1630712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;[Shared Objects - Implementation|http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/85634e53d422409f0975aa9a551297/frameset.htm]&lt;/P&gt;&lt;P&gt;[Check this one Ref link|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1345217"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;For Text tables, "Reading" the Shared Objects would be easy, but "Updating" would not be that easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the shared object, you need to open the ojbect for update from all the places from where the text table is being updated. E.g. MAKT from the Material Master (and somewhere else, I don't know).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared Objects would be good when you are not dealing with the data which can be directly updated from Production. E.g. Configuration data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 10:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247251#M1630712</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-10-03T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Shared Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247252#M1630713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a idea...&lt;/P&gt;&lt;P&gt;Perhaps you could start by importing all local classes defined in program SAPLSHMA in global ones, so you can check more easily what methods could be reused ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gl,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 11:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-shared-objects/m-p/8247252#M1630713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T11:29:50Z</dc:date>
    </item>
  </channel>
</rss>

