How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to Track Data Changes in RAP with a Change Logs in RAP.

calendar_today September 29, 2025 person Gireesh_pg1 domain sap-bi-tools

In the RAP model, a change log table provides an efficient way to track modifications without maintaining full historical data snapshots. Instead of duplicating entire records, the main table continues to store only the current business data, while the change log table captures key details about each modification, such as record identifiers, type of change (insert, update, delete), user information, and optional reasons for the update. These entries are written during the RAP save sequence through determinations in the behavior implementation. This lightweight mechanism creates a reliable audit trail that helps with compliance checks, reporting, and troubleshooting, while significantly reducing storage overhead compared to a shadow table that preserves complete data history.

 
 
 
open_in_new Read original post