Ford Orders EDI
From Calidus HUB
Ford EDI is a DHL AA interface, which is a pass-through from DHL Link from SAP.
Content
The content is XML from SAP, containing
- Shipments - the shipment details, plus child nodes
- Ship_unit - the pallets
- ship_unit_row - the pallet and details
- Shipping_line/shipping_line_row - the order line contents
Sample file:
Process
Package DP_FORD_EDI_IN
Process_file_orig - presumably old.
Process_file - presumably new
Basically,
- Finds the order
- Stores the items and contents onto standard EDI tables
- Then processes them to update the order
- Adds Items
- Adds contents
- Generates order lines
Implementation
Create an EDI
- Flow Type: FORD_EDI_IN
- Parameters - none
- Report Values - none
- Parameters - none
Management
Warning: Unknown