Outbound maps
The outbound maps are used with the ITX Outbound Integration flow. It calls the map that
is specific to the SWIFT message type that is to be created.
The SWIFT message type maps are named:
MT200OBfor MT 200 messagesMT202OBfor MT 202 messagesMT203OBfor MT 203 messagesMT204OBfor MT 204 messagesMT210OBfor MT 210 messagesMT900OBfor MT 900 messagesMT910OBfor MT 910 messagesMT920OBfor MT 920 messagesMT940OBfor MT 940 messagesMT942OBfor MT 942 messagesMT950OBfor MT 950 messagesMTn98OBfor MT n98 messagesMTn99OBfor MT n99 messages
The map creates block 4 of the SWIFT message, and then calls MapAddenda to create blocks
1, 2, 3, and 5. After the SWIFT message is created, and if the user requested that the message be validated in
the Channel table entry, the map calls
../FTM_Pack_SWIFT_MTyyyy/maps/validate_messages, where
yyyy is the SWIFT release year. It in turn calls the Java™ Verification Component to do the validation. The results are returned to the map. If the message
failed validation, the map exits and the message follows the error path through the rest of the integration
flow.