CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
There are several fields in the Material Master of ECC which are currently not supported by the BDOCs.  In this blog I will cover the configuration needs to be done in ECC for triggering the CRM middleware download of data.  Configuration Tables TBE24 and TPS34 in ECC must be maintained for triggering the CRM Middleware download of data from ECC to CRM. In Table TPS34 the Process CRM0_200 contains the entry for CRM Middleware download of data. 
  • Activate Customer Product by maintaining table TBE24 using transaction SM30
  • Maintain the Custom product e.g ZMATE
  • Add the function module that the OPEN_FI function module can find for a Business Transaction Event (BTE) as an alternative to a standard function module by maintaining table TPS34 using transaction SM30
  • Create Function module for mapping. Function Module ZSEND_PROD_TO_CRM handles mapping the custom fields to be transferred to the CRM system. Here is an example of the interface needed.
After this you should implement the source code to do the BAPIMTCS mapping to send the data to CRM  I will cover configuration in CRM for triggering the CRM middleware download of data in my next Extend the Material Master BDOC-Part 2
4 Comments