cancel
Showing results for 
Search instead for 
Did you mean: 

doubts

Former Member
0 Kudos

Hi can some one give me the concepts of ..

what is mapping trace, its use, how to work with it, its settings etc

what is multimapping ?

any nice docs on this 2?

tx

kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Kiran,

Mapping Trace as the name implies is used to add Trace to your Mappings.

There are 3 levels of Mapping Trace.

Trace Level 3 --> Shows Warnings , Info and debug Messages

Trace Level 2 --> Shows Warnings , and Info

Trace Level 1 --> Shows Warnings alone.

For graphical mapping, XI add's its own trace to enable you to understand what is happening.

You can use the trace object in the UDf's and Java Mapping to add the trace messages. This is just like System.out.println in any Java Class or object.

http://help.sap.com/saphelp_nw04/helpdata/en/c8/98e7d5c1620642973565ea3dd319d1/content.htm

Regards,

Bhavesh