cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI - /SCWM/MFG_CONSUME_ITEMS_EXT -Execution Error -MII Scenario

former_member563943
Participant
0 Kudos

Hi All,

While we try executing the BAPI- "/SCWM/MFG_CONSUME_ITEMS_EXT" we get error - Manufacturing order 1001XXX not found in warehouse XXXX"

The reservation is created and in place, WM staging is done and OBD is in place., Expected Goods Receipt(EGR) is in place.

Anything missing , please let me know .

Regards

Preeti.SS

View Entire Topic

Hi,

You have to pass Order Number Field (ORDER_NUMBER) with Leading Zero's when you are making JCo call from MII. For example

Expression for 
SAP_JCo.Request{/_-SCWM_-MFG_STAGE_EXT/INPUT/IT_STAGE_SINGLE/item/ORDER_NUMBER}
as
format("1001000", "000000000000")

Thanks,

Selva