Monday, 26 November 2012

QRFCTRACE table contains an excessive amount of entries

There is a function module that is used to delete the entries from table QRFCTRACE called 'QRFC_TRACE_DELETE'.
It is possible for customers to write an ABAP program that can be executed in the background and will call this function module.
The other possibility is to delete the trace information in each tRFC queue name separately. When the user is prompted to delete the trace information, you can enter the name of
the queue instead of entering '*'.
Transaction SMQE:






There have been problems whereby the FM QRFC_TRACE_DELETE ends with a time-out error. In this case, it is possible to executed a "truncate" command on QRFCTRACE table.
If you want to stop the table form being populated,you can deactivate the trace via SMQ1>QRFC> Trace> Deactivate Trace.
If you deactivate the trace, it should stop collecting data in table QRFCTRACE.

Related note:

706478 Preventing Basis tables from increasing considerably

No comments:

Post a Comment