GetTable
Fetch the definition of an ABAP table, including fields and properties, with support for both active and inactive versions.
Instructions
Retrieve ABAP table definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| table_name | Yes | Table name (e.g., Z_MY_TABLE). |