‎2011 May 18 3:56 PM
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
‎2011 May 18 4:15 PM
"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