Skip to main content
Glama

CreateView

Create CDS or Classic Views in SAP systems using DDL syntax. Specify view name, DDL source code, package, and optionally transport request to generate database views for ABAP applications.

Instructions

Create CDS View or Classic View in SAP using DDL syntax. Both types use the same API workflow, differing only in DDL content (CDS has @AbapCatalog.sqlViewName and other annotations).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_nameYesView name (e.g., ZOK_R_TEST_0002, Z_I_MY_VIEW).
ddl_sourceYesComplete DDL source code.
package_nameYesPackage name (e.g., ZOK_LAB, $TMP for local objects)
transport_requestNoTransport request number (required for transportable packages).
descriptionNoOptional description (defaults to view_name).
activateNoActivate after creation. Default: true.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server