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

使用SAP CRM中间件从ERP下载Customer的错误消息:Customer classification does not exist相关推荐

  1. CRM中间件里parent not ok的错误消息如何处理

    Issue You would like to download customer material info record via initial download ( R3AS ). You al ...

  2. SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法

    SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法 When I perform product request do ...

  3. 给用过SAP CRM中间件的老哥老姐们讲讲SAP CPI

    最近Jerry由于项目需要,又得学习一个新工具:SAP Cloud Platform Integration,简称CPI,以前又叫做HCI - HANA Cloud Platform Integrat ...

  4. 部署 SAP UI5 应用到 SAP BTP 时遇到的 error retrieving MTA 错误消息

    问题描述 当我试图使用 SAP 成都研究院 Business Application Studio 部署一个 SAP UI5 应用到 SAP Business Technology Platform ...

  5. 如何处理SAP Fiori Launchpad KPI tile点击后出现的错误消息

    点击了SAP Fiori Launchpad KPI tile后一个典型的错误消息: 2015-08-24 16:12:25 Error Preparing Query Service Uri usi ...

  6. 如何使用SAP CRM中间件下载customer material数据

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

  7. SAP CRM中间件下载equipment时遇到的一个错误

    在CRM开发系统上进行equipment下载,发现不工作.调试发现错误信息在下图定96行的WHEN default分支抛出的: MESSAGE ID 'AZ' ... 通过阅读源代码发现,ERP端支持 ...

  8. SAP CRM中间件下载时数据库表CRMATAB为空的处理方法

    Sent: Tuesday, July 22, 2014 11:30 AM Subject: RE: how to fill empty table How to resolve empty tabl ...

  9. SAP CRM中间件下载出错的错误排查

    Sent: Tuesday, July 22, 2014 10:58 AM Subject: RE: how to analyze customize downloading issue Issue: ...

最新文章

  1. webrtc回声消除线程android,android WebRTC 示例demo源码(回音消除)
  2. java程序移植_java JDBC 提高程序可移植性
  3. mllib协同过滤 java实现_协同过滤(ALS)算法介绍及Spark MLlib调用实例(Scala/Java/Python)...
  4. C语言--第2次作业
  5. 数据库工作笔记005---You have an error in your SQL syntax; check the manual that corresponds to y
  6. “独裁者”Google:开发者别无他选!| 极客头条
  7. python免费全套教程-2020全网 最详细的Python入门教程完整版,无偿分享,收藏
  8. 什么是数据可视化分析平台
  9. spark streaming之 windowDuration、slideDuration、batchDuration​
  10. 华为vrrp默认优先级_VRRP双主,真是要了我老命了
  11. Vmlogin防关联超级浏览器Selenium浏览器自动化详细教程
  12. 腾达无线路由器dns服务器,腾达路由器怎么手动设置dns地址
  13. 靶点c语言,降脂治疗靶点:LDL-C是最好的吗?(上)
  14. html标签的message,Message 消息提示
  15. 苹果地图App添加车牌方法 苹果地图获取限行提醒
  16. 如何将图片存进SQL数据库中以及从数据库读取照片(解决办法)
  17. 百度地图BMap API的应用实例
  18. Hexo速度优化及遇到的问题(gulp4、hexo-neat)
  19. 10 windows 启动虚拟机报错_VirtualBox5.0安装Windows10虚拟机启动失败
  20. “The user name or passphrase you entered is not correct “ for Mac Xcode

热门文章

  1. 消除软硬件鸿沟,芯客网完美支持智能硬件在移动互联时代的爆发
  2. 试解析Tomcat运行原理(一)--- socket通讯(转)
  3. 在项目中让Ajax面向对象 (二)
  4. Qt学习之路(2):Hello, world!
  5. Android中使用的数据单位
  6. java 文件夹不存在的解决方案
  7. java : enum、创建文件和文件夹、删除文件和文件夹、获得项目绝对路径、写入数据到excel中、java代码中两种路径符号写法、读取、写入text文件...
  8. 4.无监督学习--K-means聚类
  9. CSS 单行溢出文本显示省略号...的方法(兼容IE FF)(转)
  10. SonarQube6.2源码解析(二)