cancel
Showing results for 
Search instead for 
Did you mean: 

Sending information of a file on PI Application Server through a ABAP Proxy

anand_shankar10
Active Participant
0 Kudos

Hi,

I have a requirement in which I need to send information of a file on application server.

I want to send the file name, folder name and folder path through an ABAP proxy.

Kindly guide me how to do it. Also what would be the source system and the adapter being used here.

Little confused and hence need guidance.

Regards

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The sender system uses the File adapter.  The receiver system uses either the XI adapter for dual-stack, or SOAP for java-only stack.

Regards,

William

anand_shankar10
Active Participant
0 Kudos

Hi William,

The file is on PI Application server and I need to run a ABAP program which will send the information about the file name, path and folder name. Just these three entries needs to be sent to PI Integration server and then to a Third Party after some transformation in mapping.

I am looking for options to get this proxy message in PI.

Thanks

Anand

Former Member
0 Kudos

Hi Anand,

You can configure the file adapter to poll a directory/filename on the PI server, instead of sending the name and its location from ABAP proxy.  As soon as the file appears in the directory, it will be sent to the 3rd party.  You can use wildcard in the file name.

Regards,

William

anand_shankar10
Active Participant
0 Kudos

But this is not actually my requirement. I need to send the information about the file and the file will be picked up later. Hence going for the proxy approach.

Hope I am clear about my query now.

Regards

Anand