cancel
Showing results for 
Search instead for 
Did you mean: 

How to send EWM Goods Issue from DM API

okakoshow
Explorer
0 Kudos
404

Hi experts,

I was wondering which DM API can trigger EWM goods issue.

I found an EWM goods receipt API here.

https://api.sap.com/api/sapdme_inventory/resource/Goods_Receipts

Could you tell me how to trigger EWM goods issue via API?

View Entire Topic
ManoelCosta
Product and Topic Expert
Product and Topic Expert
0 Kudos
okakoshow
Explorer
0 Kudos

Thank you for answering my question.

Does this API work same as when EWM goods issue is triggered from Workcenter POD ?

https://help.sap.com/docs/sap-digital-manufacturing/execution/component-consumption-work-center-pod-...

Jielinx
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi okakoshow,

I think it depends on your specific use case. The goods issue API in WIP Activities is the EWM WIP Goods Issue API which works only in WIP scenarios. For more information, see EWM WIP Handling.

If you want to post general EWM GI, it's recommended to use below goods issue API which works for both IM and EWM cases:

GI API.png

Best,
Jielinx

okakoshow
Explorer
0 Kudos
Hi Jielinx, However I use production order, not process order. So I thought I couldn't use that API. Is my understanding correct? Best, okakoshow
okakoshow
Explorer
0 Kudos

Hi Jielinx,

However I use production order, not process order.

So I thought I couldn't use that API.

Is my understanding correct?

Best, okakoshow

Jielinx
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi okakoshow,

This API actually works for both process orders and production orders. But I noticed that you want an API that works the same way as the Work Center POD, then you may try the one in the Assembly API package: POST /assembledComponents. It's for production orders only.

Best,
Jielinx