cancel
Showing results for 
Search instead for 
Did you mean: 

How logging can be implemented in SAP PI ?

Former Member
0 Kudos

Hi Experts,

How logging can be implemented in SAP PI?

How can a developer can use logging effectively by using SAP PI?

where these logs will be stored and which location? can developer can access these logs?

what is the max size of the log file ? and how to assign this size? suppose if the log file is some 1kb then, new log file will be created and the previous log file is backed up..........

Rega

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, Rega:

Please check the following SAP Document:

Logging and Tracing

http://help.sap.com/saphelp_nw04s/helpdata/en/64/0b59010a65de44be4f26cb57b9580d/frameset.htm

In ABAP, you can use UDF to get trace object, then you can write to your message to trace.

In J2EE engine, you will need log viewer to access the log file. The file location has been given in above link.

Regards.

Liang

Answers (0)