SAP BAI, BAI2 flat file format?

This file is used for SAP financial purposes and this does interact mainly with the Banks. Banks have different format like BAI, BAI2 etc. BAI and BAI2 formats differ in their level of information detail. BAI does not separate out the incoming check line items by invoice subtotal reference. Conversely, BAI2 splits the check total into separate invoice references and associated payment amounts. As a result, your hit rate percentage of payment-invoice matching from each transmission is likely to be higher when using BAI2 rather than BAI formats.

Usually how we approach (when we receive the file) is we will read the legacy file with file adapter and then will convert into the BAI file format and drop the converted file on a shared drive. There are standard programs in SAP which picks this file and loads the data in sap. If your client has different structure then the ABAPer may need to change the program accordingly.

The Bai file format you can take a look here:

DOCUMENTATION ON THE FORMAT

Also please look into this help:

Note 86952 - Electronic bank statemt:BAI format (you can see the standard programs here)

NOTES ON BANK STATEMENT

The bottom line is the standard program in SAP expects this format and using PI will make this file from your legacy file

No comments:

Post a Comment