2020-08-22 11:35发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)每次在impex中使用mode ... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
每次在impex中使用mode = append时,如果它们每次都像超级类别的情况一样持续出现,则值会重复。 当我们使用mode = append时,避免集合类型中的数据重复的最佳方法应该是什么?
我使用控件结构来删除收藏夹列表中的重复项,如下所示:
INSERT_UPDATE NavigationBarCollectionComponent; $ contentCV [unique = true]; uid [unique = true]; components(uid,$ contentCV)[mode = append] "#%afterEach:impex.getLastImportedItem()。setComponents(impex.getLastImportedItem()。getComponents()。stream()。distinct()。collect(java.util.stream.Collectors.toList()));"; ;; NavBarComponent; TestBarComponent #%afterEach:end
最多设置5个标签!
我使用控件结构来删除收藏夹列表中的重复项,如下所示:
一周热门 更多>