cancel
Showing results for 
Search instead for 
Did you mean: 

Are there any extra feature in PI 7.3 (or above versions) for pass through scenario and multiple FTP receiver

anupam_ghosh2
Active Contributor
0 Kudos

Hi Experts,

                    Is there any special feature added for receiver file/FTP  adapter for PI 7.3 (or higher versions) so that we can send files to multiple servers depending on source file name. This scenario will have no IR/ESR objects just pass through scenario. 

In PI 7.1 which I am working currently I can think of java mapping or Adapter module to carry on the task. If you have any other suggestions please let me know.

Regards

Anupam

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Hi Anupam,

I think you can do this using defining condition with context object as below:

anupam_ghosh2
Active Contributor
0 Kudos

Hi Gagandeep,

                         Thank you  for pointing out easy solution which I was ignoring earlier.

Smart work I must say.

Regards

Anupam

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

I not sure but i think you are taking about DIRECT CONNECTION. you have this functionality in 7.1.

take a look to this links if it is what you need.

you will need to model at last the signature of the messages for outbound/inbound in ESR.

later configure the Integration Directory

http://scn.sap.com//people/william.li/blog/2008/02/13/point-to-point-connection-using-abap-in-sap-us...

http://scn.sap.com/docs/DOC-3780

also this option:

model the signature of the messages for outbound/inbound in ESR.

Configure the Integration Directory

1)one BS/BC for each FTP server

2)create the receiver determination. (maybe with routing-rules)

3)create the interface determination (one for each FTP server) with no OM asocciated.

4)Create the Agreements.

Regards

Rodrigo

Message was edited by: Rodrigo Alejandro Pertierra

anupam_ghosh2
Active Contributor
0 Kudos

Hi Rodrigo,

                    Thank you for your kind help and cooperation.

This is indeed very helpful.

Regards

Anupam