UpdateMetadataExtension
Update the source code of an ABAP Metadata Extension to modify Fiori UI annotations, field labels, and list/object page layout for CDS views.
Instructions
Update source code of an ABAP Metadata Extension (DDLX). Modifies Fiori UI annotations, field labels, search help, and list/object page layout for CDS views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Metadata Extension name | |
| activate | No | Activate after update. Default: true | |
| lock_handle | No | Lock handle from LockObject. If not provided, will attempt to lock internally. | |
| source_code | Yes | New source code | |
| transport_request | No | Transport request number (required for transportable packages). |