cancel
Showing results for 
Search instead for 
Did you mean: 

Find all HU's assigned to a delivery

Former Member
0 Kudos

Hello ,

I want to get all the HU's assigned to a delivery , please tell me the tables or FM which can be used to get these details.

Regards

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Option 1:

use BAPI_HU_GETLIST

give values for

HUOBJECTS-OB = 01

HUONJECTS-OBJKEY = outbound delivery number

HUKEY will be returned with the HU numbers for the delivery

Option 2:

Read table VEKP where VPOBJ = 01 and VPOBJKEY = delivery number (with initial zeros)