cancel
Showing results for 
Search instead for 
Did you mean: 

EWM Tables for Pick HU and Ship HU connection

ruturaj
Explorer
0 Kudos
9,999

Hello EWM Experts,

I have a custom EWM transaction to pack a Pick HU into Ship HU. I have to incorporate a validation in this transaction to check if the Pick HU already exists in the Ship HU. Can you please advice which EWM tables I can check to find if the Pick HU is already contained in the Ship HU? (I have checked tables /SCWM/HUHDR and /SCWM/HUREF, however, I cannot find this Pick HU - Ship HU connection).

Alternatively, if any specific function module can be used for this purpose, please let me. Thanks.

Regards,

Ruturaj

View Entire Topic
former_member230160
Active Participant
0 Kudos

Hi Ruturaj,

maybe check function  /SCWM/HU_READ. Use IV_APPL = WME and either use IV_GUID_HU or IV_LGNUM+IV_HUIDENT.

Direct DB selects should if possible be avoided.

Best regards

Markus