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

Equipment delta upload from CRM to ERP

作者头像
Jerry Wang
发布2019-07-18 15:27:43
4440
发布2019-07-18 15:27:43
举报
知识共享许可协议
知识共享许可协议

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

An equipment in ERP is downloaded to CRM

clipboard1
clipboard1
代码语言:javascript
复制
    Change its description in CRM
 

Expectation: the description change could be replicated back to ERP automatically, ( once necessary customizing is done ).

I search in CSS against customer ticket with keyword “equipment upload DNL_EQUIPMENT”. After several hours I found this ticket: 2010 485648. The callstack draws my attention:

clipboard2
clipboard2

According to it, I assume the equipment upload ( FM CRM_EQUI_UPLOAD_R3A_OS ) is executed under flow text M01, so I add the following entry in AG3/001: (SM30 SMW3FDCUST. Previously it is missing )

clipboard3
clipboard3

Then I made change and debug the inbound queue:

clipboard4
clipboard4

And this time CRM_UPLOAD_TO_OLTP is called with the callstack exactly the same as the one mentioned in customer incident. Also the upload handler for DNL_EQUIPMENT is also determined successfully.

clipboard5
clipboard5

The existing Subscription for PRODUCT_INDOBJ is defined incorrectly (that was back in 2012). The used criteria is never fulfilled (OBJECT_FAMILY = *). Hence your data with object family 0401 were not send to EBJ.

clipboard6
clipboard6

I created a new subscription for Object Family 0401 (PROD_INDOBJ Jerry)

clipboard7
clipboard7

That was the only problem, the entry you created in table SMW3FDCUST is not needed – I deactivated it. The service to determine which system should get the data … and the call of the service that finally sends the data to the other system are standard services for flow context M01. The standard services are maintained in table SMW3DFST.

I executed one of your BDoc messages and now data are sent to EBP (while the data are being processed in EBJ you see an outbound queue in AG3, like e.g. R3AUINDOBJZJERRY0827). The ERP sends also an acknowledgment back to CRM. This acknowledgement is processed with CRM Inbound queue R3AD_DNL_EQUIPMENT. You can see e.g. the BDoc message with ID LUTZS20140917161251 in AG3 (transaction SME01).

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

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

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

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档