Skip to content

Sample Application for SAP Cloud Application Programming Model (CAP)

Notifications You must be signed in to change notification settings

kainiklas/cap-mapping-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAP Sample Application

Purpose is to try out and share specific functionality of SAP Cloud Programming Model (CAP).

Following functionality is scope of this project:

  • ✔️ Simple Datamodel (db/schema.cds)
  • ✔️ Simple Service (srv/index.cds)
  • ✔️ Fiori Elements UI for datamodel
  • ✔️ Fiori Elements UI to manage "codelist" category
  • ✔️ Integration of Actions in UI
  • ❌ Localization (i18n)
  • ❌ Integration of Authorization
  • ❌ Different DBs for different environment

Project Layout:

Folder Purpose
app/ UI frontends
db/ data models
srv/ service models

Development

Intersting Links to CAP