Show TOC

Procedure documentationSearching 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:

Procedure

Mandatory settings for search processing
  1. In Customizing for Master Data Governance, enter your specific settings under Start of the navigation path SAP Customizing Implementation Guide Next navigation step Cross-Application Components Next navigation step Master Data Governance Next navigation step General Settings Next navigation step Data Quality and Search Next navigation step Define Search Applications End of the navigation path:

    • Define your search application.

    • Define your access class.

    Note Note

    Your access class must use the standard search interface IF_USMD_SEARCH_DATA (Search for Entities).

    End of the note.
  2. 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).

Optional search indexing
  1. Initial load of index: Use the class CL_USMD_MODEL_EXT to read or extract data from the Master Data Governance data models.

  2. 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.