cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound delivery confirmation (OBDLV_CONFIRM) with missing Handling Unit

Former Member
0 Kudos

We have a decentralized Warehouse LES (ECC6) with handling unit (HU) management with an idoc interface to our ERP (4.6C).

When we do a goods issue the HU information is sent to ERP in the SHP_OBDLV_CONFIRM_DECENTRAL segment E1BPDLVHDUNITM.

In some cases (<0.1% of idocs) we have issues with the HU data. The HU information is present and correct in the outbound delivery. In all other cases everything works fine.

Idoc error "Packed quantity is zero" In this case the packed quantity (PACK_QTY) and unit of measure (SALES_UNIT, SALES_UNIT_ISO) are not filled when the idoc is created in WMS.

How can i find the cause of the problem?

Note 877728 - "No qty spec for APM in confirmation" does not apply, the problem occurs at the dWMS side, not at ERP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

please check the above link

Former Member
0 Kudos

Thanks but i don't see the relation with [6988133|;

when we finish an outbound delivery with a goods issue, we see in VL03N the correct details and packaging information. There is no obvious mistake here, no error, up to Goods Issue we can change everything.

in some cases when the idoc SHP_OBDLV_CONFIRM_DECENTRAL is created some HU line details in segment E1BPDLVHDUNITM are wrong:


HDL_UNIT_INTO = 0000811193
HDL_UNIT_EXID_INTO = 00000000100000759839
DELIV_NUMB = 0082850567
DELIV_ITEM = 000550
PACK_QTY = 
SALES_UNIT = 
SALES_UNIT_ISO = 
MATERIAL = 000000000000812005
HU_ITEM_TYPE = 1  : Material item

but i should get


HDL_UNIT_INTO = 0000811193
HDL_UNIT_EXID_INTO = 00000000100000759839
DELIV_NUMB = 0082850567
DELIV_ITEM = 000550
PACK_QTY = 3.000
SALES_UNIT = ST
SALES_UNIT_ISO = PCE
MATERIAL = 000000000000812005
HU_ITEM_TYPE = 1  : Material item

or the PACK_QTY is accumulated in another E1BPDLVHDUNITM segment

Edited by: H. TOLBOOM on Nov 2, 2010 4:34 PM