TreeTable列的内容不动!!

2020-09-16 10:03发布

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

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


大家好,

此刻,我正在写关于SAPUI5的学士论文。 在工作结束之前不久,我注意到了一个大错误。 我通过" Comment"一栏扩展了具有SAP Web IDE扩展功能的应用程序(请看第一张图片)。 当我滚动浏览TreeTable时,"注释"列的内容没有移动(请看第二张图片)。

这是xml代码:

 
 
 <!-主文本列->
 
 
 
 <标签
 text =" {parts:[{path:'FinancialStatementItemText'},{path:'OperativeGLAccountName'},{path:'OperativeGLAccount'},{path:'AlternativeGLAccountName'},{path:'AlternativeGLAccount'},{path:  'CorporateGroupAccountName'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.masterTextFormatter'}"> 
 
 
 <!-帐户列->
 
 
 
 <标签
 text =" {parts:[{path:'OperativeGLAccount'},{path:'AlternativeGLAccount'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.accountFormatter'}  "
 tooltip =" {parts:[{path:'OperativeGLAccount'},{path:'AlternativeGLAccount'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.accountFormatter'}  "> 
 
 


 <!-段列->
 
 
 
 
 
 
 <!-SegmentName列->
 
 
 
 
 
 
 <!-ProfitCenter列->
 
 
 
 
 
 
 <!-ProfitCenterName列->
 
 
 
 
 
 
 <!-期间金额列->
 
 
 
 <链接
 text =" {parts:[{path:'ReportingPeriodAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"
 enabled =" {path:'OperativeGLAccount',formatter:'fin.gl.finstatement.display.view.Formatter.formatNavigation'}" press =" setNavigationLink"> 
 
 
 <!-比较期间金额列->
 
 
 
 <链接
 text =" {parts:[{path:'ComparisonPeriodAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"
 enabled =" {path:'OperativeGLAccount',formatter:'fin.gl.finstatement.display.view.Formatter.formatNavigation'}"
 press =" setNavigationComparisonLink"> 
 
 
 <!-差异列->
 
 
 
 <标签
 text =" {parts:[{path:'AbsoluteDifferenceAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"> 
 
 
 <!-%列之差->
 
 
 
 
 
 
 
 ->
 <!-键列:根据选择节点(搜索)进行过滤
     ->
 
 
 

我很沮丧,因为我试图解决这个问题已经好几个小时了,但是还没有成功。 希望你能帮助我:)

问候

Tayfun

(32.9 kB)

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

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


大家好,

此刻,我正在写关于SAPUI5的学士论文。 在工作结束之前不久,我注意到了一个大错误。 我通过" Comment"一栏扩展了具有SAP Web IDE扩展功能的应用程序(请看第一张图片)。 当我滚动浏览TreeTable时,"注释"列的内容没有移动(请看第二张图片)。

这是xml代码:

 
 
 <!-主文本列->
 
 
 
 <标签
 text =" {parts:[{path:'FinancialStatementItemText'},{path:'OperativeGLAccountName'},{path:'OperativeGLAccount'},{path:'AlternativeGLAccountName'},{path:'AlternativeGLAccount'},{path:  'CorporateGroupAccountName'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.masterTextFormatter'}"> 
 
 
 <!-帐户列->
 
 
 
 <标签
 text =" {parts:[{path:'OperativeGLAccount'},{path:'AlternativeGLAccount'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.accountFormatter'}  "
 tooltip =" {parts:[{path:'OperativeGLAccount'},{path:'AlternativeGLAccount'},{path:'CorporateGroupAccount'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.accountFormatter'}  "> 
 
 


 <!-段列->
 
 
 
 
 
 
 <!-SegmentName列->
 
 
 
 
 
 
 <!-ProfitCenter列->
 
 
 
 
 
 
 <!-ProfitCenterName列->
 
 
 
 
 
 
 <!-期间金额列->
 
 
 
 <链接
 text =" {parts:[{path:'ReportingPeriodAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"
 enabled =" {path:'OperativeGLAccount',formatter:'fin.gl.finstatement.display.view.Formatter.formatNavigation'}" press =" setNavigationLink"> 
 
 
 <!-比较期间金额列->
 
 
 
 <链接
 text =" {parts:[{path:'ComparisonPeriodAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"
 enabled =" {path:'OperativeGLAccount',formatter:'fin.gl.finstatement.display.view.Formatter.formatNavigation'}"
 press =" setNavigationComparisonLink"> 
 
 
 <!-差异列->
 
 
 
 <标签
 text =" {parts:[{path:'AbsoluteDifferenceAmount'},{path:'Currency'}],格式化程序:'fin.gl.finstatement.display.view.Formatter.formatCurrency'}"> 
 
 
 <!-%列之差->
 
 
 
 
 
 
 
 ->
 <!-键列:根据选择节点(搜索)进行过滤
     ->
 
 
 

我很沮丧,因为我试图解决这个问题已经好几个小时了,但是还没有成功。 希望你能帮助我:)

问候

Tayfun

(32.9 kB)
付费偷看设置
发送
2条回答
Alawn_Xu
1楼 · 2020-09-16 10:32.采纳回答

实际上在树表中..可见行数始终保持不变,它不像表中的行数与后端中的数据相同。.当向下或向上滚动时,它重复使用行,只是更改数据 连续排列..因此,您不能将不同的模型数据绑定到列,否则会出现不匹配..您需要将注释列数据与其他列模型数据一起放置,这与您当前使用"节点"的方式不同 模型,因为其他列没有此类模型数据绑定..

谢谢

Viplove

哎,真难
2楼-- · 2020-09-16 10:51

感谢Viplove,

很抱歉让我迟到。 你知道如何解决这个问题吗? 也许重新定义了oData-Service?

谢谢

Tayfun

一周热门 更多>