cancel
Showing results for 
Search instead for 
Did you mean: 

SWIFT Payment file header

Former Member
0 Kudos

Hi All,

SAP supports SWIFT file header generation in two ways, with option1 I am unable to achieve the expected result.

SWIFT Supported header

Sender BIC code in block 1 and receiver BIC code in Block 2 start with {1:F01 and close with flower } for each block

Option 1

SAP Standard header

My configuration in SAP.

Structure for the payment program BNK_FPM_SWIFT to create the header file with include structure FPM_SWIFT.

In format parameters, i have maintained SWIFT file format and sender BIC default and receiver BIC from bank key swift code  of the house bank code.

Option - 2 we are able to achieve the result by changing the event module 20 logic for header file generation. But we decided to go with standard option1.

SAP configuration-

Structure for the payment program FPM_SWIFT is assigned, event module 20 read the parameters from the custom table for swift file header which is working fine.

We have created a custom table to maintain the block 1 and block 2 default parameters and swift code of the receiver read from bank key of the house bank.

Please advise how to achieve SWIFT file header with option 1?

Appreciate your help

Regards,

Naresh Garla

Accepted Solutions (0)

Answers (1)

Answers (1)

emoke_suto
Employee
Employee
0 Kudos

Hi Naresh,

I assume you are using the report RFFOM210.
Please check if you can use the exits to implement the requirements:

For the header:
  PERFORM EXIT_914(RFFOEXI2)
For the trailer:
  PERFORM EXIT_915(RFFOEXI2)

Regards,

Emöke

Former Member
0 Kudos

HI Emoke,

No, we have copied standard MT210 message and changed the event modules with our requirement. we have implemented our logic in the event module 20 to call default parameters from z table and sender SWIFT code and receiver SWIFT code from transaction data. Please advise if my approach is wrong in Option 2?

Regarding the exit, I will check and confirm.

Appreciate your help