cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Handling Units

Former Member
0 Kudos

Hi Experts,

We met a problem with delivery processing.

Due to the mistake in packing instruction, we have 14000 handling unit in a single delivery. And when we try to delete all these handling units, we keep receiving runtime errors. Reading from runtime errors, it seems that maximum running time has been exceeded. But we do need to delete the delivery. Can someone advise how to delete all these handling units without causing runtime errors? Thank you very much.

Regards,

Helen

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi,

It may give timing error as the HU are more in this case.

You can try this bapi and then try delete the HUs from the delivery. BAPI_HU_DELETE_FROM_DEL. Deleting through BAPI will be really faster. Once this is done, you can delete the delivery.

You can talk to your developer for feeding the input parameters for this.

Lemme know if this is successful or not.