UpdateBehaviorImplementation
Modify ABAP behavior implementation class source code to update business logic in SAP systems. Updates both main class and implementation include while managing session locks.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Behavior Implementation class name (e.g., ZBP_MY_ENTITY). Must exist in the system. | |
| 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. | |
| transport_request | No | Transport request number (e.g., E19K905635). Optional if object is local or already in transport. | |
| activate | No | Activate behavior implementation after update. Default: true. |