UpdateMetadataExtension
Modify ABAP Metadata Extension source code to update data models in SAP systems. Provides options to lock objects and activate changes after editing.
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 |