‎2012 Jul 13 9:59 PM
Hi,
I may be asking basic question.
Environment: SAP systems with 2 different cleints
Question: When ever there is new material created in DEV-100, how can I automatically replicate that material into different client DEV-200?
I know using Change pointer concept we can replicate Materials when ever there is change in material.
Thanks
sarath
‎2012 Jul 13 11:25 PM
Hi sarath chennupati,
set up IDoc MATMAS to be sent on change/create event to own system, other client.
Regards
Clemens
‎2012 Jul 18 1:39 AM
Clemens, are you telling me to find an user exit and write code there where ever there is new material gets created trigger it?
are you talking about something else? where do you want me to set up IDOC MATMAS to do create/cahnge ?
‎2012 Jul 18 4:33 AM
Hi Sarath,
You create a material in one client and the using a standard tcode you can send to that other client.There is no need to create again in other client.You need to create ports and add message types with rfc connection.I think this is what Clemens telling.
Regards,
Madhu.
‎2012 Jul 18 8:18 AM
Hi ,
You need to define port & logical system , RFC connection and need to do complete setting for IDOC communication .
There is standard program which is used to send material , we need to schedule it for background .
Then once you create in 1 client it will be send from this client to another client and we can have same material in both client.
Regards,
yukti
‎2012 Jul 19 5:33 AM
Guys can you tell me what is the standard program / TCODE you are talking about to send material automatically with out human intervention.
I know by using BD10 transaction code you can replicate material to differetn client, but in this transaction you have to enter material.
all RFC/PORT communication is there between 2 clients and already communicating.
‎2012 Jul 23 4:48 AM
‎2012 Jul 23 4:57 AM