zoukankan      html  css  js  c++  java
  • 使用SAP CRM中间件从ERP下载Customer的错误消息:Customer classification does not exist

    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 exist”

    Through debugging I found this issue is raised in line 22 due to a missing configuration in table crmc_classif.

    The configuration for classification in CRM is done in this activity:

    In my CRM system, there is no corresponding entry for 06, as a result error message is raised.

    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.

    Then I perform where used list on this structure, and found the classification data comes from KNA1-KUKLA.


    The classification could be maintained in tab Marketing in ERP:

    And the classification list could be maintained in customizing below:


    Solution for this error message is: either maintain a corresponding entry for 06 in CRM, or clear the classification value, just keep it empty in ERP.

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

  • 相关阅读:
    8.2.8 A Simple Game
    8.2.7 Be the Winner
    8.2.6 John
    8.2.5 kiki's game
    8.2.2 Good Luck in CET-4 Everybody!
    8.2.4 悼念512汶川大地震遇难同胞——选拔志愿者
    8.1.8 Team Queue
    8.2.1 Brave Game
    8.1.7 愚人节的礼物
    8.1.6 Windows Message Queue
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13538228.html
Copyright © 2011-2022 走看看