<?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: Shared Memory Objects: Automatic area build does not work for client-dependent area in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691762#M1669985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try it in a way like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;try&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GR_SHM &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;ZFLIGHTS&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;ATTACH_FOR_READ&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;catch &lt;/SPAN&gt;CX_SHM_NO_ACTIVE_VERSION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;wait &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;up &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;seconds&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GR_SHM &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;ZFLIGHTS&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;ATTACH_FOR_READ&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;endtry&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;With a "wait to 1 seconds" and a second "attach_for_read" it should work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Manfred&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2016 19:24:48 GMT</pubDate>
    <dc:creator>manfredsprenger</dc:creator>
    <dc:date>2016-05-30T19:24:48Z</dc:date>
    <item>
      <title>Shared Memory Objects: Automatic area build does not work for client-dependent area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691760#M1669983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build a shared memory buffer for client-dependent data: I implemented a shared-memory enabled root class. To support automatic area building I also implemented IF_SHM_BUILD_INSTANCE and the implementation works totally fine and creates an area instance that appears in SHMM and can be accessed from my coding once it is attached. But this works only if if_shm_build_instance~build is called manually in test mode. If I remove the area instance and try to "auto-create" the instance by calling the attach_for_read method I repeatedly get an cx_shm_no_active_version exception (even if a call attach_for_read in a loop to give it some time for the initialization). If I change the area to "client-independent" the auto build works fine - but it only buffers the data for the client that initiates auto build. Area Build Type is set to "Autostart for Read Request and Every Invalidation". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas? Am I missing anything here or is it a (known) bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 16:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691760#M1669983</guid>
      <dc:creator>daniel-hoehn</dc:creator>
      <dc:date>2012-04-19T16:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Objects: Automatic area build does not work for client-dependent area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691761#M1669984</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 can't get IF_SHM_BUILD_INSTANCE~build works. So if you've got example I'll be glade.&lt;/P&gt;&lt;P&gt;Iget cx_shm_no_active_version text: build_not_finished&lt;/P&gt;&lt;P&gt;all the time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 15:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691761#M1669984</guid>
      <dc:creator>taryckbensaili</dc:creator>
      <dc:date>2016-04-04T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory Objects: Automatic area build does not work for client-dependent area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691762#M1669985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try it in a way like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;try&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GR_SHM &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;ZFLIGHTS&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;ATTACH_FOR_READ&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;catch &lt;/SPAN&gt;CX_SHM_NO_ACTIVE_VERSION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;wait &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;up &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;seconds&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GR_SHM &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;ZFLIGHTS&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;ATTACH_FOR_READ&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;endtry&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;With a "wait to 1 seconds" and a second "attach_for_read" it should work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Manfred&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 19:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-objects-automatic-area-build-does-not-work-for-client/m-p/8691762#M1669985</guid>
      <dc:creator>manfredsprenger</dc:creator>
      <dc:date>2016-05-30T19:24:48Z</dc:date>
    </item>
  </channel>
</rss>

