cancel
Showing results for 
Search instead for 
Did you mean: 

Use of MappingTrace Supports

Former Member
0 Kudos

Hi ,

what is the real time use of mapping trace like addwarning & addinfo & addDebugMessage.

there is a trace levee like Traceleve 1,2,3 for addwarning & addInfo has Traceleve 1,2 and for addDebugMessage is Traceleve 1. wht is ths actually means.

if i use this in mapping & view in SXMB_MONI ..? How this can be be acchive,

If possible send some sample code for all the above.

Regards

Shakeif

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A very small sample code could be



MappingTrace trace;

trace = container.getTrace();

trace.addInfo("mapping started");

trace.addWarning("Exception exception caught.");

Once you have set the correct trace level and in your UDF,you have added trace as i have specified above,you can see it in Under "Trace" option when you double click your message in sxmb_moni.

For more information,you can have a look at the below link

http://help.sap.com/saphelp_nw70/helpdata/en/c8/98e7d5c1620642973565ea3dd319d1/frameset.htm

Thanks

Aamir

Answers (0)