Mapping inbound EDI #204 transaction sets

The input schema file is ANSI X12 Standard..

The schema file installs with the imported project.

The type_tree is installed in this directory:

install_dir\packs\supplychain_edi_vn.n\x12\examples\ansi

The output type tree file is bol.mtt, and is installed in this directory:

install_dir\packs\supplychain_edi_vn.n\x12\examples\ansi\editobol

The input type of the executable map is Partner X12 Inbound Transmission.

The output type is File, which is your file that contains any number of bills of lading. Each bill of lading is composed of one header record and many detail records. Each header record has several fields, including repeating sets of name and address information. These sets are defined in the schema as a single object called NameSet, which is used three times. The detail record object contains five fields. These records are fixed-length records, where every field is mandatory and no delimiters are used. Header records are initiated by 01, and detail records by 02.

The output file is made up of BillOfLading(s). The EachBOL functional map maps each #204 transaction set to the output bill of lading.