2020-09-19 08:21发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
我需要通过更新CategoryCategoryRelation中的sequenceNumber属性来更新类别的顺序。 如何使用impex实现此目的,或者有没有办法使用impex做到这一点?
干杯Jayesh
采样impex以更新类别与类别关系的序列号。
<代码> $ productCatalog = abcProductCatalog $ catalogVersion = catalogversion(catalog(id [default = $ productCatalog]),version [default ='Staged'])[unique = true,default = $ productCatalog:Staged] INSERT_UPDATE CategoryCategoryRelation; sequenceNumber; source(code,$ catalogVersion)[unique = true]; target(code,$ catalogVersion)[unique = true]; ; 1; 100; 200 ; 2; 100; 200
谢谢
Venki
最多设置5个标签!
嗨,
采样impex以更新类别与类别关系的序列号。
谢谢
Venki
一周热门 更多>