Ford Orders EDI: Difference between revisions

From Calidus HUB
(Initial Creation)
 
(Initial Creation)
Line 30: Line 30:
Create an EDI
Create an EDI
<center>
<center>
[[File:EDI-Maintenance-Ford-Orders.png]]
[[File:EDI-Maintenance-Ford-Orders.png|800x800px]]
</center>
</center>
*Flow Type: FORD_EDI_IN
*Flow Type: FORD_EDI_IN
Line 39: Line 39:
==Management==
==Management==
{{Warning}} Unknown
{{Warning}} Unknown
[[Category:CTMS]]
[[Category:Technical Guides]]

Revision as of 11:12, 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