Logging Changes to Table Data
As with business objects, we recommend that you activate the logging of changes to table data for those tables that are critical or susceptible to audits. (See the SAP - Audit Guidelines R/3 FI, in Section 4.3.5, for examples of important tables. This document is available at www.sap.com/germany/company/revis/infomaterial/index.epx.) You must also explicitly activate this logging. Note the following:
- You must start the AS ABAP with the rec/client profile parameter set. This parameter specifies whether the AS ABAP logs changes to table data in all clients or only in specific clients. We recommend setting this parameter to log all clients in your productive system.
- In the technical settings (use transaction SE13), set the Log data changes flag for those tables that you want to have logged.
If both of these conditions are met, the database logs table changes in the table DBTABPRT. (Setting the Log data changes flag only does not suffice in recording table changes; you must also set the rec/client parameter.)
You can view these logs using the transaction SCU3.
For more information, also see SAP Notes 1916 and 112388.