Is there a SAP standard function module that transfers data of new items from ERP to CRM system?
Asked
Active
Viewed 511 times
0
-
1Please add more details to your question, as explained in the [help center](https://stackoverflow.com/help/how-to-ask). To say, it's a little short, currently. – Sandra Rossi Jun 07 '19 at 15:20
1 Answers
2
It depends of what kind of items you wanna replicate:
For business-partners there are standard functions which are adjustable from SPRO
For vendor data you can utilize FSSC_BP_REPLICATION or CRM_VENMAP_TO_CRMM_BUT_VENDNO reports
Order replication is triggered automatically and you do not have to do anything, just to ensure the BAdI
CHANGE_BEFORE_UPDATE
is active
Check also the most common problems that are faced during distribution and their solutions: TIPS to check the distribution of documents between CRM and ECC
Manual ERP->CRM tables replication is not recommended by SAP, however there are also special tools for this. For example, SAP Data Services and SLT:

Suncatcher
- 10,355
- 10
- 52
- 90
-
Thank you for the information. I need to pass the values of the custom fields from standard table ERP to CRM. – Jaycee Jun 20 '19 at 05:54
-
-
-
-
-
SLT supports any type of ABAP-based system, that supports RFC, and even pure DB-backends (Oracle, MSSQL). See p.9 [here](https://help.sap.com/doc/adacd9e3c19b42e29ec6cf6a22123668/3.0.01/en-US/Installation_Guide_SLT_for_ABAP_DMIS_2018_SP01.pdf). – Suncatcher Jun 25 '19 at 23:14