sap-ui-version
parameter and its value. While this approach is simple, it can be error-prone, and it doesn't allow the application to carry crucial information with itself.sap.platform.cf.ui5VersionNumber
parameter in the manifest.json file. For example:{
"sap.platform.cf": {
"ui5VersionNumber": "1.112.0"
},
"sap.ui5": {
...
}
}
x
, X
, or *
.{
"sap.app": {
...
},
"crossNavigation": {
"inbounds": {
"intent1": {
"signature": {
"parameters": {},
"additionalParameters": "allowed"
},
"semanticObject": "Dynamic",
"action": "display",
"title": "{{appTitle}}",
"info": "{{appTitle}}",
"subTitle": "{{appSubTitle}}",
"icon": "sap-icon://account"
...
}
}
}
}
uri
key that defines the location of the OData from which to obtain the dynamic information to display on the dynamic tile:{
"_version": "1.9.0",
"sap.cloud": {
"public": true,
"service": "com.sap.sample.app"
},
"sap.app": {
"id": "html5.dynamic",
"type": "application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "1.0.0"
},
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"info": "{{appTitle}}",
"resources": "resources.json",
"ach": "ach",
"sourceTemplate": {
"id": "html5moduletemplates.basicSAPUI5ApplicationProjectModule",
"version": "1.40.12"
},
"crossNavigation": {
"inbounds": {
"intent1": {
"signature": {
"parameters": {},
"additionalParameters": "allowed"
},
"semanticObject": "Dynamic",
"action": "display",
"title": "{{appTitle}}",
"indicatorDataSource": {
"dataSource": "
Please note that all the examples provided in this article are taken from the SAP documentation on how to expose HTML5 applications in SAP WorkZone Standard Edition. For more detailed information, you can refer to the documentation (https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/expo...).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |