cancel
Showing results for 
Search instead for 
Did you mean: 

MT101 file payload encrypted

Former Member
0 Kudos

Hi Guys,

I have a interface - SAP BCM--->SAP PI----->Swift Network.

We are sending MT101 message from SAP BCM to the Swift Network in the following manner.

MT101 file is generated in SAP BCM.This file is picked using sender file communication channel in SAP PI.

This sender channel is using standard adapter modules provided by SAP

Processing Sequence-

1.     localejbs/swift/FINConversionToSWIFTModule

2.     localejbs/CallSapAdapter

Module Configuration-

          IsNotificationRequested         -     true

          IsUrgent                               -     false

          KeyId                                   -     SWIFT

          UseLocalSecurity                  -     false

The file is then sent to the Swift Network using a receiver file communication channel (FTP location) using a receiver file communication channel (there is no message mapping in the scenario).

The receiver channel uses the same adapter module-

Processing Sequence-

1.     localejbs/CallSapAdapter

2.     localejbs/swift/FINConversionToSWIFTModule

I see that the output file is a XML file (root node "<Saa:DataPDU>") and major part of the data (in the node "<Saa:Body>") is encrypted. In addition to that there is a 6 digit number before the XML data.

My question is:

1. Can i decrypt this file to read the content of the target XMl file? - since i need to test if the complete information is being sent to the target.

2. How can i get the details of these two adapter modules?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have got the answer to my first question:

1. Can i decrypt this file to read the content of the target XMl file? - since i need to test if the complete information is being sent to the target.

Answer: I used the adapter module "FINConversionFromSWIFTModule", this converts a xml v2 format file into MT101 (RJE format).

But i am still searching for any SAP document which gives detail of the the two adapter modules

(1) FINConversionToSWIFTModule and

(2) FINConversionFromSWIFTModule

r_s_kulkarni11
Participant
0 Kudos

Hi,

In the receiver adapter can you change the processing sequesce?

I think the order should be like below.

  localejbs/swift/FINConversionToSWIFTModule       

  localejbs/CallSapAdapter

.