SAP ABAP Data Element HRWPC_OBJSEARCHCLASS (Class for Object Search)
Hierarchy
SAP_HRGXX (Software Component) Sub component SAP_HRGXX of SAP_HR
   EP-PCT-MGR-HR (Application Component) Business Package for Manager Self-Service (HR)
     PWPC_MAN_TEAMOVERVIEW (Package) PWPC_MAN_TEAMOVERVIEW
Basic Data
Data Element HRWPC_OBJSEARCHCLASS
Short Description Class for Object 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 SearchClas 
Medium 20 Object Class Search 
Long 30 Class for Object Search 
Heading 30 Class for Object Search 
Documentation

Definition

Use

To be able to display an organizational structure view, the Object and Data Provider must first determine the relevant objects. Therefore, you must first define an object selection that is composed of object selection rules or an ABAP class for an object search.

In this field, you store the name of the ABAP class for which the find object function is to be used. This class must implement the specified interface IF_HRWPC_OADP_OBJECTSEARCH.

Dependencies

To enable any parameters in the form of name-value pairs to be transferred to the interface methods when they are called, you must define parameter groups in Customizing and assign these parameter groups, together with the name of the ABAP class for the object search, to an object selection.

Example

The following ABAP class is included in the standard system for the find object function in the Object and Data Provider:

History
Last changed by/on SAP  20110901 
SAP Release Created in 2005_1_500