sap_read_change_docs_v2
Retrieve SAP change documents filtered by date, user, table, or object class. Use this tool to audit data modifications and identify who changed what in ECC or S/4HANA.
Instructions
Optimized change document query using function modules. Supports additional filtering by table name (TABNAME). Preferred over legacy endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter by user who made changes | |
| date_to | No | End date in YYYYMMDD format | |
| tabname | No | Filter by table name (e.g., LFBK for vendor bank data) | |
| 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 |