cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Any usable idoc for cmir feed integration through datahub?

rahulverma94
Active Participant
0 Likes
359

Hi Experts,

We have a custom table in hybris which needs to be populated/updated from a feed coming from the S/4 through datahub. Input file should be an idoc with following details:

  • materialNumber

  • soldTo

  • customerMaterialNumber

Any recommendations to achieve this through an standard idoc? Does S/4 support any custom idoc to accommodate only these fields? We are using datahub version 6.7 and open to write a custom datahub extensions if required.

Thanks in advance!

Regards Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Rahul,

I don't think there is an out of the box IDOC in S/4HANA that will allow you send Customer Master Info Record. Here is a list of OOB distributable master data objects in S/4HANA

https://help.sap.com/viewer/61af834e09164854993e81aa39be576d/1709%20002/en-US/4abb4a6d479926c4e10000...

You can look at the information below regarding defining new IDoc types (I am assuming you are using S/4HANA on prem)

https://help.sap.com/viewer/8f3819b0c24149b5959ab31070b64058/1709%20002/en-US/4b6666f36c62289be10000...

Once you can send out your custom idoc in S/4HANA, you can use sapidocintegration to route incoming IDocs to raw models. Create the necessary raw, canonical and target mapping and receive them in commerce.

Hope this helps.

Hasan