GetTypeInfo
Retrieve ABAP type information by name to understand data structures in SAP systems. Supports fallback to DDIC structure lookup when needed.
Instructions
[read-only] Retrieve ABAP type information.
Input Schema
TableJSON 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. |