Loading…
Loading…
SAP · CDS
SAP Cloud Application Programming Model output: CDS data models, CDS service definitions, Node.js service handlers, Fiori annotations, mta.yaml for deployment, and SAP HANA-ready schema.
Every SAP CAP app generated by Archiet ships with these baseline pieces. No template-cutting, no placeholder TODOs.
One representative file from a generated SAP CAP app. Your generated output will include many more files like this one, customized to the entities and flows in your blueprint.
service ItemService @(path: '/items') {
entity Items as projection on db.Items {
*,
createdBy : Association to Users
};
action activate(ID: UUID) returns Items;
@readonly
entity AuditLog as projection on db.AuditLog;
}Pick SAP CAP when building for SAP S/4HANA, Fiori, or the SAP BTP platform. Archiet is the fastest path from an architecture to a CAP project SAP consultants will recognize.