cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create a SAP report for all messages displayed inRWB

Former Member
0 Kudos

Hi All,

We are planning to create an SAP report (in XI or R/3) which will display the status of all the messages in the XI adapter engine. I wish to know if this is possible and if yes, then can someone throw some light on it.

<b>Scenario:</b><u></u>

Inbound XML messages are coming to XI from legacy system and finally are sent to R/3 from XI.

In R/3 and XI we have SXMB_MONI or SXI_MONITOR to see the overall status of the message pipeline. However if there are some adapter issues, the messages are stuck in the adapter and never get shown on SXI_MONITOR. Only way to see these messages is through RWB.

So can we create a report in R/3 or XI which displays such messages stuck in RWB .

Appreciate your response on same.

Thanks and regards

RK

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

rajiv

yes it is very much possible to acieve it....all u need to use is a f/n for reading messages in sxmb_moni

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

alerts can be triggered for RWB errors also. So when it is triggered there will be an entry in tables related to alert. from there u can read and make use of it in a table. there are workaorunds which we need to explore. to read the text from sxmb_m,oni there are f/n mod aviable...not able to get one but can be found in debuggin

Former Member
0 Kudos

Rajiv,

NO .It is not possible as it based on JAVA Stack.

Regards

sreeram.G.Reddy

prabhu_s2
Active Contributor
0 Kudos

also check for the tables like SXMSPMAST ...from here also u can read the messages