前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >COM_LOCAT_ADDR

COM_LOCAT_ADDR

作者头像
Jerry Wang
发布2019-07-18 14:33:18
5500
发布2019-07-18 14:33:18
举报
知识共享许可协议
知识共享许可协议

版权声明:署名,允许他人基于本文进行创作,且必须基于与原先许可协议相同的许可协议分发本文 (Creative Commons

In CRM inbound processing, a change is performed on settype COM_LOCAT_ADDR for object 10326079,

clipboard1
clipboard1

Before real change is executed, there is a check performed against the latest data from ERP ( line 135, is_rel ) and the current data in CRM ( line 136 is_rel_old ):

clipboard2
clipboard2

The below screenshot is CRM data:

clipboard3
clipboard3

The below screenshot is ERP data:

clipboard4
clipboard4

Due to the check in line 52, there is an error message raised saying the data of this settype could only be changed in its original system DBQ/100.

clipboard5
clipboard5

I checked customizing in CRM through path SPRO->Customer Relationship Management->Master data->Products->Business addins->BAdI: allow changes to product data and do not find entry for settype COM_LOCAT_ADDR, so I wonder how you succeed to change its data since it is readonly in CRM?

clipboard6
clipboard6

If you add necessary entries in this customizing, there should be no more error message any more. The latest change in ERP will always come to CRM via initial load.

The reason why this settype COM_LOCAT_ADDR is handled in CRM

In CRM inbound processing there is a BAdI which calls FM below to scan if there is change on address in ERP by evaluating flag locat_addr-s_admin-task:

clipboard7
clipboard7

And for 10326079, the answer is yes since task field is marked as “U”:

clipboard8
clipboard8

So the FM will append settype COM_LOCAT_ADDR to internal table for changed settype.

clipboard9
clipboard9

Add according to my previous mail below, system has detected that there is already a change in CRM done on 2014-08-16 11:36:14, so it complains about this. The address change in ERP is included in MESSAGE_EXT-ADRC:

clipboard10
clipboard10
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年07月17日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • The reason why this settype COM_LOCAT_ADDR is handled in CRM
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档