cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve element from Dynamic Configuration (Response)

Former Member
0 Kudos

Hi Guys,

trough SXMB_MONI you can see messages with all detailed information.

What I need to find is a way, how to retrieve some of them from report (ABAP).

During my research I found articles how to fetch data from SXMB_MONI standard tables.

(Fetching Data from SXMB_MONI Standard Tables - Part I, II, III)

But still I can't find way how to access data from SOAP Response / Dynamic Configuration.

[>>> see here <<<|http://www.stooorage.com/show/1080/5416734_dynamconf.jpg]

Could you help me please?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So

Any ideas?

Former Member
0 Kudos

Hi Marek,

Here's your solution: [How-to enrich XI monitor's output|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/10384] [original link is broken] [original link is broken] [original link is broken];.

Regards

Mickael

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Mickael,

great link 10 points for you.. THANKS!

Marek

Former Member
0 Kudos

Hi Mickeal,

at first, thank you for your answer.

I don't know, maybe by misunderstanding, but I think I need something else..

I need to find by concrete message ID what SOAP response (DynConf. part) was recieved, after processing of message. (statistics reason...).

But I can't find in which SAP tables that kind of information is stored.

Marek

Edit: @Kesava123: As you can see at picture, I know how to create dynamic configuration. I don't know how to retrieve it afterwards from tables Anyway, Thanks also to you for answer.

Edited by: Marek Vinc on Jan 18, 2012 4:11 PM

Former Member
0 Kudos

Sorry, you're right Marek

That's my fault, sap help is for an abap mapping (so in runtime process), but it's not to retreive the Dynamiconfiguration info after the treatment in a report like yours. Good question !

Maybe by debugging the SXI_MONITOR on a specific MessageId (see tab "advanced selection criteria").

Mickael

Former Member
0 Kudos

Hi Marek,

I remember some time ago I was playing with payloads. If you retrieve the message payload from the tables I think you will have the all the information including trace and the dynamic configuration.

It might be worth to try that there is a lot of nice info here: [http://wiki.sdn.sap.com/wiki/display/Snippets/PIMonitoringFunctionality-FetchingDatafromSXMB_MONIStandardTables-PartII]

Former Member
0 Kudos

Hi Ciochina,

the loop is looped... Marek does reference to this wiki to ask his question... so... )

Mickael

former_member303666
Active Participant
0 Kudos

Hi Marek Vinc,

Check the below link for rererence. This will slightly help you.

Former Member
0 Kudos

Hi

See this [SAP help|http://help.sap.com/saphelp_nwpi711/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm] for the abap code (and also a link for the Java).

Mickael