cancel
Showing results for 
Search instead for 
Did you mean: 

Goods movement in EWM

0 Kudos

Hi,

may I use BAPI_GOODSMVT_CREATE in EWM?

Or is there other bapi/transaction to make goods movement in EWM where I can make it with material, batch numbers, quantity and process order?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

katrin_kraemer
Advisor
Advisor
0 Kudos

Hello Tiru,

BAPI_GOODSMVT_CREATE does not exisit in EWM. It belongs to SAP ERP.

To post goods movements for process orders in EWM you can use the following APIs:

/SCWM/IF_API_MFG_CONSUMPTION

/SCWM/IF_API_MFG_RECEIVING

You can find both APIs in the the class builder (SE24). Both interfaces and their methods are well documented. The documentation also contains example code that you can use as a template for your own code.

The prerequisite is EWM 9.2. There is also documentation available at help.sap.com/ewm.

Best regards,
Katrin

Answers (0)