<?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: how to export &amp; import interface type data object to memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079759#M1505803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have said that you could do it using XML serialization and then shared memory, or with shared objects, but IF_TIMECONTEXT is missing the required IF_SERIALIZABLE_OBJECT interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I guess the only solution is to instantiate again (or any other workaround you could imagine).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 21:34:29 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2010-07-22T21:34:29Z</dc:date>
    <item>
      <title>how to export &amp; import interface type data object to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079757#M1505801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My greetings to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have came across a situation where we need to pass interface type data object to memory&lt;/P&gt;&lt;P&gt;and import same from memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA context TYPE REF TO if_timecontext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not possible with regular export statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is their any other way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 07:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079757#M1505801</guid>
      <dc:creator>Sidh_M</dc:creator>
      <dc:date>2010-07-22T07:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to export &amp; import interface type data object to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079758#M1505802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly what i think you have to assign  memory area using &amp;lt;mem_area&amp;gt; to your data object and and then  can reald using field-symbol i.e can refer to ur assigned memory area.&lt;/P&gt;&lt;P&gt; ASSIGN statement can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this would be clear to you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079758#M1505802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to export &amp; import interface type data object to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079759#M1505803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have said that you could do it using XML serialization and then shared memory, or with shared objects, but IF_TIMECONTEXT is missing the required IF_SERIALIZABLE_OBJECT interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I guess the only solution is to instantiate again (or any other workaround you could imagine).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 21:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079759#M1505803</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-22T21:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to export &amp; import interface type data object to memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079760#M1505804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you saurabhmani &amp;amp; sandra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ saurabhmani : i tried assigning object context to memory (field-symbol) and exporting it to memory, but got runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@sandra : XML serialization &amp;amp; shared object concept sounds intresting but as you already checked that interface IF_TIMECONTEXT is missing the required IF_SERIALIZABLE_OBJECT interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Istead of exporting context data object to memory we tried different approch and it worked out for our requirement &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 06:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-import-interface-type-data-object-to-memory/m-p/7079760#M1505804</guid>
      <dc:creator>Sidh_M</dc:creator>
      <dc:date>2010-07-23T06:12:18Z</dc:date>
    </item>
  </channel>
</rss>

