cancel
Showing results for 
Search instead for 
Did you mean: 

Lost Document

Former Member
0 Kudos

If a Purchase order message got failed at XI for some reason before reaching SAP R/3 tables, then where is it stored in XI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

It will be stroed in the Archive log of the XI. You can retrive the Data as well as log details for it.

can retrieve the list of XML messages via RFC function module SXMB_GET_MESSAGE_LIST, but I didn't succeed in finding a function module to retrieve the content or the associated XMLs to this messages.

The SXMB_GET_MESSAGE_LIST returns a list of the message and pipeline-IDs as well.

Please check out these tables:

SXMSPMAST, SXMSCLUP, SXMSPCLUR

The last two are cluster tables and you won't get XML messages directly from them, have a look inside them

BTW if you want to get XML messages the best way would be to use the same classes that SXMB_MONI uses

http://help.sap.com/saphelp_nw04s/helpdata/en/f5/d347ddec72274ca2abb0d7682c800b/frameset.htm

Thanks

swarup

Edited by: Swarup Sawant on Jun 6, 2008 7:53 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Do u want to information of messages of SXMB_MONI.

There is a function module which gives the information of SXMB_MONI messages.

SXMB_GET_MESSAGE_LIST

Please reward points if it helps

Thanks

Vikranth

Former Member
0 Kudos

hi,

There is a function module SXMB_GET_MESSAGE_LIST through which you can get the messages in SXMB_MONI.

Or

Try running sxmb_moni in debug mode and see all the tables it is using or set the DB performance analysis and see all the db calls.

Check this thread also:

regards

chandrakanth