cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI to create handling units in SAP EWM?

scottcarricknwn
Participant
0 Likes
1,124

Is BAPI_HU_CREATE the correct BAPI to use to create Handling Units in EWM or is it specific to ERP handling units? Is there a BAPI to create HU's specific EWM? We have a custom program using BAPI_HU_CREATE to create HU's FOR EWM inbound delivery, however it appears it's pointing to ERP HU number range config, not config in /SCWM/HUID

Accepted Solutions (1)

Accepted Solutions (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Hello @scottcarricknwn 

To my knowledge BAPI_HU_CREATE creates ERP HUs, not EWM ones. It is easy to mix them up when you have embedded EWM deployment. 

EWM HUs can be managed with the /SCWM/CL_WM_PACKING class.

Best regards

Dominik Tylczynski

scottcarricknwn
Participant
0 Likes
Thanks Dominik. That's what I was suspecting. It's interesting that the custom program uses BAPI_HU_CREATE and that works as long as HU's being passes fall within range shown in ERP HU intervals.

Answers (0)