SAP ABAP Interface IF_HRRCF_SEARCH_EXP (Export Interface for Hit Lists)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRRCF_SEARCH_CONTROLLER Controller Class for Search Template Groups 20020828
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRRCF_SEARCH_M Controller Class for HRRCF_SEARCH 20060505
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRRCF_SEARCH_NEW_M Controller Class for HRRCF_SEARCH 20060331
Properties
Interface IF_HRRCF_SEARCH_EXP  
Short Description Export Interface for Hit Lists    
General Data
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20020820   SAP 
Last changed 20080505   SAP 
Unicode checks active    
Forward declarations
Interface IF_HRRCF_SEARCH_EXP has no forward declaration.
Interfaces
Interface IF_HRRCF_SEARCH_EXP has no interface.
Friends
Interface IF_HRRCF_SEARCH_EXP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CRITERIA_DISPLAY_TAB Instance attribute Public Type reference (TYPE) RCF_T_SQ_DISPLAY Table for Display of Requisitions 20020902
2 HITLIST Instance attribute Public Type reference (TYPE) RCF_T_HITLIST_WITH_RANKV Table for the Hit List with RANKV from Full Text Search 20020823
3 HITS_PER_PAGE Instance attribute Public Type reference (TYPE) RCF_HL_MAX_NUMBER Maximum Number of Hits for Search Query 20021104
4 IS_MANDATORY Instance attribute Public Type reference (TYPE) CHAR1 Is mandatory enabled? 20040308
5 IS_RANKING Instance attribute Public Type reference (TYPE) CHAR1 Is ranking enabled? 20040308
6 IS_WEIGHT Instance attribute Public Type reference (TYPE) CHAR1 Is weighting enabled? 20040308
7 PT_ELEMENT_LIST Instance attribute Public Type reference (TYPE) RCF_T_SRCH_ELEM 20040308
8 SEARCH_LANGUAGE Instance attribute Public Type reference (TYPE) SPRAS Search Language 20070201
9 SHOW_DOCUMENTATION Instance attribute Public Type reference (TYPE) BOOLE_D Display Documentation 20020823
10 SHOW_SETTINGS Instance attribute Public Type reference (TYPE) BOOLE_D Display Settings 20020823
11 SHOW_VARIANTS Instance attribute Public Type reference (TYPE) BOOLE_D Display variants 20020823
Methods
# Method Level Visibility Method type Description Created on
1 GET_ASSIGNED_ELEMENT Instance method Public Method Get Assigned Element 20070105
2 GET_HITLIST_ATTRIBUTES Instance method Public Method Returns List of Hits 20021104
3 GET_PARAMS Instance method Public Method Get Parameters 20060810
4 GET_SEARCH_LANGU Instance method Public Method Gets Search Language 20070201
5 GET_SEARCH_SETTINGS Instance method Public Method Gets Settings for Search 20020823
6 GET_SM_GROUP_ID Instance method Public Method Return Current Group ID 20060331
7 GET_VARIANT Instance method Public Method Return Current Variant 20021104
8 SET_HITLIST_ATTRIBUTES Instance method Public Method Sets Hit List 20021104
9 SET_PARAMS Instance method Public Method Set Parameters 20060810
10 SET_SEARCH_LANGU Instance method Public Method Sets Search Language 20070201
11 SET_SHOW_HITLIST Instance method Public Method Sets Flag for Display of Hit List 20020823
12 SET_SHOW_MORE_FIELDS Instance method Public Method Set flag for showing more fields 20040205
13 SET_SHOW_VARIANT Instance method Public Method Sets Flag for Display of Variants 20021204
14 SET_VARIANT Instance method Public Method Sets Current Variant 20021104
Events
Interface IF_HRRCF_SEARCH_EXP has no event.
Types
Interface IF_HRRCF_SEARCH_EXP has no local type.
Method Signatures

Method GET_ASSIGNED_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ELEMENT Call by reference Type reference (TYPE) HROBJECT_TAB Tabelle von HR-Objekten 20070105
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20070105

Method GET_HITLIST_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CRITERIA_DISPLAY_TAB Call by reference Type reference (TYPE) RCF_T_SQ_DISPLAY Tabelle für die Anzeige an Suchanfragen 20021104
2 Exporting HITLIST Call by reference Type reference (TYPE) RCF_T_HITLIST_WITH_RANKV Tabelle für die Trefferliste mit RANKV aus Volltextsuche 20021104
3 Exporting HITS_PER_PAGE Call by reference Type reference (TYPE) RCF_HL_MAX_NUMBER Maximale Anzahl von Treffern für eine Suchanfrage 20021104
4 Exporting IS_MANDATORY Call by reference Type reference (TYPE) CHAR1 Can mandatory conditions be specified? 20040308
5 Exporting IS_RANKING Call by reference Type reference (TYPE) CHAR1 Is ranking enabled? 20040307
6 Exporting IS_WEIGHT Call by reference Type reference (TYPE) CHAR1 Can weights be specified? 20040308
7 Exporting PT_ELEMENT_LIST Call by reference Type reference (TYPE) RCF_T_SRCH_ELEM 20040308

Method GET_HITLIST_ATTRIBUTES on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method GET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20060810

Method GET_PARAMS on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method GET_SEARCH_LANGU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEARCH_LANGUAGE Value transfer Type reference (TYPE) SPRAS Suchsprache 20070201

Method GET_SEARCH_LANGU on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method GET_SEARCH_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SHOW_DOCUMENTATION Call by reference Type reference (TYPE) BOOLE_D Dokumentation anzeigen 20020823
2 Exporting SHOW_SETTINGS Call by reference Type reference (TYPE) BOOLE_D Einstelluungen anzeigen 20020823
3 Exporting SHOW_SET_MAXHITS Call by reference Type reference (TYPE) BOOLE_D 20060515
4 Exporting SHOW_SET_THRES Call by reference Type reference (TYPE) BOOLE_D 20060515
5 Exporting SHOW_VARIANT Call by reference Type reference (TYPE) BOOLE_D Variantenauswahl anzeigen 20020823

Method GET_SEARCH_SETTINGS on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method GET_SM_GROUP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SM_GROUP_ID Value transfer Type reference (TYPE) RCF_SM_GROUP_ID Schlüssel der Suchmaskengruppe 20060331

Method GET_SM_GROUP_ID on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting VARIANT_STRUCTURE Call by reference Type reference (TYPE) RCF_S_SMG_VARIANTS Suchvarianten 20021104

Method GET_VARIANT on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_HITLIST_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CRITERIA_DISPLAY_TAB Call by reference Type reference (TYPE) RCF_T_SQ_DISPLAY Tabelle für die Anzeige an Suchanfragen 20021104
2 Importing HITLIST Call by reference Type reference (TYPE) RCF_T_HITLIST_WITH_RANKV Tabelle für die Trefferliste mit RANKV aus Volltextsuche 20021104
3 Importing HITS_PER_PAGE Call by reference Type reference (TYPE) RCF_HL_MAX_NUMBER Maximum Number of Hits for Search Query 20021104
4 Importing IS_MANDATORY Call by reference Type reference (TYPE) CHAR1 Can mandatory conditions be specified? 20040308
5 Importing IS_RANKING Call by reference Type reference (TYPE) CHAR1 Is ranking enabled? 20040307
6 Importing IS_WEIGHT Call by reference Type reference (TYPE) CHAR1 Can weights be specified? 20040308
7 Importing MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20070221
8 Importing PT_ELEMENT_LIST Call by reference Type reference (TYPE) RCF_T_SRCH_ELEM 20040308

Method SET_HITLIST_ATTRIBUTES on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20060810

Method SET_PARAMS on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_SEARCH_LANGU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEARCH_LANGUAGE Call by reference Type reference (TYPE) SPRAS Suchsprache 20070201

Method SET_SEARCH_LANGU on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_SHOW_HITLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW_HITLIST Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020823

Method SET_SHOW_HITLIST on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_SHOW_MORE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040205

Method SET_SHOW_MORE_FIELDS on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_SHOW_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHOW Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021204

Method SET_SHOW_VARIANT on Interface IF_HRRCF_SEARCH_EXP has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VARIANT_STRUCTURE Call by reference Type reference (TYPE) RCF_S_SMG_VARIANTS Suchvarianten 20021104

Method SET_VARIANT on Interface IF_HRRCF_SEARCH_EXP has no exception.
History
Last changed by/on SAP  20080505 
SAP Release Created in 10A