ddicElement
Fetch ABAP dictionary (DDIC) element properties—data elements, domains, or types—from an SAP system via ADT API to inspect or use in development workflows.
Instructions
A dictionary element as the DDIC sees it: a data element, a domain or a type, with its properties. For a table or structure with its fields use getStructureSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the DDIC element. | |
| getExtensionViews | No | Whether to get extension views. | |
| getSecondaryObjects | No | Whether to get secondary objects. | |
| getTargetForAssociation | No | Whether to get the target for association. |