GetDataElement
Retrieve ABAP data element definitions from SAP systems. Specify data element name and version (active or inactive) to access technical 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 |