首页 > 其他 > 详细

How to resolve error message Distribution channel is not allowed for sales

时间:2020-01-29 21:27:25      阅读:74      评论:0      收藏:0      [点我收藏+]

I try to download customer material info record from ERP via request download.
This is my download request created in tcode R3AR2:

技术分享图片

This is my customer material info record created in ERP:

技术分享图片

When I perform request download, I receive this error message in CRM tcode SMW01:

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ukiGp6rX-1579954658302)(https://upload-images.jianshu.io/upload_images/2085791-4a5e3ae048ddca70.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)]

I debug and found that the error message is raised in FM below, due to the failure match of Sales organization 50040102 and distribution chain 01:

技术分享图片

error message is raised in line 71:

技术分享图片

When I check the internal table st_distr_chains, I found there are corresponding entry for channel 10, but not for 01.

技术分享图片

The solution is, to add missing attribute combination distribution channel 01 and all three division 00, 01 and 07 in tcode PPOMA_CRM:

技术分享图片

and then update buffer table CRMD_ORGMAN_TEMP by running program HRBCI_ATTRIBUTES_BUFFER_UPDATE.

技术分享图片

Once done, the modified attributes are now visible in buffer table and the original mapping error message would be resolved.

技术分享图片

keyword

distribution_channel, distribution, CRMD_ORGMAN_TEMP, HRBCI_ATTRIBUTES_BUFFER_UPDATE, PPOMA_CRM, KNMT, KUNNR, CRM_PROD_SALES, CUST_MAT_INFO, customer_material_inforecord, customer_material, info_record

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术分享图片

How to resolve error message Distribution channel is not allowed for sales

原文:https://www.cnblogs.com/sap-jerry/p/12241463.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!