然后对这个结构使用"where used list",发现classification的数据来自KUKLA.
classification是在ERP Customer维护界面的Marketing项维护的:
在Define Customer Classification维护:
解决方案:要么像上图所示在CRM里维护06对应的classification,要么将ERP里对应的字段设置为空。
Tax number category does not exist
错误消息由于表tfktaxnumtype中没有查到US5对应的配置项,所以在第32行报了错误消息:
下一步需要搞清楚为什么US5会被查询到。通过调试,发现US5和JERRY都是从ERP传过来的:
解决方案:要么在CRM里为US5维护对应的Tax category,要么清掉ERP的Tax number 5这个字段.
Distribution channel is not allowed for sales organization
通过调试发现错误消息在CRM_PR_SALES_CHECK_DISTR_CHAIN里抛出,原因是因为CRM Sales organization O 50040102和distribution chain 01没有找到对应的ERP端的匹配项.