SAP ABAP Class CL_EHSS_ESO_PHRASE_EXTRACT (EHS: Enterprise Search Extract Phrases)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-SAF (Application Component) Product Safety
     CBUI (Package) Company Environment Information System
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_ESH_IF_OBJECT_DATA Object data by list of object ids 20081124
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20081124
Properties
Class CL_EHSS_ESO_PHRASE_EXTRACT  
Short Description EHS: Enterprise Search Extract Phrases    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBUI   Company Environment Information System 
Created 20081124   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ESO_EXTRACTION_TOOLS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ESP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 ESPAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 ESPPH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_ESH_IF_OBJECT_DATA Object data by list of object ids 20081124
2 IF_BADI_INTERFACE Tag Interface for BAdIs 20081124
Friends
Class CL_EHSS_ESO_PHRASE_EXTRACT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NODE_PHR_HEAD Constant Public Type reference (TYPE) ESH_E_OM_NODE_NAME 'PHR_HEAD' Node Name 20081125
2 GC_NODE_PHR_KEY Constant Public Type reference (TYPE) ESH_E_OM_NODE_NAME 'PHR_KEY' Node Name 20081125
3 GC_NODE_PHR_POS Constant Public Type reference (TYPE) ESH_E_OM_NODE_NAME 'PHR_POS' Node Name 20081125
4 GC_OBJECT_PHRASE Constant Public Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 'BUS1091' Object Type 20081125
5 GC_PACKAGE_SIZE Constant Private Type reference (TYPE) I 100 Package Size 20081203
6 GC_TABLE_ESTPH Constant Protected Type reference (TYPE) TABNAME 'ESTPH' Table Name 20081125
7 GTS_PHR_KEY_MANDATORY Static Attribute Protected Type reference (TYPE) CL_ESO_EXTRACTION_TOOLS=>GTY_TS_FIELDNAME 20081125
8 GT_MESSAGES Instance attribute Private Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090211
9 GV_FLG_RAISE_ERROR Instance attribute Private Type reference (TYPE) ESP1_BOOLEAN Flag: Raise Error Event 20090212
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Define Mandatory Fields to be Selected from ESTPH 20081125
2 COLLECT_NODE_ERROR Instance method Private Method Collect Error Messages During Node Extraction 20090211
3 COLLECT_READ_ERROR Instance method Private Method Collect Error Messages During Data Reading 20090211
4 GET_PHR_DATA Instance method Private Method Get Phrases Data with API Function 20081125
5 GET_PHR_HEAD Instance method Private Method Get Phrase Header 20081125
6 GET_PHR_POS Instance method Private Method Get Phrase Positions Detail Data and Long Texts 20081125
7 GET_ROOTNODE_DATA Instance method Private Method Get Rootnodes (Phrases Keys) for Object IDs 20081125
Events
Class CL_EHSS_ESO_PHRASE_EXTRACT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_PHR_KEY Protected See coding 20081125 begin of gty_s_phr_key. types recn type eserecn. types end of gty_s_phr_key
2 GTY_T_ESTPH Protected See coding 20081126 gty_t_estph TYPE STANDARD TABLE OF estph WITH DEFAULT KEY
3 GTY_T_PHR_KEY Protected See coding 20081124 GTY_T_PHR_KEY type standard table of GTY_S_PHR_KEY with default key
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EHSS_ESO_PHRASE_EXTRACT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method COLLECT_NODE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLG_NODE_ERROR Call by reference Type reference (TYPE) ESP1_BOOLEAN ESP1_FALSE 20090211
2 Importing IV_FLG_NODE_NOT_FOUND Call by reference Type reference (TYPE) ESP1_BOOLEAN ESP1_FALSE 20090211
3 Importing IV_NODE Call by reference Type reference (TYPE) ESH_E_OM_NODE_NAME Node Name 20090211

Method COLLECT_NODE_ERROR on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method COLLECT_READ_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ERROR_TAB Call by reference Type reference (TYPE) ESPAP_EXTERROR_TAB_TYPE 20090211

Method COLLECT_READ_ERROR on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method GET_PHR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_EXTRACTION Call by reference Type reference (TYPE) ESH_T_IF_EXTRACT_NODES Extraction of nodes 20081125
2 Importing IT_PHRKEY Call by reference Type reference (TYPE) GTY_T_PHR_KEY recn 20081125

Method GET_PHR_DATA on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method GET_PHR_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXTRACTION Call by reference Object reference (TYPE REF TO) ESH_S_IF_EXTRACT_NODE Extraction of one node 20081125
2 Importing IT_API_HEADER_TAB Call by reference Type reference (TYPE) ESPPH_APIPH_TAB_TYPE 20081125

Method GET_PHR_HEAD on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method GET_PHR_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXTRACTION Call by reference Object reference (TYPE REF TO) ESH_S_IF_EXTRACT_NODE Extraction of one node 20081125
2 Importing IR_EXTRACTION_PHR_HEAD Call by reference Object reference (TYPE REF TO) ESH_S_IF_EXTRACT_NODE Extraction of one node 20081215
3 Importing IT_API_TEXT_LONGTEXT_TAB Call by reference Type reference (TYPE) ESPPH_APIPL_TAB_TYPE 20081125
4 Importing IT_API_TEXT_TAB Call by reference Type reference (TYPE) ESPPH_APIPP_TAB_TYPE 20081125

Method GET_PHR_POS on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.

Method GET_ROOTNODE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXTRACTION Call by reference Object reference (TYPE REF TO) ESH_S_IF_EXTRACT_NODE Extraction of one node 20081125
2 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) GTY_T_PHR_KEY recn 20081125
3 Importing IV_LAST_OBJECT_ID Call by reference Type reference (TYPE) ESH_E_IF_GENERAL_ID General ID 20081125
4 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) ESH_E_IF_PACKAGE_SIZE Package size 20081126

Method GET_ROOTNODE_DATA on class CL_EHSS_ESO_PHRASE_EXTRACT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605