ConfirmDecentral
You can use this method to report back inbound deliveries from a WM system to an Enterprise Resource Planning (ERP) system.
ExampleWhich required data do you need for reporting back? Two examples of how to use the BAPI are explained below: reporting back
the delivery without (quantity) changes of the item data and reporting back the delivery with item data changes.
1. The item data of the delivery is reported back unchanged. HEADER_DATA Header data of the outbound delivery
Field DELIV_NUMB Delivery number HEADER_CONTROL Header control data Field DELIV_NUMB Delivery number Field GROSS_WT_FLG Gross weight reporting flag
DELIVERY Document number of outbound delivery Field DELIV_NUMB Delivery number 1. The item data of the delivery is reported back changed. HEADER_DATA Header data of the outbound delivery
Field DELIV_NUMB Delivery number DELIVERY Document number of outbound delivery Field DELIV_NUMB Delivery number ITEM_DATA Item data
Field DELIV_NUMB Delivery number Field DELIV_ITEM Delivery item Field DLV_QTY Delivery quantity in sales unit of measure or alternatively
Field DLV_QTY_IMUNIT Actual delivery quantity in stockkeeping unit ITEM_CONTROL Item control data Field DELIV_NUMB Delivery number Field DELIV_ITEM Delivery item
Field CHG_DELQTY Change delivery quantity Material number, plant, quantities in floating values, volumes, weightsand their units are copied from the delivery document, if not specified. Error messages are recorded in the BAPI return parameter RETURN with the following message types.
E (ERROR) W (WARNING) I (INFORMATION)
Further Information
If the BAPI is used as an external interface for an external system,the packing hierarchy should be described as usual by using external identification numbers for shipping materials(HDL_UNIT_EXID_INTO/HDL_UNIT_EXID). The fields can be found in theHANDLING_UNIT_ITEM segment. The shipping unit must be copied into the
HDL_UNIT_EXID_INTO field when the system reports back to packing. If batch splits that were created in the ERP are reported back, the hierarchy fields HIERARITEM and USEHIERITM must not contain information. If split items were created in the Warehouse Management
System and reported back, these two hierarchy fields must contain information. If a non-SAP system was used as a decentralized Warehouse ManagementSystem, the IDoc structure must be defined carefully when the returnmessage is constructed. It is very important that the segment sequence must not be altered.
|