Deployment examples > BAI2 > About deploying BAI2

Deploying FEX for BAI2

About BAI2 message handling

Delivered add-ons for BAI2

About BAI2 message handling

BAI2 standards define a single Cash Management message type. To transform and route this message type, Integrator parses the message to an Inhouse Business-Document.

To enhance BAI2 message processing, FEX provides two Integrator Java Message Components (JMCA JMC is a utility program for Integrator written in Java language, that resides on the Integrator Server and that you can select to use in any integration running on that server. JMCs extend the standard functions of Integrator.).

Related documents

Delivered add-ons for BAI2

Integrator JMCs for BAI2

BAI2 Receive JMC

The JMC that provides processing for input messages is JMC_SFEX_BAI2_Receive.jar.

This JMC applies the following modifications to the BAI2 message to prepare it for parsing to an Inhouse Business-Document:

BAI2 Send JMC

The JMC that provides processing to prepare for sending messages is the JMC_SFEX_BAI2_Send.jar.

This JMC applies the following modifications to the output Inhouse Business-Document to prepare it for parsing to a BAI2 message structure:

Additionally the BAI2 Send has the capacity to read the following set of attribute fields:

DECLARE PUBLIC RECORD Bai2

{

DECLARE PUBLIC FIELD $BAI2_FixedLength INTEGER;

DECLARE PUBLIC FIELD $BAI2_DebugLevel INTEGER;

DECLARE PUBLIC FIELD $BAI2_Padding STRING;

}

If you set these fields, you can override the values defined in Integrator.

To set these parameters, you must copy the file sfex_att_bai2.s4h (delivered in the FEX installation package) to the Integrator Server directory $CORE_ROOT/local/config/attribute

Using this Attribute is not mandatory, but makes the JMC use more flexible: instead of using the static Composer-set parameters, you can, as part of a previous Mapping step, set values for these parameters.

Integrator Business-Document for BAI2

The FEX installation package includes an XML file that enables you to generate the BAI2 Cash Management Balance Reporting Business-Document in Composer.

The name of the file is Business-Document.bai2.xml.

Example Integration-Process

The FEX installation package includes an XML file that you can import to generate an example Integration-Process for BAI2 message handling.

This Integration-Process:

To work with this Integration-Process, refer to Configuring an Integration-Process for BAI2.

Related topics

BAI2 general implementation procedure