SAP ABAP IMG Activity BADI_SDQ_PP_INITIAL (BAdI: Access to Data in Reuse Active Area for Search Indexing)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-DQ (Application Component) Data Quality
     MDG_SDQ_SEARCH (Package) MDG: Search
IMG Activity
ID BADI_SDQ_PP_INITIAL BAdI: Access to Data in Reuse Active Area for Search Indexing  
Transaction Code S_BTD_53000149   (empty) 
Created on 20091102    
Customizing Attributes BADI_SDQ_PP_INITIAL   BAdI: Access to Data in Reuse Active Area for Search Indexing 
Customizing Activity BADI_SDQ_PP_INITIAL   BAdI: Access to Data in Reuse Active Area for Search Indexing 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name BADI_SDQ_PP_INITIAL_LOAD_ES    

Use

This Business Add-In (BAdI) is used in the Data Quality (CA-MDG-DQ) component.

You use this BAdI when you have not created an own search object connector template for the reuse active area but are using one of the MDG templates. The template is called during the initial extraction of data for the enterprise search indexing so that the data from the reuse active area can also be loaded for indexing, along with the data from the staging area.

The INITIAL_DATA_LOAD method collects the data from the reuse active area that corresponds to the nodes in the search object connector template and puts it into the tables that correspond to the nodes of the search object connector template. The node information is provided in the IT_OBJECT_EXTRACTION parameter. Each node corresponds to an entity in the MDG data model, which in turn corresponds to the object instance.

The BAdI has two filter parameters, IV_DATA_MODEL and IV_ROOT_ENTITY, which the implementation provider can use to identify the master data object. The implementation must provide the corresponding data model and root entity for the filter parameters.

The implementation must also set the EV_NO_MORE_DATA field to 'X' to indicate that there is no more data to be collected.

The BAdI definition is called when the user schedules an initial indexing for the search object connector that corresponds to the enterprise search object connector template. The template is called immediately after the extraction from the MDGF tables is completed. The implementation must also set the EV_NO_MORE_DATA field to 'X'.

Requirements

Standard settings

For more information about the standard settings (filters, single or multiple uses), see the Enh. Spot Element Definitions tab page in the BAdI Builder (transaction SE18).

Activities

For information about implementing BAdIs as part of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

Example

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20091113 
SAP Release Created in 702