sap_read_change_docs
Query SAP change documents to see who changed what data and when. Filter by user, date, object class, and object ID to trace field-level modifications.
Instructions
Query change documents from CDHDR/CDPOS tables. Shows who changed what data and when. Use sap_discover_change_object first to find the correct OBJECTCLAS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter by user who made changes | |
| date_to | No | End date in YYYYMMDD format | |
| max_rows | No | Maximum rows to return (server limit: 10000) | |
| date_from | No | Start date in YYYYMMDD format | |
| object_id | No | Specific object ID to filter | |
| object_class | No | Change doc object class (e.g., KRED=Vendor, DEBI=Customer, SACH=G/L Account) | |
| include_fields | No | Include field-level changes from CDPOS |