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

Difference between GUID Parent and GUID stock and DOC ID in SAP EWM

5,313

I am trying to find to which fields GUID parent or GUID stock or DOC ID refers to whether they referring to source HU or destination HU or delivery ? these fields i observed in output internal table(HU_ITM) of /SCWM/HU_READ function module.

Accepted Solutions (1)

Accepted Solutions (1)

LaurinPS
Explorer

Hi,

the GUID_PARENT is the identification for the location where the quant is located. That can be a Handling-Unit or a location (which is a dummy HU).

GUID_STOCK0 is basically the GUID_STOCK but the field STOCK_CNT has the value 0. GUID_STOCK0 is usually used for getting the available quantity or cases for which you don't need to know the reference to a delivery.

GUID_STOCK with combination STOCK_CNT will tell you the refernce. Also see table /SCWM/STOCK_IW03

Answers (1)

Answers (1)

0 Kudos

Thank you for the answer.

GUID_PARENT in above screenshot its referring to document ID(delivery), i have verified this by providing this document ID in table /SCWM/WAVEITM/. Are you saying that delivery could be the location ?

I see the table /SCWM/STOCK_IW03 has source HU GUID can we find closing HU details in other table ?