UpdateBehaviorDefinition
Modify ABAP Behavior Definition source code to implement business logic changes in SAP systems, enabling custom application behavior updates.
Instructions
Update source code of an ABAP Behavior Definition.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Behavior Definition name | |
| source_code | Yes | New source code | |
| 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 |