<?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 Transfer a reference variable (ref to object) from one program to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574494#M2008859</link>
    <description>&lt;P&gt;I need to transfer a reference value (ref to object) from one program to another. The obvious way is to use MEMORY ID, but abap says i can't send a ref value. Should i pack it someway, or is there another way to transfer a ref value?&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 12:40:18 GMT</pubDate>
    <dc:creator>former_member760202</dc:creator>
    <dc:date>2022-05-24T12:40:18Z</dc:date>
    <item>
      <title>Transfer a reference variable (ref to object) from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574494#M2008859</link>
      <description>&lt;P&gt;I need to transfer a reference value (ref to object) from one program to another. The obvious way is to use MEMORY ID, but abap says i can't send a ref value. Should i pack it someway, or is there another way to transfer a ref value?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 12:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574494#M2008859</guid>
      <dc:creator>former_member760202</dc:creator>
      <dc:date>2022-05-24T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer a reference variable (ref to object) from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574495#M2008860</link>
      <description>&lt;P&gt;This is not obvious, this is old school &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Check for the Design Pattern: SingleTon &lt;/P&gt;&lt;P&gt;or have a look to SHMA (more complex solution)&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 12:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574495#M2008860</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-05-24T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer a reference variable (ref to object) from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574496#M2008861</link>
      <description>&lt;P&gt;If you mean how to pass between 2 programs called using SUBMIT, CALL TRANSACTION, RFC, etc., then it's possible only through serialization (if your class implements IF_SERIALIZABLE_OBJECT). Shared objects also, as mentioned by Frederic.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 13:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-a-reference-variable-ref-to-object-from-one-program-to-another/m-p/12574496#M2008861</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-24T13:06:00Z</dc:date>
    </item>
  </channel>
</rss>

