SAP CRM Location Assignment的实现原理 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:
And I create a product based on category MAT_HAWA. To my surprise, I could not see Location assignment block as expected. I use the following test code in my utility class to list what exactly relationships assigned to my product:
In the list result, PRDLOC is NOT there ( only PRDLOI ).
So I begin to debug function module COM_PRCAT_IL_REL_GET_RELTYPES:
I could see PRDLOC is selected successfully from database table, so it must be filtered out somewhere else.
Soon I found there is a special check routine for PRDLOC:
It will call its dedicated check function module:
This check function module will check whether MARC and MARC_KEY is registered for adapter object MATERIAL in tcode R3AC1. After I add these two missing entries,
The expected relationship PRDLOC is now available for my product.
And finally I could see the Location assignment block in Overview page.
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
推荐阅读
-
wordpress插件上传的失败原因和处理方案 WordPressSAP成都研究院SAP Cloud PlatformSAP云平台SAP
-
使用SAP CRM中间件XIF(External Interface)一步步创建服务订单 SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP
-
Product settype在CRM WebClient UI架构中的地位 SAPCRMSAP成都研究院SAP Cloud PlatformSAP云平台
-
SAP Cloud for Customer ABSL的一些优化 C4CCloud for CustomerSAP成都研究院SAP Cloud PlatformSAP云平台
-
Account group in ERP and its mapping relationship with CRM partner group ERPCRMSAP成都研究院SAP Cloud PlatformSAP云平台
-
SAP CRM中间件下载时数据库表CRMATAB为空的处理方法 SAP成都研究院SAP Cloud PlatformSAP云平台CRM中间件
-
SAP CRM里产品主数据的文本模型设计 SAP成都研究院SAP Cloud PlatformSAP云平台SAPFiori
-
如何关闭SAP CRM中间件的delta download方式 CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台
-
How to test Delta download in CRM Side CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台
-
How to download sales BOM from ERP to CRM SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP