美文网首页SAP札记SAP 修行
SAP CRM里产品主数据的文本模型设计

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

作者: _扫地僧_ | 来源:发表于2020-01-30 18:06 被阅读0次

    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

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

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

        本文链接:https://www.haomeiwen.com/subject/fhtwthtx.html