How to test Delta download in CRM Side

简介: How to test Delta download in CRM Side

Subject: How to test Delta download in CRM Side


Select one product in CRM side ( QD3/504 ) which you would like to test. The product must have already been downloaded from ERP successfully.

In this case I choose product ZJERRYERP1, whose description is “test material”.



image.png

go to ERP system, tcode MM02, make changes on material, for example change its description:

image.png


After successful save, the change should be immediately synchronized to CRM side. However, since QD3/QDD is the central test system and perhaps some colleagues are doing debugging, so there could be situations that the corresponding outbound queue in ERP and inbound queue in CRM is blocked for debugging purpose, in this case the delta change could not be synchronized to CRM immediately. Some manual steps must be done by tester.


step1: in ERP system, tcode SMQ1 to check whether there is blocked outbound queue:


in this example, the outbound queue is empty:


image.png


step2: in CRM system, tcode SMQ2 to check inbound queue.


In this example, there is one entry which represents our change on ERP material ZJERRYERP1.


The naming convention of queue name is: R3AD(D means delta).


image.pngimage.png


double click on it, and we will see the queue detail screen.



image.png

Double click on it again.


Execute the queue:



image.png

after queue is executed successfully, we should see no entry there any more.


image.png


go to CRM tcode COMMPR01, and we should see the description of product is already synchronized with ERP change successfully.


image.png

If the description is not changed as expected, use tcode SMW01 in CRM. According to your use case, select


image.png

you should see a greenlight for your queue R3AD_MATERIALZJERRYERP1.


image.png

Click this button to view data in BDOC container:


image.png

in our example, the changed description is stored in internal table SHORT_TEXTS:

image.pngimage.png


if the delta download does not work, there must be queue with red light. In this case use the button below to view detail errors.

image.png

相关文章
|
1月前
|
中间件
什么是 SAP CRM 系统里的 Initial Download
什么是 SAP CRM 系统里的 Initial Download
|
1月前
|
中间件
什么是 SAP CRM Initial Download
什么是 SAP CRM Initial Download
|
1月前
|
中间件
如何在 SAP CRM 系统调试 Product Initial Download
如何在 SAP CRM 系统调试 Product Initial Download
|
中间件
如何关闭SAP CRM中间件的delta download方式
如何关闭SAP CRM中间件的delta download方式
130 0
如何关闭SAP CRM中间件的delta download方式
|
中间件 容器
SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法
SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法
125 1
SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法
|
中间件 Go
SAP CRM中间件Request download的警告信息:Form of address 0001 not designated for organization
SAP CRM中间件Request download的警告信息:Form of address 0001 not designated for organization
SAP CRM中间件Request download的警告信息:Form of address 0001 not designated for organization
|
中间件
SAP CRM中间件Request download的警告信息:message Object is in status Wait
SAP CRM中间件Request download的警告信息:message Object is in status Wait
SAP CRM中间件Request download的警告信息:message Object is in status Wait
|
XML JavaScript 前端开发
CRM 里面table download to excel的实现
CRM 里面table download to excel的实现
CRM 里面table download to excel的实现
another delta upload in CRM side
Created by Wang, Jerry, last modified on Dec 14, 2014
another delta upload in CRM side