cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking enterprise services

Former Member
0 Kudos

Hi,

We have a scenario for an ECC webservice - > PI - > File. We are planning to use a pre delivered enterprise service . How is the webservice invoked by a transaction change? Is it similar to proxy invoking by writing an ABAP code and do the execute->synchronous or something similar. My scenario is any change in the transaction must trigger the enterprise service to PI 7.1.

Teresa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

there are 2 approaches

1) Write custom code for monitoring the Cange & Trigger the Outbound ABAP proxy (Delivered by SAP as per pre-delivered sevices)

2) Configure BAM (Business Activity monitoring) by linking SAP Delivered ABAP proxy with an Event..

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0dd134c-f62a-2b10-5dac-e351693adb32&override...

Blog No: 4868: XI: BAM - Episode I - Introduction

-Siva Maranani

Former Member
0 Kudos

Hi Teresa,

yes the approach is the same as for abap proxies.

If it is a standard outbound ES then the corresponding consumer code is already defined in your system so you only have to define the logical port from transaction SOAMANAGER.

Additionally have a look at the ES workplace in SDN, there you'll be able to find a description of the configuration/customizing needed to trigger the outbound message.

Regards,

Sergio