UpdateBehaviorDefinition
Modify ABAP Behavior Definition source code to update business logic and data processing rules in SAP systems.
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 |