Show TOC

Logging Using Change DocumentsLocate this document in the navigation structure

Context

Business data objects are changed frequently. We recommend that you log these changes for objects that are critical or susceptible to audits. You may find it helpful, and sometimes necessary, to be able to trace or reconstruct such changes later, for example for investigation or auditing purposes. SAP NetWeaver Application Server (AS) ABAP logs changes to business data objects in change documents.

SAP NetWeaver AS for ABAP does not automatically use change documents for business objects. You must activate the process.

Procedure

  1. Create the change document with Change Document Objects (transaction SCDO).
  2. Activate the change document for the object (transaction SE11).
  3. Generate an update for the object with Change Document Objects (transaction SCDO).
  4. Insert the appropriate calls in the corresponding programs.
  5. View change documents for an object with Change Document Objects (transaction SCDO).