<?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 Passing Data between User Exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-user-exits/m-p/2107338#M439938</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 am writing some code involving 2 separate User Exits (A and B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User Exits are always called in sequence (A first, then B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In A I have some data that I need in B. Note that A and B belong to different transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass data from A to B - I use a Memory ID (say with name 'ABC') . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my question is - In case the exit A is executed multiple times by several users simultaneously (as is expected) - then how do I preserve the correct value for Memory ID 'ABC' so that exit B executes correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that the question is not too vague.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 11:15:14 GMT</pubDate>
    <dc:creator>p_2_5_6_9_6_0</dc:creator>
    <dc:date>2007-04-16T11:15:14Z</dc:date>
    <item>
      <title>Passing Data between User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-user-exits/m-p/2107338#M439938</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 am writing some code involving 2 separate User Exits (A and B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User Exits are always called in sequence (A first, then B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In A I have some data that I need in B. Note that A and B belong to different transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass data from A to B - I use a Memory ID (say with name 'ABC') . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my question is - In case the exit A is executed multiple times by several users simultaneously (as is expected) - then how do I preserve the correct value for Memory ID 'ABC' so that exit B executes correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that the question is not too vague.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-user-exits/m-p/2107338#M439938</guid>
      <dc:creator>p_2_5_6_9_6_0</dc:creator>
      <dc:date>2007-04-16T11:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data between User Exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-user-exits/m-p/2107339#M439939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siddharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  how do I preserve the correct value for Memory ID 'ABC' so that exit B executes correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That we do not have to worry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Sap is designed that way.&lt;/P&gt;&lt;P&gt;  So even if there are multiple users,&lt;/P&gt;&lt;P&gt;  the memory id is Session dependent,&lt;/P&gt;&lt;P&gt;  and not user-dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So go ahead, it will work absolutley normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-between-user-exits/m-p/2107339#M439939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T11:17:19Z</dc:date>
    </item>
  </channel>
</rss>

