GetView
Retrieve ABAP view definitions from SAP systems. Read active deployed versions or inactive modified versions to analyze database views in ABAP development.
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 |