cancel
Showing results for 
Search instead for 
Did you mean: 

Dispalaying Trace message in sxmb_moni from UDF

Former Member
0 Kudos

Dear Experts,

This is regarding displaying the Trace produced by User Defined Function in SXMB_MONI.

I ve used a UDF in my scenario and am quite able to see the Warning Message(Trace) in the Test Environment for Message mapping.For that I ve used method trace.addWarning(" Warning Message ").

The TRACE_LEVEL parameter has been set to 3 in SXMB_ADM->Integration Engine Configuration->Edit->Change Specific Configuration Data.

But I'm not getting any Warning Message any where under SXMB_MONI.

Please suggest in this regard.

Regards,

Navneet

Accepted Solutions (0)

Answers (3)

Answers (3)

vijay_b4
Active Contributor
0 Kudos

Hi Navneet,

You may try using Message Bar:

More is here: http://help.sap.com/saphelp_nw04s/helpdata/en/c0/9e0e41a346ef6fe10000000a1550b0/frameset.htm

Plz don forget points, if it helped

Regards,

Pragathi.

Former Member
0 Kudos

Look into RWB --> message Moniroting and check if you can see the message in Message Monitoring. Try various permuations of time, maybe there is some time stamp issue here.

Make sure in SXMB_ADM you have maintained parameter LOGGING with value 1.

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Dear Chandrakanth,

Thanx 4 a grt answer. We set the Logging Parameter to 1 and we are able to see this Trace Message in SXMB_MONI .

Is it possible to see the same in RWB , as in Monitoring, its not always possible to go to SXMB_MONI and open the whole tree.

Pls suggest.

Regards,

Navneet

Former Member
0 Kudos

hi

use the method:

void addWarning

(String message);

which Adds a message message to the mapping trace with the trace level warning.

go thru the below link:

for MappingTrace Object http://help.sap.com/saphelp_nw04/helpdata/en/c8/98e7d5c1620642973565ea3dd319d1/frameset.htm

Note: reward points if solution found helpfull

Regards

Chandrakanth.k