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: 

Creating HU

Former Member
0 Kudos

hi,

Please provide me any BAPI function module to create empty handling unit without linking to materials and another FM to do PGI based on delivery.

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

Try the BAPI BAPI_HU_CREATE.

Regards

vijay

Former Member
0 Kudos

hi,

Using this how to create empty HU without referring to line items

0 Kudos

Hi,

Pass empty Item table(HUITEM). that will create with out items.

Regards

vijay

Former Member
0 Kudos

hi vijay,

We have four parameters to be passed

headerproposal in import

itemsproposal in tables

huitem in tables

itemserial in tables

You mean to say that if i need to create empty HU without linking it to any of the items, it is enough for me to pass only the header proposal, if so how do i update a field called inhalt which is nothing but the contents field in status tab.

Please advise me.

I need to update tracking numbers in the contents field.

if i have 4 tracking number then i need to create four empty hu's.