Application Development and Automation 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: 
Read only

Export memory using shared buffer

Former Member
0 Likes
364

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
333

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