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