惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

博客园 - Raymond Zhang

案例分享:电信行业零售业务CRM架构 客户关系管理及客户服务简介(译) How-to: disable the web-security-check in Chrome for Mac 基于HANA Cloud的SAP Mobility Platform正式发布 Automate debugging using ABAP debugger scripts Some notes about CRM Roles Concept in Web UI Fixing the SAPOSS RFC connection via Secure Storage Migration How-to: Move the items in local to specific packages Some basic skills (2) - Configure the printer for your SAP systems A trouble shooting case - Background job ZABC failed Gateway Notes (1) SAP Netweaver Gateway Add-on for Backend System Installation Some basic skills (1) - Change the background image after logon Why is “GUID” used in SAP CRM? SPM (Service Parts Management) Inter-Company STO - CRM Billing issue Enhancement on SAP CRM Web UI page toolbar How to estimate the active condition records in a CRM system (2) How to estimate the active condition records in a CRM system (1) Introduction of new feature ‘Tag Cloud’ with SAP CRM 7.0 Ehp 1
How-to: Set up the delta upload for Vendor Master Data fr...
Raymond Zhang · 2011-06-15 · via 博客园 - Raymond Zhang

Prerequisites

1. Check and implement Note 1107943 in ERP system to enable some important Function Modules.

2. Check mapping tables: CRMM_BUT_VENDNO in CRM system; CRMLIFNR in ERP system. This could be used to check in next steps.

3. Check version of CRM and ERP product version, this article is not valid for CRM as of 5.0.

Configuration

In CRM system

1. Active the Vendor BDoc related function module in table CRMC_BUT_CALL_FU via SM31 so that the Vendor related BDocs would be available after Vendor BPs is updated.

Maintain the VEND_MWX_CREATE_MAIN_BDOC FM as active for the Business Partner object.

clip_image004

2. Check the filter settings in R3AC1 for adapter objects VEND_MAIN, make sure only the BP with role ‘Vendor’ is configured.

clip_image006

Make sure the Role ‘BBP000’ is selected as the filter value.

clip_image008

3. Check in SMOEAC to make sure the subscription of the ERP backend and the Vendor related Publication object is defined.

clip_image010

clip_image012

In ERP System

1. Maintain the Business Partner Data Exchange table COM_BUPA_CALL_FU to make sure the Vendor delta update related FM is active.

The function PI_BP_PROXY_BAPI_VENDOR must be active, and the function PI_BP_PROXY_BAPI_CUST_VEND must not be active.

clip_image016

2. Maintain the Subscription Table for upload and download objects to make sure the update from CRM is received and the confirmation information could be sent back correctly.

In SM31, maintain table CRMSUBTAB

To make sure the upload from CRM is sufficient; the function COM_VEND_MAIN_INBOUND shall be active for object VEND_MAIN of class BUPA for ‘Upload’.

clip_image020

To make sure the download to CRM is sufficient, the function PI_BP_VENDOR_MAIN_EXTRACT should be active for object VENDOR_MAIN of class VEND for ‘Download’.

clip_image022

3. Map the CRM Role Category and the ERP Account Grouping.

clip_image024

Attention:

We need to make sure that the number range we set for the CRM Vendors is included in the ERP Account Group’s number range.

To check the number range for Vendor (BP Groupings) in CRM, check the number range definition and the assignment to BP Groupings following the customizing path.

clip_image026

Or you could check the assignment directly via maintaining the table view ‘V_TB01’.

And check the number range ‘12’ in the number range definition.

clip_image030

In CRM, the number range should be internal as the direction is from CRM -> ERP. Vendor number is firstly generated in CRM.

At the same time, check the number range and account groups in ERP to make sure the number range we identified is included.

clip_image032

Or check the assignment in this way.

clip_image034

Many thanks to Fritz, Lei, Zhensheng, Joyce and Note 883162.

Raymond Zhang
If you want to discuss with me about any idea, please contact me at raymond.zhang@sap.com