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: 

Handling unit

Former Member
0 Kudos

hi

i have a requirement in which against production order goods movement inbound delivery will be created, after creating delivery

1. Create one handling unit on the delivery using the PackMatl. Pack all the items in the delivery in the handling unit.

2. Set serial numbers in the handling unit

can any one suggest something

4 REPLIES 4

Former Member
0 Kudos

Hi,

1. BAPI_HU_CREATE

2. WS_DELIVERY_UPDATE

Regards,

Ravi

Note :Please mark the helpful answers

0 Kudos

hi i am using the WS_DELIVERY_UPDATE as i have to create , one handling unit on the delivery using the PackMatl and i am having packmatl,

while packing items in HU it is giving error .

CALL FUNCTION 'WS_DELIVERY_UPDATE'

EXPORTING

vbkok_wa = w_vbkok

synchron = 'X'

delivery = w_vbkok-vbeln_vl

if_database_update = '1'

TABLES

prot = t_prot

verko_tab = t_verko_tab

verpo_tab = t_verpo_tab

it_verpo_sernr = t_verpo_sernr

et_created_hus = t_et_created_hus.

t_prot is not initial means error , can you suggest what might be the reason.

former_member188685
Active Contributor
0 Kudos

Hi,

you need to use the BAPI <b>BAPI_HU_CREATE</b> to create the handling units.

Regards

vijay

Former Member
0 Kudos

Hi,

check this thread

<a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="1603558"></a>

Regards

Aswin