cancel
Showing results for 
Search instead for 
Did you mean: 

java mapping and sxmb_moni

Former Member
0 Kudos

HI all,

I am using java mapping. Is there any way through which I can post debug messages on SXMB_MONI.

For example I want to send messages like

<b>ENTERING METHOD "Execute".

performing Mapping.

Leaving METHOD "Execute".</b>

to SXMB_moni.

Is there any procedure so that I can send such customized messages in SXMB_moni.

Usually we can send the debug messages or any log messages

on a file , but what can be done for viewing in SXMB_MONI.

Thanks,

Yomesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yomesh,

you can import the following class:

com.sap.aii.mapping.api.MappingTrace

you can use it to send trace data to the intergration server , which you can see in the trace file in SXMB_MONI.

Cheers,

Frank