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

Replicating Production Server Creation\Changes into Development Server.

Former Member
0 Likes
512

Hi Experts,

My object here is to create a interface between Development and Production server so that whatever creation or changes that happens to a Material should also replicate or to be saved in development server also.So that the new materials created or changed in production server can be seen in development server as we use those details for further process or testings in dev.Please suggest the approach and steps without manual tasks automatically.

Thanks in Advance,

SriRam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

you can use message types like matmas to create outbound idocs from prod system and receive an inbound idoc of same type in dev system...

3 REPLIES 3
Read only

Former Member
0 Likes
481

you can use message types like matmas to create outbound idocs from prod system and receive an inbound idoc of same type in dev system...

Read only

0 Likes
480

Hi Soumya,

Thanks for the helpful answer my real concern is how to set up such interface as you know we can't really create any in Prod server if so please specify the real tricky part in transporting that object too as here i am the only sap guy so i have take care of basis part too.

Thanks,

Sriram

Edited by: SriRam on Sep 20, 2009 6:32 AM

Read only

0 Likes
480

Yep , I solved the problem using Change Pointers approach via IDoc interfacing (ALE layer).

Thanks,

Sriram.