cancel
Showing results for 
Search instead for 
Did you mean: 

SAP message mapping

Former Member
0 Kudos

Hello,

Why do we monitor message mappings error on ABAP stack : sxmb_moni since the mapping is converted into jar file in the background within SAP ,so why we dont monitor in java stack : RWB ? I am just bit confused. Could someone explain?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

We monitor the Pipeline steps in ABAP stack (SXMB_MONI).....one of which is Interface Determination.

As Interface Determination inturn refers to the mapping program we are able to see it there.....actually a JRFC call is maintained between ABAP and JAVA stack through which the data passes between these two components

Regards,

Abhishek.

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Nitin,

To start with the concept, Transaction SXMB_MONI is a monitoring transaction that runs on ABAP stack and is used to monitor the pipeline steps in IE.

Whereas RWB runs on Java stack of XI. In RWB you can monitor message on Integration server and Adapter Engine as well.

Messge mapping is determined in the ABAP pipeline steps and hence it is monitored by using SXMB_MONI.

Besides over all message monitoring, RWB provide facility of Component Monitoring, End-to-End Monitoring , Performance Monitoring, Alert Configuration etc.

For your reference also refer to Siva's blog to have a better understanding on the message flow:

[Blog On Message Flow|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1717] [original link is broken] [original link is broken] [original link is broken];

Warm Regards,

Anshul