GetDataElement
Retrieve ABAP data element definitions from SAP systems. Specify active or inactive versions to access deployed or modified metadata for development and analysis.
Instructions
Retrieve ABAP data element definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_element_name | Yes | Data element name (e.g., Z_MY_DATA_ELEMENT). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |