ActivateFunctionGroup
Activates an inactive ABAP function group after creation or update. Specify the function group name to perform the activation.
Instructions
Activate an ABAP function group. Use after CreateFunctionGroup or UpdateFunctionGroup if the object remains inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| function_group_name | Yes | Function group name (e.g., Z_FG_TEST). |