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