Posts

Showing posts from August, 2017

Increasing R3trans and tp trace levels for SUM

If R3trans or tp runs in SUM fail and you want to troubleshoot it, you can try increasing the trace level to check the details on f the he failure. For R3trans: 1. Go to folder .../SUM/abap/tmp. 2. Create a text file named R3trans_trc_desc with the one-line content below. level:4 3. Retry the step in SUM to generate log files again. 4. Go back to chek the new log files with more detailed information For tp: 1. Go to folder .../SUM/abap/tmp. 2. Create a text file named tp_trc_desc with the one-line content below. level:4 3. Retry the step in SUM to generate log files again. 4. Go back to chek the new log files with more detailed information  Remove these files after the issue is reproduced. Leaving the trace level high will slow down the upgrade or update.