cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing NWA message monitoring as web service?

Former Member
0 Kudos

Hello experts.

Regarding the nwa: SOA->monitoring->message monitoring

I need a way to expose this search (and specially - the user defined search criteria option) as a web service.

Is there a standard web service that SAP provides for this option?

If not - can it be exposed by some tool? what are the tables that the message IDS and filter values are being stored at? (in the ABAP part it is: SXMSPDATA  - but I need the java part)

Thanks,

Imanuel Rahamim.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Is there a standard web service that SAP provides for this option?

I don't think it's there in 7.31

>>>If not - can it be exposed by some tool?

I'm sure it can but you'd have to run a trace to find out the tables which are being used

Regards,

Michal Krawczyk

Former Member
0 Kudos

I have found the table - it is called: XI_AF_LMS_DATA

What I think of doing - is just use a JDBC lookup in the PI table in the mapping.

I'll just build a sync RFC function from the ECC - that will trigger the JDBC lookup and return the values of the MSGGUIDs.

I would be happy for your opinion \ notes on making a better scenario.

Thanks,

Imanuel Rahamim.

Answers (0)