GetTableVersionDiff
Compute a unified diff between two ABAP table versions to compare changes across different version history entries.
Instructions
[read-only] Compute a unified diff between two ABAP table versions, by their content_uris (taken from GetTableVersions entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_uri_to | Yes | Opaque content_uri of the NEW/compare version (from a GetTableVersions entry). | |
| content_uri_from | Yes | Opaque content_uri of the OLD/base version (from a GetTableVersions entry). |