Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.1 KB

index.md

File metadata and controls

24 lines (16 loc) · 1.1 KB
status
released

Core Data Services (CDS)

Language Reference Documentation { .subtitle}

CDS is the backbone of the SAP Cloud Application Programming Model (CAP). It provides the means to declaratively capture service definitions and data models, queries, and expressions. The CDS toolkit allows to parse from a variety of source languages into a uniform format and to compile it into various target languages.

"The graphic is explained in the accompanying text."

At runtime, CDS models are plain JavaScript objects complying to the Core Schema Notation (CSN), an open specification derived from JSON Schema. You can easily create or interpret these models, which foster extensions by 3rd-party contributions. Models are processed dynamically at runtime and can also be created dynamically.

We use the terms CDS or CDS models as synonym to your models written in CDL.

See the Nature of Models for more details{.learn-more}

<script setup> import { data as pages } from './index.data.ts' </script>