cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Engine messages details in PI Database

Former Member
0 Kudos

Hi All,

I found a table BC_MSG where I can get the details of the messages processed in adapter engine. I would like to know if there is any such table which holds the details of the messages processed in Integration Engine.

We are in PI 7.31 SP16.

Regards,

Sailaja Yella.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Sailaja,

I assume your PI is a dual stack, these tables are in PI 7.3 as well:

XI Tables - Process Integration - SCN Wiki

Useful ABAP tables in SAP XI - Process Integration - SCN Wiki

Regards.

Former Member
0 Kudos

Hi Vila,

Thanks for your reply.

Yeah, mine is dual stack. I have implemented Function module to fetch Integration Engine message details from the tables.
We can import this function module as RFC and use it in PI interface.

But, I would like to do it through JDBC adapter,Is there any table in data base which holds Integration engine message details?

If so, I can connect to Database with jdbc adapter and can get details of the messages processed in Integration Engine.

Best Regards,

Sailaja Yella.

vadimklimov
Active Contributor
0 Kudos

Hi Sailaja,

Integration Engine is already shipped with standard APIs that can be used to retrieve information about processed messages, no need in retrieving it using direct access to database tables or developing custom functionality on (well, unless standard APIs don't fulfil your requirements). Please have a look in a blog written by  , it contains very good explanation of those APIs.

Regards,

Vadim

Answers (0)