GetCDSView
Retrieve CDS view DDL source code with optional paging for large views. Specify start line and max lines to fetch only needed portions.
Instructions
Retrieve CDS view (DDL source) source code. For large views, use startLine/maxLines to page through the source instead of retrieving it all at once.
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 (DDL source name, e.g. I_CURRENCY) |