CreateDdl
Creates a DDL source object (CDS View or Classic View) in SAP ADT. Use with UpdateDdl to set the actual source code.
Instructions
Operation: Create. Subject: DDL source. Will be useful for creating a DDL source. Create a new CDS View or Classic View in SAP system. Creates the DDL source object in initial state. Use UpdateDdl to set DDL source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ddl_name | Yes | DDL source name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW). | |
| description | No | Optional description (defaults to ddl_name). | |
| package_name | Yes | Package name (e.g., ZOK_LAB, $TMP for local objects) | |
| master_language | No | Optional master/original language for the created object (e.g. "EN", "DE", "ZH"). Defaults to the session language (SAP_LANGUAGE) or EN. | |
| transport_request | No | Transport request number (required for transportable packages). |