UpdateMetadataExtension
Modify ABAP Metadata Extension source code to update data models in SAP systems, supporting activation and locking for development workflows.
Instructions
Update source code of an ABAP Metadata Extension.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Metadata Extension name | |
| source_code | Yes | New source code | |
| lock_handle | No | Lock handle from LockObject. If not provided, will attempt to lock internally. | |
| activate | No | Activate after update. Default: true |