cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI /SCWM/MFG_RECEIVE_HUS_EXT to Receive HUs for EWM MES integration

aachu_achary
Discoverer
0 Kudos
203

Hello,

SAP has provided standard function module /SCWM/MFG_RECEIVE_HUS_EXT to Receive HUs for EWM MES integration. Also EGR is mandatory for this BAPI.

This BAPI was working fine while using decentralized EWM as we create EGR . But in embedded EWM this BAPI was not helpful to receive HU's from production. Any suggestion on how to receive HU's from MES in embedded EWM without EGR .

Help is highly appreciated

View Entire Topic
p_gilliland
Newcomer
0 Kudos

Hi,

You can use the interface /SCWM/IF_API_MFG_RECEIVING method RECEIVE_HU. 

Method REVERSE_HUS is also available in this interface.

Best Regards

Paul

Emmanuel_Miret1
Explorer
0 Kudos

Hi,

We are using /SCWM/MFG_RECEIVE_HUS_EXT without any problem in S/4 with EWM embedded.

Regards,

aachu_achary
Discoverer
0 Kudos
Thanks Paul for the comment. If you see the documentation of function module /SCWM/MFG_RECEIVE_HUS_EXT, it says "This function module invokes the method RECEIVE_HU of the API "/SCWM/IF_API_MFG_RECEIVING" (check documentation of this method) that enables you to receive packed products from production in handling units.". So this is same.