SAP Fiori Getting Started (SAP HANA): Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) |
Matt (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 29: | Zeile 29: | ||
Will be registered in ''manifest.json'' as ''dataSources''. | Will be registered in ''manifest.json'' as ''dataSources''. | ||
Implementation Listings: | |||
* https://github.com/mattxdev/opensap-ui52-SalesOrders/blob/master/webapp/manifest.json | |||
* https://github.com/mattxdev/opensap-ui52-SalesOrders/blob/master/webapp/annotations/annotation0.xml | |||
[[Category:SAP]] | [[Category:SAP]] | ||
[[Category:HANA]] | [[Category:HANA]] | ||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Aktuelle Version vom 20. Januar 2021, 13:57 Uhr
Sample App based on SAP Fiori Elements List Report Application:
https://github.com/mattxdev/opensap-ui52-SalesOrders
Application Structure
Absolute Path | File | Function |
---|---|---|
/ | neo-app.json |
|
/webapp/ | Component.js |
|
/webapp/ | manifest.json | |
/i18n/ | i18n.properties |
|
Annotations
Created in /webapp/annotations
Saved as XML, i.e. /webapp/annotations/annotation0.xml
Will be registered in manifest.json as dataSources.
Implementation Listings: