CheckReleaseState
Check the SAP release classification of a CDS view to identify its API state, successor, and extensibility before planning remediation.
Instructions
Check the SAP release classification (Level A/B/C/D) of a CDS view. Returns the API state, official successor, base view, and extensibility information. Use this before remediating to understand what needs to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLines | No | Maximum lines to return (1-100000). Omit to request the rest; the byte cap may return fewer lines. | |
| startLine | No | 1-based line number to start from (default 1). Beyond EOF returns an empty page with hasMore=false. | |
| cds_view_name | Yes | Name of the CDS view to check (e.g. I_CostElement, I_GLAccount) |