SAP ABAP Class CL_EAMS_SP_SEARCH (Service Provider Search)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_SP_MISC (Package) Miscellaneous for Service Provider
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20081021
Properties
Class CL_EAMS_SP_SEARCH  
Short Description Service Provider Search    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_SP_MISC   Miscellaneous for Service Provider 
Created 20081021   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20081021
Friends
Class CL_EAMS_SP_SEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NODE Constant Public See coding Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081021
2 MO_BO Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_EQUI Business Object Equipment 20081021
3 MO_COLLECTOR Instance attribute Protected Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20081021
4 MO_SP_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_SP_SRV 20090227
5 MO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20081021
Methods
# Method Level Visibility Method type Description Created on
1 ACTION Instance method Public Method 20081021
2 CHECK_BEFORE_SAVE Instance method Public Method 20081021
3 CLEAN_UP Instance method Public Method 20081021
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081021
5 DELETE Instance method Public Method 20081021
6 GET_ESH_SEARCH_OBJECT Static method Private Method get ddic structure of result list 20090423
7 INSERT Instance method Public Method 20081021
8 MODIFY_QUERY Instance method Private Method modify query 20081024
9 QUERY Instance method Public Method 20081021
10 QUERY_OBJECT_RESULT Instance method Private Method get the result for a business object type 20081024
11 RETRIEVE Instance method Public Method 20081021
12 RETRIEVE_NUMBER_OF_HITS Instance method Private Method retrieve total number of hits 20090417
13 SAVE Instance method Public Method 20081021
14 UPDATE Instance method Public Method 20081021
Events
Class CL_EAMS_SP_SEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_EAMS_ESH_OBJECT_MAPPING Private See coding 20090423 BEGIN OF gty_eams_esh_object_mapping, eams_otype_name TYPE /plmb/gos_object_type, esh_otype_name TYPE esh_e_om_object_type, connector_id type esh_e_if_search_connector_id, END OF gty_eams_esh_object_mapping
2 GTY_T_EAMS_ESH_OBJECT_MAPPING Private See coding 20090423 gty_t_eams_esh_object_mapping TYPE STANDARD TABLE OF gty_eams_esh_object_mapping
3 GTY_T_QUERY_HEAD Private See coding 20081024 gty_t_query_head TYPE INDEX TABLE OF eams_s_sp_search_query_header WITH DEFAULT KEY
Method Signatures

Method ACTION Signature

Method ACTION on class CL_EAMS_SP_SEARCH has no parameter.
Method ACTION on class CL_EAMS_SP_SEARCH has no exception.

Method CHECK_BEFORE_SAVE Signature

Method CHECK_BEFORE_SAVE on class CL_EAMS_SP_SEARCH has no parameter.
Method CHECK_BEFORE_SAVE on class CL_EAMS_SP_SEARCH has no exception.

Method CLEAN_UP Signature

Method CLEAN_UP on class CL_EAMS_SP_SEARCH has no parameter.
Method CLEAN_UP on class CL_EAMS_SP_SEARCH has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COLLECTOR Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20081021

Method CONSTRUCTOR on class CL_EAMS_SP_SEARCH has no exception.

Method DELETE Signature

Method DELETE on class CL_EAMS_SP_SEARCH has no parameter.
Method DELETE on class CL_EAMS_SP_SEARCH has no exception.

Method GET_ESH_SEARCH_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) INDEX TABLE ESH Business Object Type 20090423
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20090423

Method GET_ESH_SEARCH_OBJECT on class CL_EAMS_SP_SEARCH has no exception.

Method INSERT Signature

Method INSERT on class CL_EAMS_SP_SEARCH has no parameter.
Method INSERT on class CL_EAMS_SP_SEARCH has no exception.

Method MODIFY_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20081024
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20081024
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) GTY_T_QUERY_HEAD Head of search query 20081024

Method MODIFY_QUERY on class CL_EAMS_SP_SEARCH has no exception.

Method QUERY Signature

Method QUERY on class CL_EAMS_SP_SEARCH has no parameter.
Method QUERY on class CL_EAMS_SP_SEARCH has no exception.

Method QUERY_OBJECT_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090417
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID(s) which match the selection parameters 20081024
3 Exporting ET_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID(s) and node data which matches selection parameters 20090417
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20081024
5 Importing IS_OPTIONS Call by reference Type reference (TYPE) /PLMB/S_SPI_QUERY_OPTIONS Query options 20081024
6 Importing IT_FILTER_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_SEARCH_RESULT_KEY List of NodeIDs to which result will be restricted 20090417
7 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) /PLMB/T_SPI_SELECTION_PARAM Selection criteria for Queries on BO attributes 20090417

Method QUERY_OBJECT_RESULT on class CL_EAMS_SP_SEARCH has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_EAMS_SP_SEARCH has no parameter.
Method RETRIEVE on class CL_EAMS_SP_SEARCH has no exception.

Method RETRIEVE_NUMBER_OF_HITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090417
2 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090417
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_SEARCH_TOTALHITS Table Type - total number of hits 20090417
4 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090417
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090417
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_SEARCH_TOTALHITS_ID Table Type - total number of hits 20090417
7 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090417

Method RETRIEVE_NUMBER_OF_HITS on class CL_EAMS_SP_SEARCH has no exception.

Method SAVE Signature

Method SAVE on class CL_EAMS_SP_SEARCH has no parameter.
Method SAVE on class CL_EAMS_SP_SEARCH has no exception.

Method UPDATE Signature

Method UPDATE on class CL_EAMS_SP_SEARCH has no parameter.
Method UPDATE on class CL_EAMS_SP_SEARCH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605