Process flow

1/ DSR110 manifest # allocation:

  • Finds completed transactions for selected carrier/whs that don’t already have a manifest number.
  • Assigns manifest number (TAMNFN) to these transactions.
  • Con-note (TAPODR) already assigned at dispatch confirmation time (when transaction completed).
  • Writes to DSR110W1 temporary work file
  • Prints con-notes if selected to do so.
  • Calls EDR615A to create download data (see next step).

2/ EDR615A create download:

  • These programs read DSR110W1 temporary work file
  • They use this data to print manifest document and create download information according to specific carrier specifications into EDCNN00P con-note file which has flat file format.
  • Star track program is EDR645. It writes data into EDCNN00P with “STAR” in position 397 of each record.

3/ EDO110 Manifest data download:

  • Checks if any data to send in EDCNN00P.
  • Calls various EDO110x programs for each carrier. These programs take data from EDCNN00P for the particular carrier and write to specific work file.

Program

Carrier

File created

TP Id

EDO110F

AAE

EDO110W1

AAE

EDO110G

Star track

EDO110W3

STAR

EDO110H

McPhee (Obsolete)

EDO110W6

MCP

EDO110I

TNT

EDO110W7

TNT

EDO110J

Ipec

EDO110W8

TOLL

EDO110K

Allied

EDO110W9

ALL

EDO110L

XL Express

EDO110W5

XLE

EDO110M

Vic Express

EDO110W4

VEXP

EDO110N

DFE

EDO110W2

DFE

EDO110O

Hi Trans

EDO110W0

HI

EDO110P

DHL

EDO110WA

DHL

EDO110Q

Mac Express

EDO110WB

MAC

EDO110R

Australia Post

EDO110WC

AP

  • These programs then call EDO110E with TPID parameter (e.g. “STAR” or “VEXP”) to determine FTP, log file and archiving folder variables to be used for this carrier.
    • EDO110E looks up EDSAN00P trading partner id file to get FTP script member details and IP address if access method is FTP.
    • EDO110E looks up TMSDS/EDI-CONM to get IFS folder names for pickup and archive of carrier manifest files.
    • In 7.4 release, uses TMSDS/EDI-FTP for the pickup folder name instead of EDI-CONM (in line with other EDI documents)
    • EDO110E looks up TMSDS/EDI-FLOG to determine member to hold last ftp transmission log information.
  • The EDO110x carrier program then copies the work file to nominated IFS folder/filename, calls EDO110B to send the data via FTP, then calls EDO110D to copy data to nominated archive folder.
    • Note that EDO110B also calls EDO110C to write FTP log information
  • EDO110A then clears EDCNN00P data.