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: 

Function module for assigning a HU to delivery

aakash_neelaperumal2
Active Participant
0 Kudos

Function module for assigning a HU in HU managed location to a delivery ??

5 REPLIES 5

Former Member
0 Kudos

PROCESS_HU_INBOUND_DLVRY

I had the same requirement and used FM WS_DELIVERY_UPDATE. This allowed me to create the HU (with external IDs) and assign to delivery.

Reward Points if it is useful

Thanks

Seshu

0 Kudos

Thanks for the info .. I am using the same FM but , its not allowing me for a HU managed location!

0 Kudos

Seshu,

would it be possible for you to show how you filled the FM? I have same requirement and cannot get FM to work.

thank you

0 Kudos

Hi Seshu,

I have a requirement to create HU and assign it to inbound delivery

Can u send me the sample code for using the FM

WS_DELIVERY_CREATE

Thanks

Former Member
0 Kudos

Hello,

In FuGrp HU_BASIC_BAPIS               Basic BAPIs for Hus

with F’tn BAPI_HU_CREATE  Create handling unit with items

this creates HU's NOT yet assigned.

After F'tn BAPI_TRANSACTION_COMMIT

You can assign the HU via

F'tn BAPI_HU_CHANGE_HEADER

using the BAPIHUHEADER fields: PACK_MAT_OBJECT & PACK_MAT_OBJ_KEY.

Dirk