SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

CDS Type Definitions

CDS Type Definitions are generated type structures derived from Core Data Services (CDS) artifacts that developers use to work with strongly typed data in their ABAP programs. A developer uses them to ensure that variables and structures in code align precisely with the underlying CDS data model, reducing errors caused by type mismatches. They can be generated programmatically to reflect the fields and types defined in a CDS view or entity.

Docs explaining this concept

Concepts that build on this