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

Shared Memory for Custom Table

Former Member
0 Likes
310

We have three separate business environments we will call A, B, and C. Is it possible to create shared memory of a custom table in A environment so that it can be read by ABAP logic in environment B, and environment C?

We are considering the usual ALE connection, or, an RFC call. The reseach I've read on shared memory seems like it is most efficient and should work..... But, I do not see where a custom table is shared between environments.

Thank-You

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
269

"Shared Memory" as I know it is shared only within one application server. With "environment" I assume you mean different SAP instances like development system, test system etc., so shared memory cannot replace the techniques that you mentioned, in my opinion.

Thomas