测试
全部博文(931)
分类: 架构设计与优化
2020-02-06 09:21:17
You can maintain customer material info record in ERP via tcode VD51(create) and VD52(change). This info record describes the relationship between customer and material.
See one example in ERP:
It could be downloaded to CRM via request download. Once download is successful, the data from ERP will be displayed in CRM as below:
(1) define the download request by specifying customer id in request.
(2) ensure the related material is downloaded first.
(3) ensure there is valid configuration for sales organization in CRM
Check the two assignment blocks:
(1) Customer product IDs / Sales” (relationship type PRDSCP on product master data): contains the information downloaded from ERP
(2) Customer product IDs” (relationship type PRDCPN, data stored in table COMM_IL_PRDCPN, alternative ID “CUSTOMER_ID”): contains information directly maintained in CRM