SAP Change Documents in RAP – CDS Views, BDEF and Change Document Annotation

In Part 1 of this series we built the foundations — custom tables, a Change Document Object in SCDO, and a clean ABAP wrapper class. Now we take it further. In this second and final part, we expose the same customer object through a full …

How to Implement SAP Change Document

Every SAP project eventually asks the same question — who changed that, and when? SAP Change Documents answer it automatically, writing a detailed field-level audit trail to CDHDR and CDPOS every time your custom data changes. No custom logging table, no triggers, no background jobs. In this …