Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
AndreasSeifried
Product and Topic Expert
Product and Topic Expert
0 Kudos

With the MDM Enrichment Architecture master data can be enhanced in several ways through the integration of external business information providers or generic data services.

A core component of this architecture is the MDM Enrichment Controller. This Java based application orchestrates the data flow between the MDM repository where the master data resides and the enrichment adapters that interface to the external data service.

Further information on how to install and configure the MDM Enrichment Architecture is available in the MDM installation guide from the MDM documentation center on SAP Service marketplace (http://service.sap.com/installMDM) and via the SAP Help Portal (http://help.sap.com/saphelp_mdm550/helpdata/en/index.htm -> MDM Enrichment Architecture).

The MDM Enrichment Controller provides a web-based user interface (Web Dynpro) for administration and monitoring. After installation, this UI is accessible through: http://localhost:50000/webdynpro/dispatcher/sap.com/tc~mdm~enrichment~ui/MDM_EC

Initially, you need to log on with a username that was assigned the J2EE role MDM EC Administrator.

After that you can select out of several activities.
(Note that the action Configure EC is not yet available and therefore the respective link is disabled. All configuration settings are still done through a configuration file.)

  

  • Monitor System
    Provides a quick and effective way to see the status of the controller, including the connections to MDM repositories and the configured adapters. In case of problems troubleshooting tips are provided to resolve the error.
  • Test Enrichment Provider System
    A test environment for enrichment adapters that lets you submit an XML request and examine the XML response of an adapter just as it would happen at run time. This is done without an actual connection to any MDM repository as only the communication between the MDM Enrichment controller and the selected adapter is tested. As a consequence, the test environment can even be used without an installed MDM server.
  • Restart EC Activities
    Performs a re-initialization of the MDM Enrichment Controller, for example to immediately activate changes done to the configuration file.
  • Update Schema
    As the MDM Enrichment Controller stores status information about the processing of enrichment requests in the MDM repository, a dedicated table and fields are required. Via this link you can automatically add these to the repository schema.

You can also quickly navigate to the respective documentation on the SAP Help Portal via the tab Documentation.

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/10dc6cf9-ba22-2a10-37a3-9f6d87... 
If you are interested in more details about the MDM Enrichment Architecture: I will speak at SAP TechEd in Munich. You can attend there my session MDM350, which explains in detail how to develop and integrate an enrichment adapter.

Cheers,
Andreas

2 Comments