cancel
Showing results for 
Search instead for 
Did you mean: 

Trace Level in Message Mapping

Former Member
0 Kudos

Hi

In message mapping, what is the use of Trace Level(Warning, No trace, Info, Debug, All) ?

---srini

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Srini,

Please refer the link http://help.sap.com/saphelp_nw70/helpdata/en/3b/c18c4037fba62be10000000a1550b0/content.htm

Please read the below link in order to utilize those functions.

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

Best regards,

raj.

Message was edited by:

Raj

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi raj,

setting trace levels in the test tab is fine. But if I want to test any specific UDF written in the Mapping how can I achieve this? like we use F5, F6 and F7 in ABAP dubugging for step by step analysis...

Former Member
0 Kudos

Hi,

No information about the trace is displayed.

Warning

Trace messages are displayed that you have written to the trace by means of the addWarning() method.

Info

Trace messages are displayed that you have written to the trace by means of the addInfo() method.

Debug

Trace messages from the message mapping runtime and so on are displayed that you have written to the trace by means of the addDebugMessage() method.

All

All trace messages displayed

Regards

Hemant

Award points if find helpful

Former Member
0 Kudos

Hi,

No Trace: No information about the trace is displayed.

Regards

Hemant