cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to export Message Status overview automatically

Former Member
0 Kudos

Hi All,

We have to send report of all the interfaces on hourly basis. It should contain interfaces with zero message flow. So we export the hourly report manually and give as input to ABAP program which prepares the required data and send it via mail.

We are now manually downloading it. Is there any method to automate the same. We are using PI 7.4 with single stack configuration

Any help would be appreciated.

Thanks and regards

Siji Anup

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Siji,

Refer the below link and see if if helps

Answers (1)

Answers (1)

vadimklimov
Active Contributor
0 Kudos

Hello Siji,

You may have a look at MessageOverviewQueryServlet, which you can use to query SAP PI's Adapter Engine for statistics on processed messages. Refer to blogs and for examples of its usage. Following this approach, you will still have to develop a consumer side, but you will be equipped with SAP standard functionality on provider side to collect this kind of data.

Alternatively, if you already make use of Solution Manager, you may want to check PI Technical Monitoring functionality (being a part of Technical Monitoring workcenter) that provides SAP standard dashboards and graphical visualization for message processing statistics. Following this way, you will need to customize central technical monitoring for the PI system in Solution Manager, which is SAP standard functionality, but requires extra configuration steps to be undertaken. Refer to as a good starting point describing this approach.

Regards,

Vadim