<?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, exporting data reference and generic types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392058#M1735151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2013 09:44:07 GMT</pubDate>
    <dc:creator>bilen_cekic</dc:creator>
    <dc:date>2013-03-29T09:44:07Z</dc:date>
    <item>
      <title>Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392050#M1735143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a class and a method which has an import parameter like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IT_DATA type standard table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am tryingto export this table&amp;nbsp; to shared memory (my data reference variable) but i always get&amp;nbsp; error. Is there a way to export dynamic tables to SHMA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is similar to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Courier New'; background-color: #ffffff; color: blue;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Courier New'; background-color: #ffffff; color: #333333;"&gt;: v_area_handle &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;REF&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TO&lt;/SPAN&gt; zcl_shr_areahandle_area,&lt;BR /&gt;v_root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;REF&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TO&lt;/SPAN&gt; zcl_shr_areahandle_root.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;FIELD&lt;/SPAN&gt;-SYMBOLS &amp;lt;fs_data&amp;gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;ANY&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TRY&lt;/SPAN&gt;.&lt;BR /&gt;v_area_handle = zcl_shr_areahandle_area=&amp;gt;attach_for_write( ).&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;CREATE&lt;/SPAN&gt; OBJECT v_root AREA HANDLE v_area_handle.&lt;BR /&gt;&lt;BR /&gt;v_area_handle-&amp;gt;set_root( v_root ).&lt;BR /&gt;&lt;BR /&gt;&lt;EM style="font-family: inherit; color: gray;"&gt;*dref is the attribute created in root class.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;CREATE&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;DATA&lt;/SPAN&gt; v_root-&amp;gt;dref AREA HANDLE v_area_handle &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TYPE&lt;/SPAN&gt; &lt;STRONG&gt;IT_DATA&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;ASSIGN&lt;/SPAN&gt; v_root-&amp;gt;dref-&amp;gt;* &lt;SPAN style="font-style: inherit; font-family: inherit; color: blue;"&gt;TO&lt;/SPAN&gt; &amp;lt;fs_data&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Courier New'; background-color: #ffffff; color: #333333;"&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;fs_data&amp;gt; = it_data[] .&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;v_area_handle-&amp;gt;detach_commit( ).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Courier New'; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG&gt;gives error on detach_commit.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 13:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392050#M1735143</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-26T13:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392051#M1735144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread, think it can help: &lt;A class="active_link" href="https://scn.sap.com/thread/2065599" title="https://scn.sap.com/thread/2065599"&gt;https://scn.sap.com/thread/2065599&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392051#M1735144</guid>
      <dc:creator>edgar_nagasaki</dc:creator>
      <dc:date>2013-03-26T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392052#M1735145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no that doesnt fix. i want to use SHMA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myerror is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The exception 'CX_SHM_EXTERNAL_REFERENCE' was raised, but it was not caught&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; anywhere along&lt;/P&gt;&lt;P&gt;&amp;nbsp; the call hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Since exceptions represent error situations and this error was not&lt;/P&gt;&lt;P&gt;&amp;nbsp; adequately responded to, the running ABAP program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'CL_SHM_AREA===================CP' has to be&lt;/P&gt;&lt;P&gt;&amp;nbsp; terminated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 01:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392052#M1735145</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-27T01:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392053#M1735146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that you are using correct procedure and method for passing your table into share area.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Why don't you create a dynamic type's(RTTS) attribute in your share object class such as &lt;/P&gt;&lt;P&gt;COMP TYPE REF TO CL_ABAP_TABLEDESCR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMP TYPE REF TO DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And several class method to initial the property of this component's type and array of data which are going to contain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of Cause, the first important thing is make sure that your class is share memory enable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 04:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392053#M1735146</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-03-27T04:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392054#M1735147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&amp;lt;&lt;/P&gt;&lt;P&gt;you can use data references in your shared memory enabled class without problem.&lt;/P&gt;&lt;P&gt;But if your source table is dynamically created it doesnt work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean here&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit; color: blue;"&gt;CREATE&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit; color: blue;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt; v_root-&amp;gt;dref AREA HANDLE v_area_handle &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit; color: blue;"&gt;TYPE&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Courier New'; color: #333333;"&gt;IT_DATA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Courier New'; color: #333333;"&gt;IT_DATA is dynmic or it is RTTS variable, (to access that data you always use datarefernce get structure and assign to field symbol(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Courier New'; color: #333333;"&gt;it gives error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Courier New'; color: #333333;"&gt;even if you unassing fieldsymbols bfore sending to shma.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Courier New'; color: #333333;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 07:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392054#M1735147</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-27T07:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392055#M1735148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, you should try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE DATA v_area_handle-&amp;gt;root-&amp;gt;dref AREA HANDLE v_area_handle TYPE IT_DATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392055#M1735148</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-03-27T08:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392056#M1735149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you should modified the object in the share memory indirectly via share memory class object itself.&amp;nbsp; This is what the problem is occurring in your program.&amp;nbsp; Unless you throw an event to tell the share memory object that your v_root have been bounded to the array of data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 07:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392056#M1735149</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-03-28T07:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392057#M1735150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SORRY man&lt;/P&gt;&lt;P&gt;first i though that it was working&lt;/P&gt;&lt;P&gt;yes &lt;/P&gt;&lt;P&gt;if you cal like that it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;itab type table of mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function z001&lt;/P&gt;&lt;P&gt;export&lt;/P&gt;&lt;P&gt;it_data = itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and data type of it_data is standad table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well it works like that but in BADI which a parameter is coming as a standard table&lt;/P&gt;&lt;P&gt;didnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The type \TYPE=%_T00003S00000118O0000016260 cannot currently be created in the&lt;/P&gt;&lt;P&gt;&amp;nbsp; shared objects memory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 09:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392057#M1735150</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-29T09:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392058#M1735151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 09:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392058#M1735151</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-29T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392059#M1735152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THE ONLY WAY to make it work is &lt;/P&gt;&lt;P&gt;our source table which we are sending to memory&lt;/P&gt;&lt;P&gt;should be a global type like structure, table, integer etc,...&lt;/P&gt;&lt;P&gt;it doesnt work if it isdynamically created like RTTI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 09:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392059#M1735152</guid>
      <dc:creator>bilen_cekic</dc:creator>
      <dc:date>2013-03-29T09:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392060#M1735153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can solve this by the following, I'm not sure it will work but you can try. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, The dynamic reference variables (including RTTI) will be set as the one of&amp;nbsp; the BADI implementation class attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, in your SHMA, you set your constructor class of your share memory area's dynamic properties as the BADI implementation class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some useful reference in here: &lt;A class="active_link" href="http://saptechnical.com/Tutorials/Others/SharedMemory/Concept.htm" title="http://saptechnical.com/Tutorials/Others/SharedMemory/Concept.htm"&gt;http://saptechnical.com/Tutorials/Others/SharedMemory/Concept.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About how to call SHM dynamically in its constructor class. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 10:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392060#M1735153</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-03-29T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shared Memory, exporting data reference and generic types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392061#M1735154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am expecting that root is dynamic reference, so &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;"THE ONLY WAY to make it work is&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;our source table which we are sending to memory&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;should be a global type like structure, table, integer etc,...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;it doesnt work if it isdynamically created like RTTI." ,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;May not be the true. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 10:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shared-memory-exporting-data-reference-and-generic-types/m-p/9392061#M1735154</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2013-03-29T10:56:58Z</dc:date>
    </item>
  </channel>
</rss>

