cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use two inbound interfaces for one outbound interface, one is used to create ABAP Proxy

Former Member
0 Kudos

Hi Experts,

I am just wondering is it possible to use two inbound interfaces for one outbound interface, since I have to create an ABAP proxy using one of the inbound interface? if so, what is the steps for creating the PI objects.

Many thanks in advance.

Blue

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Hi Blue,


Yes it's possible with One Outbound and two Inbound Interface.

- Create one Message Mapping for Outbound Message type to Inbound Message type (File)

- Create one Message Mapping for Outbound Message type to Inbound Message type (Proxy)

- Create one Operation Mapping for Outbound Interface to Inbound Interface (File)

- Create one Operation Mapping for Outbound Interface to Inbound Interface (Proxy)

Create ICO with two Receivers (FILE and Proxy)

Thanks!

Former Member
0 Kudos

Thank you very much Justin!

I will try what you suggested!

Blue

former_member186851
Active Contributor
0 Kudos

Hello Blue,

Just to add more, it is possible.

This is called Multimapping, You can even have 2 messages in mapping and execute.

You can add multiple receivers based on condition as well.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Blue

Didn't understand your question. Do you have 2 separate receiver?

Former Member
0 Kudos

Hi Osman,

Thank you for your response!

Yes, I have to two receivers, one is a FTP server, the other one has to go to a ABAP proxy.

Blue