‎2007 Apr 16 12:15 PM
Hi,
I am writing some code involving 2 separate User Exits (A and B).
The User Exits are always called in sequence (A first, then B).
In A I have some data that I need in B. Note that A and B belong to different transactions.
To pass data from A to B - I use a Memory ID (say with name 'ABC') .
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.
I hope that the question is not too vague.
Thanks.
Sid.
‎2007 Apr 16 12:17 PM
Hi siddharth,
1. how do I preserve the correct value for Memory ID 'ABC' so that exit B executes correctly.
That we do not have to worry.
2. Sap is designed that way.
So even if there are multiple users,
the memory id is Session dependent,
and not user-dependent.
3. So go ahead, it will work absolutley normal.
regards,
amit m.
‎2007 Apr 16 12:17 PM
Hi siddharth,
1. how do I preserve the correct value for Memory ID 'ABC' so that exit B executes correctly.
That we do not have to worry.
2. Sap is designed that way.
So even if there are multiple users,
the memory id is Session dependent,
and not user-dependent.
3. So go ahead, it will work absolutley normal.
regards,
amit m.