GetView
Retrieve ABAP view definitions from SAP systems. Specify view name and version (active or inactive) to access database view structures for development and analysis.
Instructions
Retrieve ABAP view definition. Supports reading active or inactive version.
Input Schema
TableJSON 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 |