GetClass
Retrieves ABAP class source code from the ABAP system. Supports reading either the active or inactive version of the class.
Instructions
Retrieve ABAP class source code. 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 | Class name (e.g., ZCL_MY_CLASS). |