How to transfer profit centers between 2 systems?

Question: Hi SAPfans,

SAP has standard transaction for master data transfer/copy like:

BD10 - Send Material
BD12 - Send Customer
....

I was not able to find transaction for Profit center transfer. Is there any transaction? How is it possible to transfer/copy profit centers between 2 SAP systems? Do I have to write program for extracting profit centers and transfer it for example via PRCMAS idoc?

Thanks a lot for any idea.

Answer:
Try to find an idoc to create profit center in table EDBAS.
I am sure there should be one...

Once you have the message type, there should exit 2 functions:
MASTERIDOC_CREATE_SMD_<msgyype>
and
MASTERIDOC_CREATE_<msgtype>

that you can reuse to generate your idocs with all profit centers from one system to another.

Answer:
there is a function to process profit centers inbound:

IDOC_INPUT_PROFITCENTER_CREATE


but not sure if there is a function to generate it.
Copyright ?2007 - 2008 www.jt77.com