cancel
Showing results for 
Search instead for 
Did you mean: 

How sxmb_moni is displaying the messages

Former Member
0 Kudos

Hi,

I want to know how sxmb_moni is displaying the error information.

when messages are listed and we select one error message.If we click error_information button it displays a pop up with detailed errors.

Can some one please tell me from where it retrieves the messages. is it from any data base table.

I have debugged standard program with out any clue

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ravi,

I think in your inbound proxy, you are filling and raising the fault message as exception whiling implementing the method of your inbound proxy.

Hope this helps.

Regards,

Samir

Former Member
0 Kudos

Hi samir,

you are right as i am calling the cl_proxy_fault and passing the exception class name.

But my requirement is can i know where this error messgae will get stored.

I feel tht unless it stores in database table it will not display the message in sxmb_moni.

( Here i am talking about additional error information )

Please correct if i am wrong

Edited by: ch_ravi_sap on Feb 17, 2012 12:43 PM

Former Member
0 Kudos

Hi,

This is the perfect source you are searching for.

[http://wiki.sdn.sap.com/wiki/display/Snippets/PIMonitoringFunctionality-FetchingDatafromSXMB_MONIStandardTables-PartI]

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Hello,

Check XI data base tables from below link.

http://wiki.sdn.sap.com/wiki/display/XI/XI+Tables

http://wiki.sdn.sap.com/wiki/display/XI/PIArchivingConceptual+Overview

Edited by: phani kumar on Feb 17, 2012 7:59 AM

Former Member
0 Kudos

Hi Phani kumar,

Thanks for the reply.I am talking about description of messages.

Like " Enter the purchasing group between 10 and 20 " .

So where this description will get stored for each and every error message.

Former Member
Former Member
0 Kudos

Further information :

If we double click on the message it displays a screen DISPLAY XML MESSAGE VERSIONS.

go to CALL INBOUND PROXY --->PAYLOADS -


> CLICK ON Main document ( application / xml )

data appears on right hand side bottom (under Fault text)