cancel
Showing results for 
Search instead for 
Did you mean: 

Master Data coming from 1 backend and GOA distributed to many bakends

Former Member
0 Kudos

Hello,

In our case (using SRM 5.0) one backend system is used to replicate all material master data and GOA will be distributed to multiple backends including the one that is used for master data. As far as i know the logical backend system is determined through materials/material groups while GOA is distributed. In the above case how can we intervene with this logic to be able to distribute the GOA to whatever backend we have, even though if the MD is not coming from them?

Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can also put the desired plant BP in Distribution in GOA. If you leave it empty it will go everywhere.

regards,

Robert

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all for helpful answers, points are rewarded!

Former Member
0 Kudos

Hi,

You can use the BADI BBP_DETERMINE_LOGSYS for this purpose.

The method :CONTRACT_LOGSYS_DETERMINE (Determine Target System of Contract) has been provided for the same purpose.

Sample BADI Implementation at SDN Wiki:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/bbp_determine_logsys-contract_logsys_determin...;

Regards

Kathirvel

Edited by: Kathirvel Balakrishnan on Feb 25, 2008 1:00 PM

Former Member
0 Kudos

Hi,

the system to which a GOA is distributed is determined by the POrg and the location.

With this information the needed Company Code is derived and the document distributed into

the related systems. Maybe I misunderstand, but when the Master Data System with the related

POgr is not selected of distribution, the document is not created in that system.

Furthermore, you can intervene the distribution with the SRM BAdi BBP_ CTR_BE_CREATE

and the R/3 Badi BBP_CTR.

Cheers,

Claudia