cancel
Showing results for 
Search instead for 
Did you mean: 

Link to Messaging tool data via ABAP stack

Former Member
0 Kudos

Is there a way to get access to adapter data or the audit log linked to a message id via ABAP class or a FM.

I'm using objects from CL_XMS_PERSIST and CL_XMS_PERSIST_ADM and either of them does not provide the adapter specific status.

I really appreciate any leads in this area.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Parimala

I doubt there is any standard ABAP code available to access the adapter framework, since it runs in the J2EE stack. You might be able to access the information you want via http at http://host:port/mdt/monitorservlet, but this would likely require considerable reverse-engineering on your part.

Regards,

Thorsten