GetDataElement
Retrieve ABAP data element definitions from SAP systems. Specify the data element name and choose between active or inactive versions to access development information.
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 |