SAP ABAP Data Element /BOBF/OBM_ES_DATA_EXTRAC_CLASS (Data extractor class for Enterprise Search)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Basic Data
Data Element /BOBF/OBM_ES_DATA_EXTRAC_CLASS
Short Description Data extractor class for Enterprise Search  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 ES ext.cl. 
Medium 15 ES extr. class 
Long 20 ES data extr. class 
Heading 40 Enterprise Search data extractor class 
Documentation

Definition

Name of the class for Enterprise Search data extraction.

Use

The class is used to extract business object data and replicate it to Enterprise Search. The class must support full indexing as well as delta indexing. It must implement the interface /BOBF/IF_SEA_BO_DATA_EXTRACT. Per default, the system enters the class /BOBF/CL_SEA_BO_DATA_EXTRACT, which tes the datavase view of the BO . Use another extraction class only if different model approaches exist, for example the replication of transient data.

Dependencies

Enterprise Search triggers the implementation if the following prerequisites are fulfilled:

  • In the Connector Administration Cockpit, a connector for the model exists
  • The connector is scheduled for full indexing and/or delta indexing
  • Business object data exist (full indexing)
  • Business object changes are newly persisted (delta indexing)

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 747