cancel
Showing results for 
Search instead for 
Did you mean: 

Pick HU error

Former Member
0 Kudos

Hi Guys

I have a problem with Pick HU

Contents tab

Line identification Outbound delivery and line item number populating.

But

Iam not able to get Material Number and packed quantity,description of a part

Which table this information available

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The table which stores the HU is VEKP - Header Table VEPO - Line Items Table

The TO information would be stored in LTAK - Header table

LTAP-Line Item

LQUA, LEIN stores information about WM stock and SU information respectively.

Regards,

Kumaran

Former Member
0 Kudos

Thanks for prompt response

Please provide table where HU Tree is stored

Thanks in advance

Former Member
0 Kudos

It would be stored in VEKP and VEPO. The HU number is stored in field EXIDV. Logic needs to be written to retrieve in the tree format.

BAPI_HU_GETLIST Function Module can be used to retreive the HU list. In this FM pass the following parameter :

NO TEXT = ''

ONLYKEYS = ''

HUNUMBERS = top level HU.

Thanks

Kumaran

Answers (1)

Answers (1)

Former Member
0 Kudos

LTHU - Assignment of Pick-HUs to Transfer Orders

VEKP - Stores the Header Handling Units.

VEKP-VENUM = Internal Handling Unit number

VEKP-EXIDV = Handling Unit Number

VEKP-VPOBJ = Tells you which object the Handling unit was assigned to.

VEKP-VPOBJKEY = Tells you the object number (eg:Delivery number)

VEPO - Stores the Item Handling Units.

VEPO-VENUM = Inernal Handling Unit Number.

VEPO-UNVEL = Lower level HU. (If you have a nested HU, then that will be here, otherwise empty)

VEPO-VBELN = Delivery Number

VEPO-POSNR = Item Number.

Note: If the Handling unit was packed with item, then only you can see this data.

Compare the VENUM fields to get the data.