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

简介:

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

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

相关文章
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
893 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
3月前
|
消息中间件 Java
connection error;reply-code=503;unknown exchange type ‘x-delayed-message‘
connection error;reply-code=503;unknown exchange type ‘x-delayed-message‘
22 0
|
5月前
|
前端开发
Fatal error_ ENOSPC_ System limit for number of file watchers reached, watch '...path...'
Fatal error_ ENOSPC_ System limit for number of file watchers reached, watch '...path...'
|
9月前
|
数据安全/隐私保护
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
144 1
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
146 0
|
Go iOS开发
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
352 0
|
Linux
WARNING: Re-reading the partition table failed with error 22: Invalid argument
在划分磁盘分区时,遇到错误“WARNING: Re-reading the partition table failed with error 22: Invalid argument” 如下所示: [root@DB-Server u02]# fdisk -l   Disk /dev/sda: 500.
2469 0
How to resolve Unable to load groups error message
When you open Fiori launchpad, you can only see empty screen with the following error message:
How to resolve Unable to load groups error message
How to resolve warning message Access restriction -The type Resource is not accessible
How to resolve warning message Access restriction -The type Resource is not accessible
117 0
How to resolve warning message Access restriction -The type Resource is not accessible
How to resolve error message Pricing procedure could not be determined
How to resolve error message Pricing procedure could not be determined
101 0
How to resolve error message Pricing procedure could not be determined

热门文章

最新文章