Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Export memory using shared buffer

Former Member
0 Kudos

Hi

Lets say a user opens the PO screen ME22N in 2 separate windows accessing 2 separate PO numbers. If i use the export memory using shared buffer , how can i ensure that the data will not get mixed up ?

Any ideas?

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

YOu would have to get the session id to distinguish between the two. You can then use this id as part of your key to pass to the export statement.

Check this thread.

Regards,

RIch Heilman