Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

hi

can anybody suggest me which BAPI can be used to create a HU and pack one HU under one more HU and update the delivery?

1 REPLY 1

Former Member
0 Kudos

BAPI_HU_CREATE

BAPI_HU_PACK

Check out BAPI_HU_CREATE to create a HU and then BAPI_HU_PACK to pack it. There are also BAPI's to unpack and repack HU's.

WS_DELIVERY_UPDATE or WS_DELIVERY_UPDATE_2

Reward if useful.