cancel
Showing results for 
Search instead for 
Did you mean: 

DMC/ERP Integration: Trigger an ERP user status from DMC

Manu
Explorer
928

Dear all,

We would like to set a user status in SAP ERP for production orders via SAP DMC POD button.

We are using SAP DMC 2202 and SAP ERP 6 (EHP8).

In general, is there any way to implement such a requirement in SAP DMC? If yes, what is the best way to realize this and which components/apps (SAP DMC, Custom Plugin, Production Process designer, CPI, MII,...) do we need?

Thanks a lot for your help.

Best regards,
Manuel

Accepted Solutions (1)

Accepted Solutions (1)

Kevin_Hunter
Product and Topic Expert
Product and Topic Expert

Hi Manuel,

Since your ERP system in on prem and DMC is in the cloud I would suggest using CPI. You can add a button on the POD that calls a production process, this production process can call a custom service (API) that you register in the Manage Service Registry app. The custom service would call a CPI API that then calls a BAPI or RFC in ERP.

Technically there are other methods of doing it as well but I think using CPI is the most supportable.

Hope this helps

Kevin

Manu
Explorer
0 Kudos

Hi Kevin,

thanks for your reply, that helps a lot.

Have a great day.

Best regards,
Manuel

Answers (1)

Answers (1)

rahul_kumar_04
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Manuel ,

Another possible approach with MII.

a. Define MII Trx with one input parameter as user status , Configure Trx ERP RFC call which updates the user status.

b. Expose this MII url through Cloud connector and configure MII destination

c. Create a webserver for MII and Import MII trx to service registry

d. Define a custom production process and consume above MII Trx service

e. Define POD button in POD designer and map to the above production process.

Thanks

Rahul