zoukankan      html  css  js  c++  java
  • SAP Cloud for Customer Account和individual customer的区别

    在SAP Cloud for Customer的Customers工作中心里,有三个视图:Accounts,Contacts和Individual Customers。

    这三种主数据的区别是什么?我们可以从它们后台的BO模型开始分析。

    Account视图的UI模型:

    /BYD_COD/SalesOnDemand/Account/UI/COD_Account_TI.TI.uicomponent

    后台BO为Customers:

    再看Contact视图:

    Contact:

    后台BO:BusinessPartner

    再看Individual Customer:

    6$/BYD_COD/ServiceOnDemand/PrivateAccount/COD_SEOD_IND_ACCOUNT_TI.TI.uicomponent

    模型依然是Customers。

    那么Account和Individual Customer都用了Customers作为BO,有什么区别?

    答案是,Account数据,后台的BO数据CategoryCode为2:

    而individual Customer的CategoryCode为1:

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

  • 相关阅读:
    指定pdf的格式
    iptables 防火墙
    jumpserver2
    jquery UI
    python 自动化审计
    Jumpserver
    认识二进制安全与漏洞攻防技术 (Windows平台)
    将这段美化的css代码
    pycharm
    android Tips
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/10273171.html
Copyright © 2011-2022 走看看