Searching with Customer-Specific Search Providers
In SAP Master Data Governance you can also implement your own search providers. If you want to do this, you have to do the following:
In Customizing for Master Data Governance
, enter your specific settings under :
Define your search application.
Define your access class.
Note
Your access class must use the standard search interface IF_USMD_SEARCH_DATA
(Search for Entities
).
User interface: Use the generic WebDynpro application USMD_ENTITY_SEARCH
and launch it with the parameter SEARCH_MODE
= your new search application
(as defined in step 1).
Initial load of index: Use the class CL_USMD_MODEL_EXT
to read or extract data from the Master Data Governance data models.
Delta load of index: Use the enhancement spot USMD_TRANSACTION_EVENTS
to update the index with the changes made in the records of a Master Data Governance data model.