GetTypeInfo
Retrieve detailed ABAP type information including field definitions, value ranges, and DDIC metadata for domains, data elements, table types, and structures.
Instructions
[read-only] Retrieve ABAP type information for domains (DOMA), data elements (DTEL), table types, and structures. Returns field definitions, value ranges, fixed values, and DDIC metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | Name of the ABAP type | |
| include_structure_fallback | No | When true (default), tries DDIC structure lookup only if type lookup returns 404/empty. |