Application Development and Automation 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: 
Read only

BAPI_HU_PACK for Nested HUs ?

Former Member
0 Likes
2,728

Hi,

Does BAPI_HU_PACK work for Nested HUs? If someone has tried using this then please suggest.

I have used it for packing Single LVL HUs which worked great. But its not working for nested HUs.

Thanks in Advance,

Rohit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,758

Hi,

Please check this FM HU_PACKING_AND_UNPACKING.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
1,758

No. Thsi BAPI doesnt work for Neseted HUs. This is for single level HU only.

- Guru

Reward points for helpful answers

Read only

0 Likes
1,758

Hi Guru,

Thanks for an ultra-quick response Which FM, BAPI can I use for Nested HUs. I need those for both Packing and Unpacking HUs.

regards,

rohit.

Read only

0 Likes
1,758

I'm not sure of the FM. Need to check that. Try going to transaction SE37 and put a HU in the selection screen and press F4. That will list you the FMs available for HUs.

- Guru

Read only

Former Member
0 Likes
1,759

Hi,

Please check this FM HU_PACKING_AND_UNPACKING.

Regards,

Ferry Lianto

Read only

0 Likes
1,758

Thanks Guys.

Ferry could you please suggest if HU_PACKING_AND_UNPACKING can be used for Multi LVL HUs. If yes then where do we provide the ITAB with details of the Lower Level Handling Unit. Please provide an example if possible.

Thanks again.

rohit.

Read only

0 Likes
1,758

BAPI_HU_PACK can be used for multi level packing.

PACK_TYPE : 1 for material

2 for packaging material

3 Sub handling Unit

lower_lever_exid = 'handling unit no'.

pack_type = 3'.

pass these variable to item proposal.

pass the main handling unit to HUKEY.

Regards,

Amitav