GetLocalTypes
Retrieves the source code of local types defined in a class, including implementations. Supports reading either the active or inactive version.
Instructions
Retrieve local types source code from a class (implementations include). Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| class_name | Yes | Parent class name (e.g., ZCL_MY_CLASS). |