cancel
Showing results for 
Search instead for 
Did you mean: 

AL11 directory integration with SAP PI

Former Member
0 Kudos

Hi All,

I need to built one interface where XML file will be placed in AL11 directory that file needs to be picked up in PI and need

to sent to bank portal through http request (bank should receive an XML file) , and in return Bank will give  https response that needs to be captured in PI and a file needs to be generated in AL11 directory.

Kindly let me know how to achieve this ,its bit urgent.

Regards

Vidya Sagar Manda

Accepted Solutions (0)

Answers (2)

Answers (2)

nitindeshpande
Active Contributor
0 Kudos

Hello Vidya Sagar,

In addition to the things Raghu suggested. After mounting the directory on to the PI system, ensure the directory where your Bank files will be based has full access for the SIDADM user id of your PI system.

SID is System ID of your PI system. This SIDADM user id will pick the files from AL11 folder when you use NFS File Sender channel.

As you are already getting XML file, please do a one-to-one mapping and send the data to the Bank. As your sender is File which is asynchronous and your Receiver is HTTP and you are getting synchronous response from the Bank, you need to use Async-Sync Bridge to handle the response and use File receiver channel to drop the response file in your AL11 ECC directory.

http://saprainbow.com/wordpress/wp-content/uploads/2015/06

/AsyncSync_and_SyncAsync_Bridge_without_BPM.pdf\

Please let me know if you need more help on this.

Regards,

Nitin

former_member186851
Active Contributor
0 Kudos

Hello Vidya,

Mount AL11 directory in SAP PI and use NFS protocol to place the file in AL11 directory

Refer the below discussion(Reply by Anand),Your basis team should help in that.

https://scn.sap.com/thread/3769252