UpdateBehaviorDefinition
Update the source code of an ABAP Behavior Definition. Includes locking, unlocking, and optional activation upon completion.
Instructions
Operation: Update, Create. Subject: BehaviorDefinition. Will be useful for updating or creating behavior definition. Update source code of an existing ABAP Behavior Definition (BDEF). Locks, updates, unlocks, and optionally activates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Behavior Definition name | |
| source_code | Yes | New source code | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. | |
| lock_handle | No | Lock handle from LockObject. If not provided, will attempt to lock internally (not recommended for stateful flows). | |
| activate | No | Activate after update. Default: true |