Sap Fiori Launchpad模块Hana Express

2020-09-10 06:46发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


大家好,我遇到配置问题。

我创建了一个简单的Hana Express Fiori Launchpad模块,其中有两个组,每个组一个应用程序。

是否可以使两个群组之一不可编辑?

我的site-content.json:

 {
 " _version":" 1.0.0",
 "站点":{
 " _version":" 1.0",
 "标识":{
 " id":" FIORI-LAUNCHAPD-SITE",
 " namespace":" FIORI.site.launchpad",
 " entityType":"站点",
 " description":" {{fiori_site_description}}",
 " i18n":" i18n/i18n.properties",
 " title":" {{fiori_site_title}}"
 },
 "有效载荷":{
 " groupsOrder":[
 " SAMPLE_Application_Test",
 " SAMPLE_SETTINGS_APPS"
 ],
 " config":{
 },
 " sap.cloud.portal":{
 " _version":" 1.2.0",
 " config":{
 " theme.id":" sap_belize",
 " theme.active":" [\" sap_hcb \",\" sap_belize_plus \",\" sap_belize \"]"
 }
 }
 }
 },
 "角色":{
 "所有人":{
 " _version":" 1.0",
 "标识":{
 " id":"所有人",
 " title":"所有人",
 " entityType":"角色"
 },
 "有效载荷":{
 "目录":[
 ],
 "组":[
 {
 " id":" SAMPLE_Application_Test"
 },
 {
 " id":" SAMPLE_SETTINGS_APPS"
 }
 ]
 }
 }
 },
 "应用程序":{},
 "目录":{},
 "组":{
 " SAMPLE_Application_Test":{
 "标识":{
 " id":" SAMPLE_Application_Test",
 " i18n":" i18n/i18n.properties",
 " namespace":"",
 " title":" {{FIORI_APPLICATION_GROUP}}"
 },
 "有效载荷":{
 "图块":[{
 " id":" FIORI_APPLICATION_TEST_001",
 " title":" {{FIORI_APPLICATION_TEST_001_TITLE}}",
 " subTitle":" {{FIORI_APPLICATION_TEST_001_SUBTITLE}}",
 " icon":" sap-icon://person-placeholder",
 "目标":{
 " semanticObject":" FIORI_APPLICATION_TEST_001",
 " action":" show",
 " deviceTypes":{
                 "桌面":是的,
                 "平板电脑":是的,
                 " phone":true},
 "参数":[


 ]
 }
 }]
 }
 },
 " SAMPLE_SETTINGS_APPS":{
 "标识":{
 " id":" SAMPLE_SETTINGS_APPS",
 " i18n":" i18n/i18n.properties",
 " namespace":"",
 标题:" {{SAMPLE_SETTINGS_APPS_group_title}}"
 },
 "有效载荷":{
 "图块":[{
 " id":" FIORICONSTRAINTS",
 " title":" {{SAMPLE_SETTINGS_APPS_title}}",
 " subTitle":" {{SAMPLE_SETTINGS_APPS_subTitle}}",
 " icon":" sap-icon://settings",
 "目标":{
 " semanticObject":" FIORICONSTRAINTS",
 " action":" show",
 " deviceTypes":{
                 "桌面":是的,
                 "平板电脑":是的,
                 " phone":true},
 "参数":[
 ]
 }
 }]
 }
 }
 },
 " siteThemes":{
 " sap_hcb":{
 "描述":" SAP高对比度黑色",
 " name":" sap_hcb",
 "路径":" sap_hcb"
 },
 " sap_belize_plus":{
 "说明":" SAP Belize Plus",
 " name":" sap_belize_plus",
 "路径":" sap_belize_plus"
 },
 " sap_belize":{
 "描述":" SAP Belize",
 " name":" sap_belize",
 "路径":" sap_belize"
 }
 }
 }
 

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


大家好,我遇到配置问题。

我创建了一个简单的Hana Express Fiori Launchpad模块,其中有两个组,每个组一个应用程序。

是否可以使两个群组之一不可编辑?

我的site-content.json:

 {
 " _version":" 1.0.0",
 "站点":{
 " _version":" 1.0",
 "标识":{
 " id":" FIORI-LAUNCHAPD-SITE",
 " namespace":" FIORI.site.launchpad",
 " entityType":"站点",
 " description":" {{fiori_site_description}}",
 " i18n":" i18n/i18n.properties",
 " title":" {{fiori_site_title}}"
 },
 "有效载荷":{
 " groupsOrder":[
 " SAMPLE_Application_Test",
 " SAMPLE_SETTINGS_APPS"
 ],
 " config":{
 },
 " sap.cloud.portal":{
 " _version":" 1.2.0",
 " config":{
 " theme.id":" sap_belize",
 " theme.active":" [\" sap_hcb \",\" sap_belize_plus \",\" sap_belize \"]"
 }
 }
 }
 },
 "角色":{
 "所有人":{
 " _version":" 1.0",
 "标识":{
 " id":"所有人",
 " title":"所有人",
 " entityType":"角色"
 },
 "有效载荷":{
 "目录":[
 ],
 "组":[
 {
 " id":" SAMPLE_Application_Test"
 },
 {
 " id":" SAMPLE_SETTINGS_APPS"
 }
 ]
 }
 }
 },
 "应用程序":{},
 "目录":{},
 "组":{
 " SAMPLE_Application_Test":{
 "标识":{
 " id":" SAMPLE_Application_Test",
 " i18n":" i18n/i18n.properties",
 " namespace":"",
 " title":" {{FIORI_APPLICATION_GROUP}}"
 },
 "有效载荷":{
 "图块":[{
 " id":" FIORI_APPLICATION_TEST_001",
 " title":" {{FIORI_APPLICATION_TEST_001_TITLE}}",
 " subTitle":" {{FIORI_APPLICATION_TEST_001_SUBTITLE}}",
 " icon":" sap-icon://person-placeholder",
 "目标":{
 " semanticObject":" FIORI_APPLICATION_TEST_001",
 " action":" show",
 " deviceTypes":{
                 "桌面":是的,
                 "平板电脑":是的,
                 " phone":true},
 "参数":[


 ]
 }
 }]
 }
 },
 " SAMPLE_SETTINGS_APPS":{
 "标识":{
 " id":" SAMPLE_SETTINGS_APPS",
 " i18n":" i18n/i18n.properties",
 " namespace":"",
 标题:" {{SAMPLE_SETTINGS_APPS_group_title}}"
 },
 "有效载荷":{
 "图块":[{
 " id":" FIORICONSTRAINTS",
 " title":" {{SAMPLE_SETTINGS_APPS_title}}",
 " subTitle":" {{SAMPLE_SETTINGS_APPS_subTitle}}",
 " icon":" sap-icon://settings",
 "目标":{
 " semanticObject":" FIORICONSTRAINTS",
 " action":" show",
 " deviceTypes":{
                 "桌面":是的,
                 "平板电脑":是的,
                 " phone":true},
 "参数":[
 ]
 }
 }]
 }
 }
 },
 " siteThemes":{
 " sap_hcb":{
 "描述":" SAP高对比度黑色",
 " name":" sap_hcb",
 "路径":" sap_hcb"
 },
 " sap_belize_plus":{
 "说明":" SAP Belize Plus",
 " name":" sap_belize_plus",
 "路径":" sap_belize_plus"
 },
 " sap_belize":{
 "描述":" SAP Belize",
 " name":" sap_belize",
 "路径":" sap_belize"
 }
 }
 }
 
付费偷看设置
发送
1条回答
Cikesha
1楼-- · 2020-09-10 07:06

嗨,我遇到了同样的问题,有人可以帮忙吗?

一周热门 更多>