UpdateMetadataExtension
Update or create an ABAP Metadata Extension (DDLX) by providing source code. Handles locking and optional activation.
Instructions
Operation: Update, Create. Subject: MetadataExtension. Will be useful for updating or creating metadata extension. Update source code of an existing ABAP Metadata Extension (DDLX). Locks, updates, unlocks, and optionally activates.
Input 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. | |
| transport_request | No | Transport request number (required for transportable packages). | |
| activate | No | Activate after update. Default: true |