on 2022 Apr 12 10:54 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.