cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy capabilities in PI 7.4/PO

Former Member
0 Kudos

Hi,

Currently our project has SAP PI 7.1; we are planning to upgrade to PO/PI 7.4. In existing version we had a few service interfaces developed that were talking to the ABAP proxies on the ECC backend. As I understand that with PO/PI 7.4 SAP is moving out to the JAVA stack only.

Does that mean ABAP proxies can't be used to communicate to the ECC backend from SAP PO/PI 7.4 or do we still have the same capabilities with ABAP proxies in PO?

Please share your thoughts.

Thanks,

Tanmoy (ABAP Developer)

Accepted Solutions (1)

Accepted Solutions (1)

vadimklimov
Active Contributor
0 Kudos

Hi Tanmoy,

ABAP proxy communication is well supported in Java-only installations (PO and AEX). Please use SOAP adapter, XI message protocol for this.

Few examples can be found in , , .

Regards,

Vadim

Answers (3)

Answers (3)

Former Member
0 Kudos

abap proxies are in the backend, ECC. That means they are ofcourse still available. PI is single stack, not ECC.

former_member186851
Active Contributor
0 Kudos

Hello Tanmoy.,

As Other experts suggested you can use ABAP proxies.

Java only installation in for PI, Not For ECC.

So you can use ABAP proxies with soap channel with XI 3.0 protocol.

former_member223322
Active Participant
0 Kudos

Tanmoy,

You can still communicate the backend proxies the same way you did in the earlier version. But the difference is that you will need to use the SOAP channel instead of Proxy channel.

There are several links in SCN on how to setup this.

~Srini