cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent : FM to delete assignment of a HU from inbound delivery(VL32N)

Former Member
0 Kudos

Hi Experts,

Greetings for the day...

Presently I have a requirement in my program.

I need to unpack HU(Handling Unit) and delete HU's Current Assignment from the inbound delivery(VL32N).

After deleting the current assignment from VL32N, I should be able to view the HU in tcodes : HUMO and HU02.

For deleting assignment presently I'm using FM : BAPI_HU_DELETE_FROM_DEL.(which is actually deleting the entire HU instead of deleting it's assignment)

But when I goto tcodes : HUMO and HU02, the deleted HU is not visible.

I have debugged the standard process, but not successful in finding the correct FM.

Kindly provide me some more inputs.

Please respond ASAP.

Thnks,

sasi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Instead of deleting HU assignment, did you try to unpack the HU using BAPI_HU_UNPACK?

Regards,

Former Member
0 Kudos

Hi Shivaram,

Thanks for the reply.

I have already tried with this FM : BAPI_HU_UNPACK.

This doesn't work HU's tied to Inbound Delivery(VL32N).

It only works for HU's which are independent from Inbound Delivery(VL32N).

I have already unpacked the HU using WS_DELIVERY_UPDATE.

But not able to delete it's Current assignment.

Really thanks for your reply.

Please provide me some more FMs/BAPI/BADI...

Thanks,

Sasi.

Shiva_Ram
Active Contributor
0 Kudos

I have not worked on these type of requirement, hence checked for OSS help. Can you check OSS Note 581282 - Packing of deliveries via BAPI or function module  and the suggested FM WS_DELIVERY_UPDATE for your scenario?

Regards,