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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
H
Heimdal Security Blog
Jina AI
Jina AI
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
AWS News Blog
AWS News Blog
C
Cisco Blogs
Cisco Talos Blog
Cisco Talos Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The Hacker News
The Hacker News
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Threatpost
S
Securelist
P
Privacy International News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
博客园 - 叶小钗
J
Java Code Geeks
V
V2EX
博客园 - Franky
Spread Privacy
Spread Privacy
K
Kaspersky official blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Simon Willison's Weblog
Simon Willison's Weblog
Project Zero
Project Zero
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
C
Cybersecurity and Infrastructure Security Agency CISA
C
CERT Recently Published Vulnerability Notes
Latest news
Latest news
NISL@THU
NISL@THU
罗磊的独立博客
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
V
Visual Studio 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 from CRM to ERP
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