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

When I perform product request download, I found that the bapistructures sent from ERP only contains one entry with tabname = /SAPPSPRO/S_MAT_ENHANC_COMM without any actual material data. As a result no product is created in CRM.


This issue could be analyzed in ERP:

Check variable T_BAPISTRUCTURES content before CRM_FILTER_DOWNLOAD_DATA is called. Here I found the product specified in the download request in CRM via tcode R3AR2 has already been extracted successfully in ERP. As a result it must be filtered out in some part of subsequent processing.

Here is the logic: if the product to be downloaded is not in the filter defefined in tcode R3AC1 in CRM ( internal table lt_fil_range ),then it would be removed from communication container in line 351.

Finally, the strange table name mentioned in this blog is added to bapi structure here:

The solution is simple, deactivate the filter setting in tcode R3AC1:

Ensure this filter change has been successfully synchronized to ERP:

After that the request download works as expected.

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

SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法相关推荐

  1. SAP CRM 物料request download - 两个队列的分析

    Created by Wang, Jerry, last modified on Sep 26, 2016 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

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

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

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

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

  4. 使用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 ...

  5. SAP CRM One Order框架里旧式的索引表设计原理

    本文介绍SAP CRM One Order框架里旧式的索引表设计原理. Created by Wang, Jerry on May 17, 2017 要获取更多Jerry的原创文章,请关注公众号&qu ...

  6. php client_header_buffer_size,网页出现400 Bad Request Request Header Or Cookie Too Large错误的解决方法...

    在开发项目过程中,突然遇到400 Bad Request Request Header Or Cookie Too Large的报错,我也是第一次出现这样的错误,感觉还是挺新奇的. 分析下出现错误的原 ...

  7. can't request region for resource [mem 0xfed40080-0xfed40fff]问题的解决办法

    can't request region for resource [mem 0xfed40080-0xfed40fff]问题的解决办法 在去年的时候,我就给自己的电脑安装了双系统,Win10和Ubu ...

  8. eclipse项目中关于导入的项目里提示HttpServletRequest 不能引用的解决办法

    eclipse项目中关于导入的项目里提示HttpServletRequest 不能引用的解决办法  当使用eclipse导入外部的web工程时,有时会提示HttpServletRequest, Ser ...

  9. 如何关闭SAP CRM中间件的delta download方式

    Sent: Monday, July 14, 2014 2:39 PM Subject: RE: How to test Delta download in CRM Side 我们测request d ...

最新文章

  1. WordCount扩展与优化
  2. 【玩转Ubuntu】01. Ubuntu上配置JDK
  3. linux与window中sleep函数的头文件
  4. 三相逆变器双pi控制器参数如何调节_Boost 变换器 PI参数设计举例
  5. filebeat+elk简单搭配
  6. php 腾讯云 文字识别_腾讯云安全为何成为企业首选?4大原因成为制胜王道
  7. 在web网页中正确使用图片格式
  8. 遗传算法锦标赛选择java实现_java – 遗传算法锦标赛选择
  9. 如何成为架构师?7个关键的思考、习惯和经验
  10. 腾讯优测干货精选| 安卓开发新技能Get -常用必备小工具汇总
  11. 使用nssm管理Windows服务
  12. Android连续点击事件的实现
  13. 《Thinking in java》-学习笔记(9)
  14. matlab特定颜色提取
  15. 所谓领导力,指的是这21种能力
  16. 《C++ Primer》第15章 15.2节习题答案
  17. [C++] 什么是智能指针(Smart Pointer)以及何时使用
  18. java list namevaluepair_HashMap String,String和List NameValuePair之间的区别
  19. 时间序列早期分类问题定义和基本思想以及具体方法简述
  20. pygame(十五)拼图游戏

热门文章

  1. Linux查看网卡UUID另一方法
  2. Jmeter远程测试
  3. spinner的理解
  4. Ubuntu -- 安装、卸载程序的命令
  5. Core Services层
  6. 【转载】开源且免费软件包分类列表
  7. JBuilder9+Weblogic8.1——Filter过滤器在Jbuilder9中的运用
  8. windows导出文件名列表
  9. android view绘制过程
  10. python学习高级篇(part4)--内置函数issubclass和isinstance