cancel
Showing results for 
Search instead for 
Did you mean: 

Simple sync scenario with abap proxy

former_member192851
Active Participant
0 Kudos

Hi.

How to create simple thing - call sync abap proxy, make in PI some mappings and return message to ERP? I have not third system. I just have ERP and PI.

Now i have sync/async bridge with bpm, but it is complicated.

Just need simple sync scenario with Abap Proxy and PI.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Artem

You can easily try the scenario PROXY sync to SOAP sync.

from ECC you will send two currency as request and get the conversion rate as response.

There are many web sites where you can find the currency converter WSDL.

Download that WSDL and create an inbound service interface in SAP PI.

Then create an outbound service interface in ECC and creates proxy.

http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

Former Member
0 Kudos

Hello,

>> I have not third system. I just have ERP and PI

So, you can create either sync Proxy - PI - RFC(BAPI_USER_GET_DETAIL) OR Sync Proxy - PI -Proxy scenario.

ABAP Proxy outbound program - purchase order send - Community Profiles - SCN Wiki

Thanks

Amit Srivastava