UpdateMetadataExtension
Modify ABAP Metadata Extension source code in SAP systems to update data definitions and activate changes 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 |