UpdateBehaviorImplementation
Update an existing ABAP behavior implementation class's source code and implementations include, with optional transport request and automatic activation.
Instructions
Update source code of an existing ABAP behavior implementation class. Updates both main source (with FOR BEHAVIOR OF clause) and implementations include. Uses stateful session with proper lock/unlock mechanism.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Activate behavior implementation after update. Default: true. | |
| class_name | Yes | Behavior Implementation class name (e.g., ZBP_MY_ENTITY). Must exist in the system. | |
| transport_request | No | Transport request number (e.g., E19K905635). Optional if object is local or already in transport. | |
| behavior_definition | Yes | Behavior Definition name (e.g., ZI_MY_ENTITY). Must match the behavior definition used when creating the class. | |
| implementation_code | Yes | Implementation code for the implementations include. Contains the actual behavior implementation methods. |