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 …

SAP Classification System – CDS Modelling

The SAP classification system allows you to use characteristics to describe all types of objects and to group similar objects in classes. Class and classification are used to find objects more easily later. In this blog, I’ll explain tables and model these using CDS. We will …