How to add a SAP UI5 application to Fiori Launchpad? - sapui5
I have a MTA project and I am trying to add the UI5 application to the Fiori Launchpad. But currently, the tiles do not show up. Instead when I check the console, I see that the target mapping has not been done properly. Can you please suggest where I do the target mapping.
This is the error I receive -
The following is the manifest file of GroupManage app. There are other apps/tiles such as quickLoader, messageBuilder etc.
manifest.json -
{
"_version": "1.7.0",
"sap.app": {
"id": "com.sap.groups",
"type": "application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "1.0.0"
},
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"sourceTemplate": {
"id": "servicecatalog.connectivityComponent",
"version": "0.0.0"
},
"dataSources": {
"mainService": {
"uri": "/odata/sah.svc/",
"type": "OData",
"settings": {
"odataVersion": "2.0",
"localUri": "localService/metadata.xml"
}
}
}
},
"sap.ui": {
"technology": "UI5",
"icons": {
"icon": "",
"favIcon": "",
"phone": "",
"phone#2": "",
"tablet": "",
"tablet#2": ""
},
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
},
"supportedThemes": [
"sap_hcb",
"sap_belize"
]
},
"sap.ui5": {
"rootView": {
"viewName": "com.sap.groups.view.groupList",
"type": "XML"
},
"dependencies": {
"minUI5Version": "1.30.0",
"libs": {
"sap.ui.core": {},
"sap.m": {},
"sap.ui.layout": {},
"sap.ushell": {},
"sap.collaboration": {},
"sap.ui.comp": {},
"sap.uxap": {}
}
},
"contentDensities": {
"compact": true,
"cozy": true
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "com.sap.groups.i18n.i18n"
}
},
"": {
"dataSource": "mainService",
"settings": {
"metadataUrlParams": {
"sap-documentation": "heading"
}
}
}
},
"routing": {
"config": {
"routerClass": "sap.m.routing.Router",
"viewType": "XML",
"viewPath": "com.sap.groups.view",
"controlId": "app",
"controlAggregation": "pages",
"async": true
},
"routes": [{
"pattern": "",
"name": "groupList",
"target": "groupList"
}, {
"pattern": "details/{groupId}",
"name": "details",
"target": "groupDetails"
}],
"targets": {
"groupList": {
"viewName": "groupList",
"viewId": "groupList"
},
"groupDetails": {
"viewName": "groupDetails",
"viewId": "groupDetails"
}
}
},
"resources": {
"css": [
{
"uri": "css/style.css"
}
]
}
}
}
And the site-content.json of the project is as follows -
{
"_version": "1.0.0",
"site": {
"_version": "1.0",
"identification": {
"id": "....",
"namespace": "",
"entityType": "site",
"description": "",
"i18n": "",
"title": "{{LAUNCHPAD_SAMPLE}}"
},
"payload": {
"groupsOrder": [
"user-applications",
"configuration-applications"
],
"config": {
},
"sap.cloud.portal": {
"_version": "1.2.0",
"config": {
"theme.id": "sap_belize",
"theme.active": "[\"sap_hcb\",\"sap_belize_plus\",\"sap_belize\"]"
}
}
}
},
"catalogs": {
"sah-technical-catalog": {
"_version": "1.1",
"identification": {
"id": "sah-technical-catalog",
"namespace": "sah-tech-catalog",
"title": "{{TECH_CATALOGS}}",
"description": "",
"entityType": "catalog",
"i18n": "i18n/i18n.properties"
},
"payload": {
"appDescriptors": [{
"id":"sah-grp-manage"
}, {
"id":"sah-msg-manage"
}, {
"id":"sah-ops-activities"
}, {
"id":"sah-quick-loader"
}]
}
}
},
"roles": {
"Everyone": {
"_version": "1.0",
"identification": {
"id": "Everyone",
"title": "Everyone",
"entityType": "role"
},
"payload": {
"catalogs": [
"sah-technical-catalog"
],
"groups": [{
"id": "user-applications"
},
{
"id": "configuration-applications"
}]
}
}
},
"applications": {
"sah-grp-manage":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-grp-manage",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupManage": {
"semanticObject": "group",
"action": "manage",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/manageGroup",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "com.sap.groups",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.DISPLAY_GROUPS"]
}
},
"sah-msg-manage":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-msg-manage",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{MSG_BUILDER}}",
"description": "{{MSG_BLD_DESC}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupManage": {
"semanticObject": "message",
"action": "manage",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/manageMessage",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "com.sap.messageList",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.MANAGE_MESSAGES"]
}
},
"sah-grp-edit":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-grp-edit",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{appTitle}}",
"description": "{{appDescription}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupEdit": {
"semanticObject": "group",
"action": "edit",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/editGroup",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "ALPAPP",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.DISPLAY_GROUPS"]
}
},
"sah-msg-create":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-msg-create",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{MSG_CREATE}}",
"description": "{{MSG_CREATE_DESC}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupEdit": {
"semanticObject": "message",
"action": "create",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/createMessage",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "com.sap.messageBuilder",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.MANAGE_MESSAGES"]
}
},
"sah-ops-activities":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-ops-activities",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{CONFIG_TITILE}}",
"description": "{{appDescription}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupManage": {
"semanticObject": "activities",
"action": "operation",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/operationalActivities",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "com.sap.operational_activities",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.OPERATIONS"]
}
},
"sah-quick-loader":{
"sap.app": {
"_version": "1.5.0",
"id": "sah-quick-loader",
"type": "application",
"i18n": "i18n/i18n.properties",
"title": "{{LOADER_TITILE}}",
"description": "{{appDescription}}",
"tags": {
"keywords": []
},
"crossNavigation": {
"inbounds": {
"groupManage": {
"semanticObject": "activities",
"action": "quickLoader",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
},
"outbounds": {
}
}
},
"sap.platform.hcp": {
"_version": "1.1.0",
"uri": "/quickLoader",
"appName": ""
},
"sap.flp": {
"_version": "1.1.0",
"type": "UI5",
"config": {
"skipVariantResolving": ""
}
},
"sap.ui": {
"_version": "1.3.0",
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"componentName": "com.sap.quickloader",
"_version": "1.1.0"
},
"sap.platform.cf": {
"oAuthScopes": ["$XSAPPNAME.OPERATIONS"]
}
}
},
"groups": {
"user-applications": {
"identification": {
"id": "user-applications",
"i18n": "i18n/i18n.properties",
"namespace": "user.applications",
"title": "{{LAUNCHPAD_TITLE}}"
},
"payload": {
"tiles": [{
"id": "sah-grp-manage",
"title": "{{GRP_MANAGEMENT}}",
"description": "{{SAH_APP}}",
"icon": "sap-icon://family-care",
"target": {
"semanticObject": "group",
"action": "manage",
"parameters": []
}
},{
"id": "sah-msg-manage",
"title": "{{MSG_BUILDER}}",
"description": "{{MSG_BLD_DESC}}",
"icon": "sap-icon://email",
"target": {
"semanticObject": "message",
"action": "manage",
"parameters": []
}
}]
}
},
"configuration-applications": {
"identification": {
"id": "configuration-applications",
"i18n": "i18n/i18n.properties",
"title": "{{CONFIGURATIONS_TITLE}}"
},
"payload": {
"tiles": [{
"id": "sah-ops-activities",
"title": "{{OPERATIONS}}",
"description": "{{SAH_APP}}",
"icon": "sap-icon://action-settings",
"target": {
"semanticObject": "activities",
"action": "operation",
"parameters": []
}
},{
"id": "sah-quick-loader",
"title": "{{quickLoader}}",
"description": "{{SAH_APP}}",
"icon": "sap-icon://upload",
"target": {
"semanticObject": "activities",
"action": "quickLoader",
"parameters": []
}
}]
}
}
},
"siteThemes": {
"sap_hcb": {
"description": "SAP High Contrast Black",
"name": "sap_hcb",
"path": "sap_hcb"
},
"sap_belize_plus": {
"description": "SAP Belize Plus",
"name": "sap_belize_plus",
"path": "sap_belize_plus"
},
"sap_belize": {
"description": "SAP Belize",
"name": "sap_belize",
"path": "sap_belize"
}
}
}
Have you created the tiles in the launchpad manager ?
Is this on prem or on the cloud ?
This blog covers MTA sorry, missed that part of your question:- https://blogs.sap.com/2018/10/29/develop-your-first-sap-fiori-launchpad-site-with-portal-service-on-sap-cloud-platform-multi-cloud-chapter-2/
This blog shows you how to set it up for on prem with some great easy to follow screen shots https://blogs.sap.com/2017/11/19/sap-fiori-ui5-app-configuration-in-sap-fiori-launchpad/
ANd here Meredith takes you through deployment from the cloud https://developers.sap.com/uk/tutorials/teched-2017-fiori-deploy.html
Related
SAPUI5 App without destination(cloudconnector)
i have a question.. for example i dont want to use the sap cloud and want to deploy my app on a sap gatewayserver so what do i have to change? my app works trough the cloud platform with a destination (cloudconnector).. but i dont want this way anymore. So what i need to change in the manifest or the neo.js? maybe you guys have an example? bc. i dont really find anything what gives me the click in my head.. i dont want to change all the calls to ajax calls.. so there used to be a good solution to change something in the manifest or neo.. or something like that right? so you dont have to change your code as i said the best way is to show me an example and explain me on this example. my neo-app.js { "welcomeFile": "/webapp/index.html", "routes": [ { "path": "/resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/resources" }, "description": "SAPUI5 Resources" }, { "path": "/test-resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/test-resources" }, "description": "SAPUI5 Test Resources" }, { "path": "/sap/opu/odata", "target": { "type": "destination", "name": "prototyp2", "entryPath": "/sap/opu/odata" }, "description": "prototyp2" } ], "sendWelcomeFileRedirect": true } as you can see the last route thats the destination via cloud connector. and this is my manifest { "_version": "1.12.0", "sap.app": { "id": "test", "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { "version": "1.0.0" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "resources": "resources.json", "ach": "ach", "sourceTemplate": { "id": "servicecatalog.connectivityComponentForManifest", "version": "0.0.0" }, "dataSources": { "ZEITERFASSUNG_2_SRV": { "uri": "/sap/opu/odata/sap/test_SRV/", "type": "OData", "settings": { "localUri": "localService/metadata.xml" } } } }, "sap.ui": { "technology": "UI5", "icons": { "icon": "", "favIcon": "", "phone": "", "phone#2": "", "tablet": "", "tablet#2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [ "sap_hcb", "sap_bluecrystal" ] }, "sap.ui5": { "rootView": { "viewName": "Zeiterfassung.view.timeOverview", "type": "XML" }, "dependencies": { "minUI5Version": "1.66.0", "libs": { "sap.m": {}, "sap.ui.core": {}, "sap.ui.layout": {}, "sap.ui.table": { "minVersion": "" }, "sap.ui.unified": { "minVersion": "" } } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "": { "type": "sap.ui.model.odata.v2.ODataModel", "settings": { "defaultOperationMode": "Server", "defaultBindingMode": "TwoWay", "defaultCountMode": "Request" }, "dataSource": "test_SRV", "preload": true } }, "resources": { "css": [ { "uri": "css/style.css" } ] }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "async": true, "viewPath": "Zeiterfassung.view", "controlAggregation": "pages", "controlId": "idAppControl" }, "targets": { "TargettimeOverview": { "viewType": "XML", "transition": "slide", "clearAggregation": true, "viewName": "TimeOverview" } } } }, "sap.platform.hcp": { "uri": "webapp", "_version": "1.3.0" } } Thanks guys :)
your neo-app.js is only for the webide. Rename your "webapp" folder to "WebContent". export your app unpack use the ui5 uploader in your backend "/UI5/UI5_REPOSITORY_LOAD" for uploading If you run the index.html directly ( instead of using a launchpad), be sure your script-tag in your index.html is set to src="resources/sap-ui-core.js"
SAPUI5: Why i'm Not able to access data of ES4?
Why is this happening and how can i solve it? I have a problem getting the data from hanatrial.ondemand.com, i keep getting an authentication alert: heres my destination conf: and heres my conf files: neo-app.json { "welcomeFile": "index.html", "routes": [{ "path": "/resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/resources" }, "description": "SAPUI5 Resources" }, { "path": "/test-resources", "target": { "type": "service", "name": "sapui5", "entryPath": "/test-resources" }, "description": "SAPUI5 Test Resources" }, { "path": "/destinations/ES4", "target": { "type": "destination", "name": "ES4" }, "description": "ES4 Demo Service" } ] } menifest.json { "_version": "1.3.0", "sap.app": { "_version": "1.3.0", "id": "opensap.myapp", "type": "application", "title": "{{appTitle}}", "description": "{{appDescription}}", "applicationVersion": { "version": "1.0.0" }, "dataSources": { "ES4": { "uri": "/destinations/ES4/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/", "type": "OData", "settings": { "odataVersion": "2.0" } } }, "i18n": "i18n/i18n.properties" }, "sap.ui": { "_version": "1.3.0", "technology": "UI5", "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [ "sap_bluecrystal" ] }, "sap.ui5": { "_version": "1.2.0", "rootView": { "viewName": "opensap.myapp.view.App", "type": "XML", "id": "app" }, "autoPrefixId": true, "dependencies": { "minUI5Version": "1.34", "libs": { "sap.ui.core": { "minVersion": "1.34.0" }, "sap.m": { "minVersion": "1.34.0" }, "sap.ui.layout": { "minVersion": "1.34.0" } } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "": { "dataSource": "ES4" }, "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "opensap.myapp.i18n.i18n" } }, "address": { "type": "sap.ui.model.json.JSONModel", "uri": "model/Address.json" }, "helloPanel": { "type": "sap.ui.model.json.JSONModel", "uri": "model/HelloPanel.json" } } } } Why is this happening and how can i solve it? this is the file that i'm supposed to retrive the data, but still no success: https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata So how can i solve this?
looks like the user or pw in the destination is wrong. use the same credentials in the destination configration as you would to access: https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata
The dialog is for you to provide the system credentials of ES4. However, you can eliminate this by adding it in the destination of your SAP Cloud platform. Nonetheless, the system ES4 is no more active and you can use ES5 for the sample Odata by simply creating a user. https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/
How to start a detailPage with fullscreen page in project MasterrDetail?
I created a project, and a home screen is a masterpages, a first screen is authentication and does not require sidebar manifest.json: { "_version": "1.1.0", "start_url": "index.html", "sap.app": { "_version": "1.2.0", "id": "generate.app", "type": "application", "i18n": "i18n/i18n.properties", "title": "{{appTitle}}", "description": "{{appDescription}}", "applicationVersion": { "version": "1.0.0" }, "ach": "ach", "resources": "resources.json", "dataSources": { "main": { "uri": "/here/goes/your/serviceurl/", "type": "OData", "settings": { "defaultUpdateMethod": "PUT", "odataVersion": "2.0", "localUri": "localService/metadata.xml" } } }, "sourceTemplate": { "id": "sap.ui.ui5-template-plugin.2masterdetail", "version": "1.32.5" }, "crossNavigation": { "inbounds": {} } }, "sap.ui": { "_version": "1.2.0", "technology": "UI5", "icons": { "icon": "sap-icon://detail-view", "favIcon": "", "phone": "", "phone#2": "", "tablet": "", "tablet#2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [] }, "sap.ui5": { "_version": "1.1.0", "rootView": { "viewName": "generated.app.view.App", "type": "XML", "id": "app" }, "dependencies": { "minUI5Version": "1.32.0", "libs": { "sap.ui.core": {}, "sap.m": {} } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "i18n": { "type": "sap.ui.model.resource.ResourceModel", "uri": "i18n/i18n.properties" }, "": { "dataSource": "main", "type": "sap.ui.model.odata.v2.ODataModel", "settings": { "loadMetadataAsync": false, "json": true, "bJSON": true, "defaultBindingMode": "TwoWay", "useBatch": true, "refreshAfterChange": false, "disableHeadRequestForToken": true } } }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "viewPath": "generated.app.view", "controlId": "idAppControl", "controlAggregation": "detailPages", "bypassed": { "target": ["login"] } }, "routes": [{ "pattern": "login", "name": "login", "target": ["login"] }, { "pattern": "tiles", "name": "tiles", "target": ["tiles"] }, { "name": "listainvestimento", "pattern": "listainvestimento", "titleTarget": "", "greedy": false, "target": ["detalheinvestimento", "listainvestimento"] }, { "name": "detalheinvestimento", "pattern": "listainvestimento/detalheinvestimento", "titleTarget": "", "greedy": false, "target": ["listainvestimento", "detalheinvestimento"] }, { "pattern": "listacontrato", "name": "listacontrato", "target": ["detalhecontrato", "listacontrato"] }, { "pattern": "listacontrato/detalhecontrato/:context:", "name": "detalhecontrato", "target": ["listacontrato", "detalhecontrato"] }], "targets": { "login": { "controlAggregation": "detailPages", "viewName": "login", "viewId": "login", "viewLevel": 1 }, "tiles": { "controlAggregation": "detailPages", "viewName": "tiles", "viewId": "tiles", "viewLevel": 1 }, "listainvestimento": { "controlAggregation": "masterPages", "viewName": "listainvestimento", "viewId": "listainvestimento", "viewLevel": 1 }, "listacontrato": { "controlAggregation": "masterPages", "viewName": "listacontrato", "viewId": "listacontrato", "viewLevel": 1 }, "novoinvestimento": { "controlAggregation": "detailPages", "viewName": "novoinvestimento", "viewId": "novoinvestimento", "viewLevel": 2 }, "detalheinvestimento": { "controlAggregation": "detailPages", "viewName": "detalheinvestimento", "viewId": "detalheinvestimento", "viewLevel": 2 }, "detalhecontrato": { "controlAggregation": "detailPages", "viewName": "detalhecontrato", "viewId": "detalhecontrato", "viewLevel": 2 }, "novocontrato": { "controlAggregation": "detailPages", "viewName": "novocontrato", "viewId": "novocontrato", "viewLevel": 2 } } } }, "sap.fiori": { "_version": "1.1.0", "registrationIds": [], "archeType": "transactional" } } In the control of the login page, I have this code: try{ sap.ui.getCore().byId("App").setMode(sap.m.SplitAppMode.HideMode); } catch(e){ } but the sap.ui.getCore().byId("App") = undefined
Add: "fullWidth": true to "sap.ui": "sap.ui": { "technology": "UI5", "icons": { "icon": "sap-icon://detail-view", "favIcon": "", "phone": "", "phone#2": "", "tablet": "", "tablet#2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": ["sap_belize", "sap_hcb", "sap_bluecrystal"], "fullWidth": true },
Please try this code in your login page controller onInit: this.getOwnerComponent().getAggregation("rootControl").byId("idAppControl")
In the routing configuration i can see the app id as idAppControl , so try sap.ui.getCore().byId("idAppControl");
Error in application dependency 'sap.m': 'No descriptor was found'
deploying my application on Fiori launchpad I found the following errors on the console: Error in application dependency 'sap.ui.core': 'No descriptor was found' Error in application dependency 'sap.m': 'No descriptor was found' Error in application dependency 'sap.ui.layout': 'No descriptor was found' In the manifest.json file , I declared the following dependencies: "dependencies": { "minUI5Version": "1.34.0", "libs": { "sap.ui.core": { "minVersion": "1.34.0" }, "sap.m": { "minVersion": "1.34.0" }, "sap.ui.layout": { "minVersion": "1.34.0" } } }, I don't know what's the problem, could someone help me? Thanks. The full manifest.json is: { "_version": "1.3.0", "sap.app": { "_version": "1.3.0", "id": "com.roberto", "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { "version": "1.0.0" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "sourceTemplate": { "id": "ui5template.basicSAPUI5ApplicationProject", "version": "1.38.11" } }, "sap.ui": { "_version": "1.3.0", "technology": "UI5", "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [ "sap_bluecrystal" ] }, "sap.ui5": { "_version": "1.2.0", "rootView": { "viewName": "com.roberto.view.CollectionBoard", "type": "XML" }, "dependencies": { "minUI5Version": "1.34.0", "libs": { "sap.ui.core": {}, "sap.m": {}, "sap.ui.layout": {} } }, "contentDensities": { "compact": false, "cozy": true }, "models": { "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "com.roberto.i18n.i18n" } }, "CollectionTree": { "type": "sap.ui.model.json.JSONModel", "uri": "model/prdt_collections_tree.json" } }, "resources": { "css": [ { "uri": "css/custom.css" } ] }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "viewPath": "com.roberto.view", "controlId": "collboard", "controlAggregation": "pages", "bypassed": { "target": "notFound" } }, "routes": [ { "pattern": "", "name": "collections", "target": "TargetCollections" }, { "pattern": "detail/{collectionPath}", "name": "RouteDetails", "target": "TargetDetails" }, { "pattern": "AddCollection", "name": "RouteAdd", "target": "TargetAdd" } ], "targets": { "TargetCollections": { "viewName": "CollectionBoard", "viewType": "XML", "viewLevel": 1 }, "TargetDetails": { "viewName": "CollectionDetails", "viewType": "XML", "viewLevel": 2 }, "TargetAdd": { "viewName": "AddCollection", "viewType": "XML", "viewLevel": 2 }, "notFound": { "viewName": "NotFound", "transition": "show" } } } }, "sap.platform.hcp": { "uri": "webapp", "_version": "1.1.0" } }
Did you include the following somewhere above what you wrote? "sap.ui": { "_version": "1.3.0", "technology": "UI5", "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [ "sap_bluecrystal" ]
App won't stay in Portrait mode in Trigger.io
Running an app in iOS6 right now and it won't stay in landscape mode for iPhone/iPad devices. I've checked the docs and other-related questions but can't find an answer. I believe we're following the docs, so, maybe we've got some incorrect formatting. Here's the config, which I've only stripped out identifying/key/hash info: { "config_version": "2", "name": "appname", "author": "author-email", "version": "0.1", "platform_version": "v1.4.50", "description": "description goes here", "partners": { "parse": { "applicationId": "id", "clientKey": "clientkeyishere", "parseRestKey": "parsekey" } }, "modules": { "requirements": { "ios": { "minimum_version": "4.3", "device_family": "iphone" } }, "icons": { "android": { "36": "res/icons/android/ldpi.png", "48": "res/icons/android/mdpi.png", "72": "res/icons/android/hdpi.png", "96": "res/icons/android/xhdpi.png" }, "ios": { "57": "res/icons/ios/icon_iphone#1x.png", "72": "res/icons/ios/icon_ipad#1x.png", "114": "res/icons/ios/icon_iphone#2x.png", "144": "res/icons/ios/icon_ipad#2x.png", "512": "res/icons/ios/icon_512.png" } }, "launchimage": { "iphone": "res/splash/ios/siren_splash#1x.png", "iphone-retina": "res/splash/ios/siren_splash#2x.png", "iphone-retina4": "res/splash/ios/siren_splash_iphone_tall.png", "ipad": "res/splash/ios/siren_splash_ipad_tall#1x.png", "ipad-landscape": "res/splash/ios/siren_splash_ipad_wide#1x.png", "ipad-retina": "res/splash/ios/siren_splash_ipad_tall#2x.png", "ipad-landscape-retina": "res/splash/ios/siren_splash_ipad_wide#1x.png", "android": "res/splash/android/android_logo.png", "android-landscape": "res/splash/android/android_logo.png", "background-color": "#000000" }, "package_names": { "ios": "packagenameishere" }, "display": { "orientation": { "default": "portrait", "iphone": "portrait", "ipad": "portrait", "android": "portrait" } }, "geolocation": true, "logging": { "level": "DEBUG" }, "request": { "permissions": [ "http://*/*", "https://*/*" ] }, "contact": true, "file": true, "is": true, "media": {}, "prefs": true, "tools": true, "reload": true, "parameters": { "api": "apigoeshere" } }, "plugins": { "rate": { "hash": "hashishere", "type": "project" } } }
You might want to try this formatting, I think it changes from time to time. This is with Toolkit v2.0.1 Works for me. { "modules": { "display": { "config": { "orientations": { "android": "portrait", "ipad": "portrait", "iphone": "portrait" } }, "version": "2.2" } } } Full example from my working config: { "author": "", "config_version": "4", "core": { "general": { "reload": true }, "ios": { "device_family": "iphone", "minimum_version": "4.3", "package_name": "" } }, "description": "", "homepage": "", "modules": { "contact": { "disabled": true, "version": "2.2" }, "display": { "config": { "orientations": { "android": "portrait", "ipad": "portrait", "iphone": "portrait" } }, "version": "2.2" }, "file": { "version": "2.2" }, "flurry": { "config": { "ios_api_key": "" }, "version": "2.3", "disabled": true }, "geolocation": { "version": "2.0" }, "icons": { "config": { "ios": { "57": "assets/graphic/icons/icon-57.png", "72": "assets/graphic/icons/icon-72.png", "76": "assets/graphic/icons/AppIcon76x76.png", "114": "assets/graphic/icons/icon-114.png", "120": "assets/graphic/icons/AppIcon60x60#2x.png", "144": "assets/graphic/icons/icon-144.png", "152": "assets/graphic/icons/AppIcon76x76#2x.png", "512": "assets/graphic/icons/icon-512.png", "prerendered": true } }, "version": "2.1" }, "launchimage": { "config": { "ios": { "1536x2048": "assets/graphic/splash/1536x2048-splash.png", "320x480": "assets/graphic/splash/320x480-splash.png", "640x1136": "assets/graphic/splash/640x1136-splash.png", "2048x1536": "assets/graphic/splash/2048x1536-splash.png", "1536x2008": "assets/graphic/splash/1536x2008-splash.png", "1024x768": "assets/graphic/splash/1024x768-splash.png", "2048x1496": "assets/graphic/splash/2048x1496-splash.png", "1024x748": "assets/graphic/splash/1024x748-splash.png", "640x960": "assets/graphic/splash/640x960-splash.png", "768x1004": "assets/graphic/splash/768x1004-splash.png", "768x1024": "assets/graphic/splash/768x1024-splash.png" } }, "version": "2.1" }, "media": { "config": {}, "disabled": true, "version": "2.1" }, "notification": { "version": "2.2" }, "parse": { "config": { "applicationId": "", "clientKey": "" }, "version": "2.0" }, "prefs": { "version": "2.0" }, "request": { "config": { "permissions": [ "http://*/*", "https://*/*" ] }, "version": "2.3" }, "sms": { "version": "2.0" }, "tabbar": { "disabled": true, "version": "2.1" }, "tabs": { "version": "2.4" }, "urlhandler": { "config": { "scheme": "" }, "version": "2.0" }, "topbar": { "version": "2.2" } }, "name": "", "platform_version": "v2.0.1", "version": "" }