SAP CRM Location Assignment的实现原理

简介: SAP CRM Location Assignment的实现原理

I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:


image.png


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:


image.png


In the list result, PRDLOC is NOT there ( only PRDLOI ).


image.png


So I begin to debug function module COM_PRCAT_IL_REL_GET_RELTYPES:


image.png


I could see PRDLOC is selected successfully from database table, so it must be filtered out somewhere else.


image.png


Soon I found there is a special check routine for PRDLOC:


image.png


image.png

It will call its dedicated check function module:


image.png


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,


image.png


The expected relationship PRDLOC is now available for my product.


image.png


And finally I could see the Location assignment block in Overview page.


image.png

相关文章
|
23天前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
52 7
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
1月前
|
中间件
什么是 SAP CRM 系统里的 Initial Download
什么是 SAP CRM 系统里的 Initial Download
23 0
|
1月前
|
中间件
什么是 SAP CRM Initial Download
什么是 SAP CRM Initial Download
20 0
|
1月前
|
存储 数据管理 数据处理
SAP CRM 里 Attachment 搜索的实现逻辑介绍
SAP CRM 里 Attachment 搜索的实现逻辑介绍
21 0
|
19天前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
19 0
|
23天前
|
数据库
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
16 5
|
23天前
|
Web App开发 开发者 存储
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
25 6
介绍一个 webp 格式转 png 格式的软件:XNConvert
|
23天前
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
16 1
什么是 SAP ABAP 里的 Subscreen
|
1月前
|
中间件
如何在 SAP CRM 系统调试 Product Initial Download
如何在 SAP CRM 系统调试 Product Initial Download
15 0
|
1月前
|
XML 存储 数据格式
如何在 CRM Assignment block 里创建支持 Web Service 的 PDF 附件
如何在 CRM Assignment block 里创建支持 Web Service 的 PDF 附件
9 0