After I create a customer in ERP via tcode VD01 and try to download it into CRM via request download, I meet with the following error message:
Customer classification 06 does not existthis
Through debugging I found this issue is raised in line 22 due to a missing configuration in table crmc_classif.spa
The configuration for classification in CRM is done in this activity:debug
In my CRM system, there is no corresponding entry for 06, as a result error message is raised.3d
Still I would like to figure out, where does this 06 come from?
I set a breakpoint in function module BAPI_CRM_SAVE in CRM, download all content in variable BAPISTRUCTURES - this variable stores all data sent from ERP - into local excel and search by keyword 06, and found this field is set in structure BSS_S040.excel
Then I perform where used list on this structure, and found the classification data comes from KNA1-KUKLA.code
The classification could be maintained in tab Marketing in ERP:orm
And the classification list could be maintained in customizing below:blog
Solution for this error message is: either maintain a corresponding entry for 06 in CRM, or clear the classficiation value, just keep it empty in ERP.ci
CRM_BUPA_FRG0040, 204, CRM_CRMC_CLASSIF_CHECK_CB, classficiation, crmc_classif, BSS_S040,BUPA_INBOUND_MAP_MAIN,BUPA_INTERFACE_INBOUND,KNA1, KUKLA,rem
要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":