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

SAP CRM中间件下载时,为什么有时候会生成一个奇怪的BDOC容器 CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

程序员文章站 2022-03-08 15:50:04
...

# Subject: RE: Subtractive changes in CRM Product Settypes by Request Load Functionality

The reason that the proper structures do not make it through was a filter setting for the object MATERIAL in CRM Tx R3AC1 (=> ERP table CRMFILTAB):

SAP CRM中间件下载时,为什么有时候会生成一个奇怪的BDOC容器
            
    
    
        CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台 

Thus, R3TR/FUNC CRM_FILTER_DOWNLOAD_DATA in line 341 of CRS_SEND_TO_SERVER will kick out all BAPIMTCS containers, if the respective material number is not included in the filter array(s).

Don’t ask me for the purpose of that ‘residual’ structure. In my memory, it was not present in the download container in the past (couple of years ago). J

The main thing is: now my test request (‘TF82’) made it through. Feel free to use it.