cancel
Showing results for 
Search instead for 
Did you mean: 

Having both SAP CRM and ERP integrating to hybris

0 Kudos

Hi,

We have scenario that Business Partners and Contacts has to flow from SAP CRM and other master data like product, price and stock has to flow from SAP ERP. Transactions will happen in SAP ERP.

We have both saperp and sapcrm extensions as well. And the installer recipes supports either ERP or CRM and not both. Also we can select only any one backend integration either ERP or CRM from SAP Confiuguration. How to go about in this case?

Both the sap extensions has almost same modules like order mgmt (sync and async), sapmodel and sapcrmmodel etc.

 Can we select sapcrmcustomer related extensions and include in localextension.xml. and delete the sapcustomer(ERP)?


Guide us on how to proceed with the integration for the above scenario

Thanks, Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

bikrambsinha
Participant
0 Kudos

The other way to handle it is to abstract both SAP ERP and CRM with SAP PI. So, for DataHub only one interface is open.

S0011572494
Participant
0 Kudos

Hi Arun, we have made such a scenario already with datahub 5.6. Use the models from the system where you communicate your data (i.e Business Partners from SAP CRM -> sapcustomer from crm, Order Management from ERP -> saporder from ERP) We defined two different TargetSystems SAPERPSystem, SAPCRMSystem with hardcoded urls in the targetsystem (as properties). You cannot use the dynamic configuration for these systems then and you have to overwrite the default TargetSystemFallbackLookup in order to prevent from warnings. If you have enough time, extend the targetSystemLookup to manage two SAP targetSystems.

0 Kudos

Thanks Fabian. I have already done the same as you have mentioned. Just wanted to know is there any other way other than you mentioned.