Outbound Mappers
The IBM® FIN Mapper Pack outbound mappers expect to have access to the information shown in Output mapper context data in Coding output mappers. The output mappers all start with the ISFToFINCommonMapper subflow. It starts with the BeginOutboundMapper subflow and terminates with the EndOutboundMapper subflow. It calls the ISFToFinMapper subflow for the specific message mapper processing in between.

The failure terminal of the BeginOutboundMapper node is connected directly to the EndOutboundMapper node. In this way, if any exceptions occur during the mapping, the EndOutboundMapper subflow records them in the database so that operations personnel can be made aware of the failure.
The ISFToFINMapper subflow is shown in the following figure.

- The configured pre-body mapper (optional).
- The specific target mapper.
- The configured post-body mapper (optional).
The RouteToNextMapper subflow routes the processing to the appropriate body mapper subflows as set by the PrepareRouting node. Processing is returned to this subflow when the back label is encountered at the end of the routing list.
The ComIbmFxhStandardsProcessing subflow performs the MTXML to MT mapping. Mapping failures are emitted by various failure output nodes on this subflow, which are routed to the ThrowSpnException compute node for processing.
The Cleanup compute node records any errors that were detected and ensures that the MT output conforms to the channel specified character set ID (CCSID). If a character set is not specified, the default of 1208 is used. It also removes all processing artifacts from the environment tree upon completion of the mapper service.