cancel
Showing results for 
Search instead for 
Did you mean: 

Product Replication from SAP ECC to SAP CPQ using BTP Integration Suite as middleware

nileshnagane12
Explorer
0 Kudos
212

Hello Experts,

We have an interface to replicate products from SAP ECC to SAP CPQ via SAP Integration Suite. Product data is sent from SAP ECC to the Integration Suite using DEBMAS IDocs. In Integration Suite, we make multiple calls to SAP CPQ’s custom API. Since SAP sends DEBMAS IDocs in bulk, many API calls to CPQ systems in Integration Suite are failing due to heavy traffic, resulting in incomplete product replication in SAP CPQ.

nileshnagane12_0-1738731603677.png

 

Is there a way to handle these message failures and ensure all products are successfully replicated?

Thanks,

Nilesh

View Entire Topic
yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

@nileshnagane12 

 

Did you try new Product Rest API which has bulk update feature which can do in few multiple calls (100 records once) ?

https://community.sap.com/t5/financial-management-blogs-by-sap/introducing-sap-cpq-product-rest-api-... 

nileshnagane12
Explorer
0 Kudos

Hi Yogananda,

CPQ team has created some custom script which are used for setting permissions and product updating in CPQ. So, we are calling this custom APIs from Integration suite.

Thanks,

Nilesh

LukaPilipovic
Product and Topic Expert
Product and Topic Expert
0 Kudos
@nileshnagane12 new REST API does support permissions. I would recommend it even for sequential replication
nileshnagane12
Explorer
0 Kudos
Hi Andrej, yoganada, I am using "SimpleProductAdministration" thia soap webservice of cpq and it is causing the issue. Is new rest api available for this operation?