cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cross Delivery HU : EWM -ECC interface

ravihari67
Explorer
0 Likes
1,834

We have a customer with a decentralised EWM 9.5 integrated with ECC.

Multiple deliveries are packed into a single HU(Cross Delivery HU) in the EWM system and the packing information updation in SAP ECC is tried with the BAPI_OUTB_DELIVERY_CONFIRM_DEC.

The packaging updation fails in ECC with the message ' There is already a handling unit && posted for GR without stock” since both the deliveries have a common HU from the EWM system.

Have other organisations integrating EWM 9.5 with ECC come across this issue? Is there a restriction to not use Cross Delivery HU function when EWM 9.5 is integrated with SAP ECC?

Can someone provide an idea how they are handling a business scenario of packing multiple deliveries in a single HU managed in warehouses ?

View Entire Topic
0 Likes

Hello Olga, hello Ravi,

I had the same problem.

I solved it by implementing the BAdI /SCWM/EX_ERP_MAPOUT_OD_CONFDEC in EWM. I check whether it is a cross-HU, if so, I correct the tables ct_bapi_handling_unit_header & ct_bapi_handling_unit_item.

Now I am facing the next problem. In the parcel tracking of transaction VL03n, articles that are packed in a cross HU are output as unpacked. So I have no way of tracking the cross-HU. Does anyone know a solution here?