ποΈ
CDS View Generator
CDSGenerate SAP Core Data Services (CDS) views with visual table selection, JOIN definitions, field selection, and automatic annotations for Fiori Elements.
Main Table (FROM)
Joins
No joins yet. Click "Add Join" to add one.
Fields (SELECT)
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ZI_Material'
define view entity ZI_Material
as select from MARA as _Mara
{
key _Mara.MATNR as Material,
_Mara.MTART as MaterialType
}Advertisement
Frequently Asked Questions
What is a SAP CDS View?
A SAP Core Data Services (CDS) View is a database view defined using CDS Data Definition Language (DDL). It is the foundation of SAP S/4HANA data models and Fiori Elements applications.
Can I generate CDS views for RAP (Restful ABAP Programming)?
Yes! The generator includes RAP-specific annotations like @AccessControl, @Metadata.layer, and the basic structure for Behavior Definitions. Select "RAP Mode" to enable these annotations.
What join types are supported?
The CDS View Generator supports INNER JOIN, LEFT OUTER JOIN, and RIGHT OUTER JOIN between database tables. You can define multiple joins in a single view.
Advertisement
Related Topics
cds viewsap cdscore data servicesabap cdsfiori elementsdata model
All Tools
πOData Filter BuilderποΈCDS View Generatorπ
SAP DATS / TIMS ConverterπJSON to ABAP StructureπBase64 Encoder / Decoder{ }JSON Formatter & ValidatorπSAP Message Class GeneratorπABAP Data Type ReferenceπOData Metadata ViewerποΈABAP SELECT Statement BuilderποΈSAP Table Field Lookupβ οΈABAP Exception Handler Generatorπ°SAP BTP Service Price CalculatorπSAP BAPI Explorerπ―Fiori Launchpad Tile Configuratorβ¨ABAP Code FormatterπSAP Authorization Object BrowserπRFC Function Module Docs Generatorπ¦SAP IDoc Segment ExplorerπCDS Annotation Referenceπ§ͺABAP Unit Test GeneratorπS/4HANA API Browserπ¨SAP Fiori Color PaletteπABAP Report Template Generatorπ€ABAP Regex TesterβοΈSAP CPI iFlow Template GeneratorπΊοΈCDS Domain Model Visualizerβ‘ABAP Performance AnalyzerπFiori Elements Feature MatrixπSAP RAP Quick Reference