IBM Sterling B2B Integrator Generic Deenvelope service MT example
The Generic Deenvelope example demonstrates how to transform a MT103 STP message into a single credit transfer positional (flat) file.
The positional file has a 'one line' per record format and terminates with a newLine. Each record consists of data elements which are delimited by horizontal tabs HEX"09". The first record in the file is reserved as the header record, and each record is separated by a 45 character broken line. Each data element within a record was designed to match corresponding SWIFT FIN MT tag fields that makes up a MT103 STP message body.
The Generic Deenvelope service MT example files install into the following directory: install_dir/packs/financial_payments_vnnn/mt/examples/sterling/services/generic_deenvelope.
The source for this type of map is the mt103+_to_credit_transfer , and
the map is called mt103_plus_to_crdt_xfer_flat.
- Input 1 (mt103_plus) – This card is used to represent the SWIFT MT103 STP data file.
- Output 1 (single_credit_transfer_flat) – This card retrieve all data element that match corresponding positional credit transfer element fields.