欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

How to test Delta download in CRM Side CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

程序员文章站 2022-03-08 15:45:07
...

Subject: How to test Delta download in CRM Side

1. 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".

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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:

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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)<Material ID in ERP>.

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

Double click on it again.

Execute the queue:

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

you should see a greenlight for your queue R3AD_MATERIALZJERRYERP1.

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

Click this button to view data in BDOC container:

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

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.

How to test Delta download in CRM Side
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台