GetTable
Retrieve ABAP table definitions from SAP systems. Read active or inactive versions to access table structures and metadata for development tasks.
Instructions
Retrieve ABAP table definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (e.g., Z_MY_TABLE). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |