Ford Orders EDI: Difference between revisions

From Calidus HUB
m (Minor correction)
m (Categorisation)
 
Line 41: Line 41:
[[Category:CTMS]]
[[Category:CTMS]]
[[Category:Technical Guides]]
[[Category:Technical Guides]]
[[Category:DHL Ford]]

Latest revision as of 11:31, 14 August 2025

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

EDI-Maintenance-Ford-Orders.png

  • Flow Type: FORD_EDI_IN
  • Parameters - none
    • Report Values - none
    • Parameters - none

Management

Warning Warning: Unknown