天天看点

SAP CRM里产品主数据的文本模型设计

SAP CRM的产品主数据设计了这几种不同类型的文本模型:

Part1 and Part2 actually share the same assignment block COMM_PR_SHTEXT.

That means if you change text in Part1 ( part2 ), the change will automatically be displayed in part2 ( part1 ). The only difference is in part2, you can maintain text with different language but in part1 you can only maintain with log on language.

Part3 is implemented via set type COMM_PR_LGTEXT1.

Part4 is organization dependent text, implemented via set type COMM_PR_LGTEXT2.

relationship between settype and BOL relation:

Part1 and Part2:

since if log on laugage is specified ,exactly one short text can be determined. This is reason why child carinality is 0..1 in second case.

Part3:

Part4: Product->ProductDistrChain->ProductDcLongtext

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

继续阅读