GetDdl
Retrieve ABAP DDL source code for a specified view, with support for active or inactive versions.
Instructions
Retrieve ABAP DDL source definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| ddl_name | Yes | DDL source name (e.g., Z_MY_VIEW). |