GetView
Fetch the definition of an ABAP view, choosing between active or inactive versions.
Instructions
Retrieve ABAP view definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | View name (e.g., Z_MY_VIEW). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |