SAP Fiori Getting Started (SAP HANA): Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 22: Zeile 22:
|}
|}


== Annotations ==


Are created in <code>/webapp/annotations</code>
Are saved as XML, i.e. <code>/webapp/annotations/annotation0.xml</code>
Will be registered in ''manifest.json'' as ''dataSources''.


[[Category:SAP]]
[[Category:SAP]]
[[Category:HANA]]
[[Category:HANA]]
[[Category:JavaScript]]
[[Category:JavaScript]]

Version vom 19. Januar 2021, 19:17 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
  • Contains routing information, i.e. to ES5
/webapp/ Component.js
  • Start the app by running this file
  • Contains a pointer to manifest.json
/webapp/ manifest.json
/i18n/ i18n.properties
  • Default text bundles

Annotations

Are created in /webapp/annotations

Are saved as XML, i.e. /webapp/annotations/annotation0.xml

Will be registered in manifest.json as dataSources.