可视过滤器未显示在"分析列表"页面中

2020-08-26 21:02发布

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

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


嗨,

我正在尝试使用紧凑的视觉过滤器制作ALP。 我在内容区域中有一个图表和一个表。 在"过滤器"部分中,对于紧凑型过滤器-我具有表列的选择字段。 我创建了一个PresentationVariationQualifier,并包含了一个与内容部分中包含的图表相同的图表。 但是,视觉过滤器不会显示。

1。 metadata.xml

 metadata.txt参见附件下方
 

2。 这是annotation.xml文件。

 annotation.txt参见附件下方
 

3。 这是manifest.json文件

 {
 " _version":" 1.7.0",
 " sap.app":{
 " id":" com.atos.fiori.gpdbalp.GPDB_ALP",
 " type":"应用程序",
 " i18n":" i18n/i18n.properties",
 " applicationVersion":{
 " version":" 1.0.0"
 },
 " title":" {{appTitle}}",
 " description":" {{appDescription}}",
 "标签":{
 "关键字":[]
 },
 "数据源": {
 " mainService":{
 " uri":"/img/sap/opu/odata/sap/ZGPDB_SRV/",
 " type":" OData",
 "设置":{
 " odataVersion":" 2.0",
 " localUri":" localService/metadata.xml",
 "注释":[" annotation0"]
 }
 },
 " annotation0":{
 " type":" ODataAnnotation",
 " uri":" annotations/annotation0.xml",
 "设置":{
 " localUri":"注释/annotation0.xml"
 }
 }
 },
 "离线":false,
 " sourceTemplate":{
 " id":" ALP_WebIDE_Plugin.analyticallistpage",
 "版本":" 1.41.1"
 }
 },
 " sap.ui":{
 " technology":" UI5",
 "图标":{
 " icon":"",
 " favIcon":"",
 "电话": "",
 " phone @ 2":"",
 " tablet":"",
 " tablet @ 2":""
 },
 " deviceTypes":{
 "桌面":是的,
 "平板电脑":false,
 "电话":假
 },
 " supportedThemes":[" sap_hcb"," sap_belize"]
 },
 " sap.ui5":{
 "资源":{
 " js":[],
 " css":[]
 },
 "依赖关系":{
 " minUI5Version":" 1.42.1",
 " libs":{
 " sap.ui.core":{
 "懒惰":false
 },
 " sap.ui.generic.app":{
 "懒惰":false
 },
 " sap.suite.ui.generic.template":{
 "懒惰":false
 }
 },
 "组件": {}
 },
 "楷模": {
 " i18n":{
 " preload":false,
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/i18n.properties",
 "设置":{
 " bundleName":" com.atos.fiori.gpdbalp.GPDB_ALP.i18n.i18n"
 }
 },
 " i18n | sap.suite.ui.generic.template.AnalyticalListPage | List1Set":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/AnalyticalListPage/List1Set/i18n.properties"
 },
 " i18n | sap.suite.ui.generic.template.ObjectPage | List1Set":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/ObjectPage/List1Set/i18n.properties"
 },
 "":{
 " preload":是的,
 " dataSource":" mainService",
 "设置":{
 " defaultBindingMode":" TwoWay",
 " defaultCountMode":"内联",
 " refreshAfterChange":否,
 " metadataUrlParams":{
 " sap-value-list":"无"
 }
 }
 },
 " @ i18n":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/i18n.properties"
 }
 },
 "扩展":{
 "扩展名":{}
 },
 " contentDensities":{
 "紧凑":是的,
 "舒适":错误
 }
 },
 " sap.ui.generic.app":{
 " _version":" 1.3.0",
 "页面":{
 " AnalyticalListPage | List1Set":{
 " entitySet":" List1Set",
 "零件": {
 " name":" sap.suite.ui.generic.template.AnalyticalListPage",
 "列表":是的,
 "设置":{
 " defaultContentView":"图表",
 " smartVariantManagement":是的,
 " multiSelect":否,
 " autoHide":是的,
 " defaultFilterMode":"视觉",
 " showGoButtonOnFilterBar":是的,
 " condensedTableLayout":否,
 "关键绩效指标": {}
 }
 },
 "页面":{
 " ObjectPage | List1Set":{
 " entitySet":" List1Set",
 "零件": {
 "名称":" sap.suite.ui.generic.template.ObjectPage"
 }
 }
 }
 }
 }
 },
 " sap.platform.hcp":{
 " uri":""
 }
 }
 

这是我从ALP得到的结果

显示了紧凑过滤器

未显示视觉过滤器

控制台日志

 

(147.8 kB)

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

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


嗨,

我正在尝试使用紧凑的视觉过滤器制作ALP。 我在内容区域中有一个图表和一个表。 在"过滤器"部分中,对于紧凑型过滤器-我具有表列的选择字段。 我创建了一个PresentationVariationQualifier,并包含了一个与内容部分中包含的图表相同的图表。 但是,视觉过滤器不会显示。

1。 metadata.xml

 metadata.txt参见附件下方
 

2。 这是annotation.xml文件。

 annotation.txt参见附件下方
 

3。 这是manifest.json文件

 {
 " _version":" 1.7.0",
 " sap.app":{
 " id":" com.atos.fiori.gpdbalp.GPDB_ALP",
 " type":"应用程序",
 " i18n":" i18n/i18n.properties",
 " applicationVersion":{
 " version":" 1.0.0"
 },
 " title":" {{appTitle}}",
 " description":" {{appDescription}}",
 "标签":{
 "关键字":[]
 },
 "数据源": {
 " mainService":{
 " uri":"/img/sap/opu/odata/sap/ZGPDB_SRV/",
 " type":" OData",
 "设置":{
 " odataVersion":" 2.0",
 " localUri":" localService/metadata.xml",
 "注释":[" annotation0"]
 }
 },
 " annotation0":{
 " type":" ODataAnnotation",
 " uri":" annotations/annotation0.xml",
 "设置":{
 " localUri":"注释/annotation0.xml"
 }
 }
 },
 "离线":false,
 " sourceTemplate":{
 " id":" ALP_WebIDE_Plugin.analyticallistpage",
 "版本":" 1.41.1"
 }
 },
 " sap.ui":{
 " technology":" UI5",
 "图标":{
 " icon":"",
 " favIcon":"",
 "电话": "",
 " phone @ 2":"",
 " tablet":"",
 " tablet @ 2":""
 },
 " deviceTypes":{
 "桌面":是的,
 "平板电脑":false,
 "电话":假
 },
 " supportedThemes":[" sap_hcb"," sap_belize"]
 },
 " sap.ui5":{
 "资源":{
 " js":[],
 " css":[]
 },
 "依赖关系":{
 " minUI5Version":" 1.42.1",
 " libs":{
 " sap.ui.core":{
 "懒惰":false
 },
 " sap.ui.generic.app":{
 "懒惰":false
 },
 " sap.suite.ui.generic.template":{
 "懒惰":false
 }
 },
 "组件": {}
 },
 "楷模": {
 " i18n":{
 " preload":false,
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/i18n.properties",
 "设置":{
 " bundleName":" com.atos.fiori.gpdbalp.GPDB_ALP.i18n.i18n"
 }
 },
 " i18n | sap.suite.ui.generic.template.AnalyticalListPage | List1Set":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/AnalyticalListPage/List1Set/i18n.properties"
 },
 " i18n | sap.suite.ui.generic.template.ObjectPage | List1Set":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/ObjectPage/List1Set/i18n.properties"
 },
 "":{
 " preload":是的,
 " dataSource":" mainService",
 "设置":{
 " defaultBindingMode":" TwoWay",
 " defaultCountMode":"内联",
 " refreshAfterChange":否,
 " metadataUrlParams":{
 " sap-value-list":"无"
 }
 }
 },
 " @ i18n":{
 " type":" sap.ui.model.resource.ResourceModel",
 " uri":" i18n/i18n.properties"
 }
 },
 "扩展":{
 "扩展名":{}
 },
 " contentDensities":{
 "紧凑":是的,
 "舒适":错误
 }
 },
 " sap.ui.generic.app":{
 " _version":" 1.3.0",
 "页面":{
 " AnalyticalListPage | List1Set":{
 " entitySet":" List1Set",
 "零件": {
 " name":" sap.suite.ui.generic.template.AnalyticalListPage",
 "列表":是的,
 "设置":{
 " defaultContentView":"图表",
 " smartVariantManagement":是的,
 " multiSelect":否,
 " autoHide":是的,
 " defaultFilterMode":"视觉",
 " showGoButtonOnFilterBar":是的,
 " condensedTableLayout":否,
 "关键绩效指标": {}
 }
 },
 "页面":{
 " ObjectPage | List1Set":{
 " entitySet":" List1Set",
 "零件": {
 "名称":" sap.suite.ui.generic.template.ObjectPage"
 }
 }
 }
 }
 }
 },
 " sap.platform.hcp":{
 " uri":""
 }
 }
 

这是我从ALP得到的结果

显示了紧凑过滤器

未显示视觉过滤器

控制台日志

 

(147.8 kB)
付费偷看设置
发送
1条回答
Nan4612
1楼-- · 2020-08-26 21:35

在清单中删除它:

" metadataUrlParams":{" sap-value-list":" none"} 

一周热门 更多>