SAP Cloud for Customer Account和individual customer的区别

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/86495021

在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的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/86495021