`
JerryWang_SAP
  • 浏览: 966370 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论

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

0
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics