UpdateBehaviorDefinition
Updates ABAP Behavior Definition source code to modify CRUD operations, validations, determinations, actions, and draft handling for RAP business objects.
Instructions
Update source code of an ABAP Behavior Definition (BDEF). Modifies RAP business object behavior: CRUD operations, validations, determinations, actions, and draft handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Behavior Definition name | |
| activate | No | Activate after update. Default: true | |
| lock_handle | No | Lock handle from LockObject. If not provided, will attempt to lock internally (not recommended for stateful flows). | |
| source_code | Yes | New source code | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |