Loading...
Loading...
Guidelines for SAP Fiori app development for CAP and standalone projects. Use this skill when creating or modifying SAP Fiori Elements applications.
npx skill4agent add sap/open-ux-tools sap-fiori-app-developmentsap-fiori-analytical-chartpackage.jsonnpm run watch-manage-travelnpm startnpm run start-mockappcds init550e8400-e29b-41d4-a716-446655440001/webapp/annotations/annotation.xmlmanifest.jsonurilocalUri"annotation": {
"type": "ODataAnnotation",
"uri": "annotations/annotation.xml",
"settings": {
"localUri": "annotations/annotation.xml"
}
}manifest.json/webapp/localService/mainService/metadata.xmlmanifest.json"dataSources": {
"mainService": {
"uri": "/path/to/odata/service/",
"type": "OData",
"settings": {
"annotations": ["annotation"],
"localUri": "localService/mainService/metadata.xml",
"odataVersion": "4.0"
}
}
}