ActivateClass
Activate an ABAP class after creating or updating it to ensure the changes take effect. Required for making inactive objects active.
Instructions
Activate an ABAP class. Use after CreateClass or UpdateClass if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Class name (e.g., ZCL_MY_CLASS). | |
| session_id | No | Session ID from GetSession. If not provided, a new session will be created. | |
| session_state | No | Session state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided. |