getDataElementProperties
Retrieve a DDIC data element's domain, field labels, search help, and parameter ID. Provide the name or object URL, optionally selecting a version.
Instructions
Read the definition of a DDIC data element: its domain or built-in type, the four field labels, search help and parameter id. Takes the data element name; the object URL is accepted as well.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Data element name, e.g. ZAPP_STATUS. | |
| version | No | Which version to read: "active", "inactive" or "workingArea". Omit for the ADT default. | |
| dataElementUrl | No | Object URL instead of the name, e.g. /sap/bc/adt/ddic/dataelements/zapp_status. |