cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_IFR versus SXMB_MONI

Former Member
0 Kudos

I noticed SXMB_MONI retrieves all of the messages from the Integration Engine, which is written in ABAP and tables (SXMSPMAST) are stored locally in SAP instance. However, the SXMB_IFR shows you messages from Integration Engine and Adapter Engine. Is there a SAP table that shows errors that occures in Adapter Engine? If no, how do I access these tables from ABAP?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Is there a way from SAP ABAP side to access the Java stack (stores the adapter engine message) in Adapter Engine? Class?

Thanks

Chris Hitzke

Former Member
0 Kudos

Hello Chris,

You mean, The sxmb_ifr means that you are looking mesages in RWB, in that case you can see AE messages. But AE resides in AS-java, so there are no tables you can access from ABAP stack.

Thanks,

Srinivas

prateek
Active Contributor
0 Kudos

<i>SXMB_IFR shows you messages from Integration Engine and Adapter Engine.</i>

I dont think so. sxmb_ifr is used for starting the Integration Builder from ABAP stack.

<i>Is there a SAP table that shows errors that occures in Adapter Engine?</i>

Adapter Engine resides on Java stack. So i think no SAP table is updated.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Is there a way from SAP ABAP side to access the java stack for the Adapter Engine? Class?

Thanks

Chris Hitzke

prateek
Active Contributor
0 Kudos

Havent seen any such method.

Regards,

Prateek