SAP ABAP Class CL_HRRCF_SPT_CUST_TABS (Access Class for Customizing Tables of Requisition)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_BL (Package) Recruitment Factory: Business Logic
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20011018
Properties
Class CL_HRRCF_SPT_CUST_TABS  
Short Description Access Class for Customizing Tables of Requisition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20011018   SAP 
Last change 20060711   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_SPT_CUST_TABS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20011018
Friends
Class CL_HRRCF_SPT_CUST_TABS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_LIT_ACTIVE_FALSE Constant Private Type reference (TYPE) STRING 'AND active = '' '' ' Literal for Where Condition 20011106
2 C_LIT_ACTIVE_TRUE Constant Private Type reference (TYPE) STRING 'AND active = ''X'' ' Literal for Where Condition 20011106
3 C_LIT_CLASSNAME Constant Private Type reference (TYPE) STRING 'AND classname = '' ' Literal for Where Condition 20011106
4 C_LIT_CLASSNAME_LIKE Constant Private Type reference (TYPE) STRING 'AND classname LIKE ''%'' ' Literal for Where Condition 20011106
5 C_LIT_FDNAME Constant Private Type reference (TYPE) STRING 'AND fdname = '' ' Literal for Where Condition 20011106
6 C_LIT_FDNAME_LIKE Constant Private Type reference (TYPE) STRING 'AND fdname LIKE ''%'' ' Literal for Where Condition 20011106
7 C_LIT_FDTYPE Constant Private Type reference (TYPE) STRING 'AND fdtype = '' ' Literal for Where Condition 20011106
8 C_LIT_FDTYPE_LIKE Constant Private Type reference (TYPE) STRING 'AND fdtype LIKE ''%'' ' Literal for Where Condition 20011106
9 C_LIT_INFO_CAT Constant Private Type reference (TYPE) STRING 'info_category = '' ' Literal for Where Condition 20011106
10 C_LIT_INFO_CAT_LIKE Constant Private Type reference (TYPE) STRING 'info_category LIKE ''%'' ' Literal for Where Condition 20011106
11 C_LIT_LANGU Constant Private Type reference (TYPE) STRING 'AND otype = '' ' Literal for Where Condition 20011106
12 C_LIT_LANGU_LIKE Constant Private Type reference (TYPE) STRING 'AND langu LIKE ''%'' ' Literal for Where Condition 20011106
13 C_LIT_OTYPE Constant Private Type reference (TYPE) STRING 'AND otype = '' ' Literal for Where Condition 20011106
14 C_LIT_OTYPE_LIKE Constant Private Type reference (TYPE) STRING 'AND otype LIKE ''%'' ' Literal for Where Condition 20011106
15 C_LIT_SPRAS Constant Private Type reference (TYPE) STRING 'spras = '' ' Literal for Where Condition 20011106
16 C_LIT_SPRSL Constant Private Type reference (TYPE) STRING 'sprsl = '' ' Literal for Where Condition 20011106
17 C_LIT_SPTYPE Constant Private Type reference (TYPE) STRING ' sptype = '' ' Literal for Where Condition 20011106
18 C_LIT_SPTYPE_LIKE Constant Private Type reference (TYPE) STRING ' sptype LIKE ''%'' ' Literal for Where Condition 20011106
19 C_LIT_SPTYPE_TXT Constant Private Type reference (TYPE) STRING 'AND sptype_txt = '' ' Literal for Where Condition 20011106
20 C_LIT_SPTYPE_TXT_LIKE Constant Private Type reference (TYPE) STRING 'AND sptype_txt LIKE ''%'' ' Literal for Where Condition 20011106
21 C_LIT_STRUCTURE Constant Private Type reference (TYPE) STRING 'AND structure = '' ' Literal for Where Condition 20011106
22 C_LIT_STRUCTURE_LIKE Constant Private Type reference (TYPE) STRING 'AND structure LIKE ''%'' ' Literal for Where Condition 20011106
23 DELETE Instance attribute Private Attribute reference (LIKE) 20011019
24 FALSE Instance attribute Private Attribute reference (LIKE) 20011019
25 INSERT Instance attribute Private Attribute reference (LIKE) 20011019
26 MODIFY Instance attribute Private Attribute reference (LIKE) 20011019
27 TRUE Instance attribute Private Attribute reference (LIKE) 20011019
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FDNAME_IN_IC Static method Public Method Checks if DDIC field can belong to an info category 20020429
2 READ_IC_DDFIELDS_TAB Static method Public Method Gets DDIC run info for field of info category 20020429
3 READ_SELANGU_DESCRIPTION Static method Public Method Reads T77RCF_SELANGU and Adds Descriptions 20011106
4 READ_SELANGU_LAISO_DESC Static method Public Method Reads T77RCF_SELANGU and Adds Descriptions 20080617
5 READ_SELANGU_TAB Static method Public Method Reads All Entries in T77RCF_SELANGU 20011024
6 READ_SPT_AATYPE Static method Public Method Reads an Entry from T77RCF_SPT_AATYPE 20030115
7 READ_SPT_ACTIVE_TAB Static method Public Method Reads All Active Search Profiles 20020430
8 READ_SPT_AF_TAB Static method Public Method Reads entries acc. to search profile type from T77RCF_SPT_AF 20020430
9 READ_SPT_IC Static method Public Method Reads entry acc. to infotype category from T77RCF_SPT_IC 20020429
10 READ_SPT_IC_FOR_OTYPE Static method Public Method 20060309
11 READ_SPT_INFTY Static method Public Method Reads Table T77RCF_SPT_INFTY 20020102
12 READ_SPT_OTYPE_TAB Static method Public Method Reads actively flagged entries according to object type 20020502
13 READ_SPT_SPTYPE_TAB Static method Public Method Reads actively flagged entries acc. to Search Profile Type 20020502
14 READ_SPT_TAB Static method Public Method Reads an Entry from T77RCF_SPT 20020821
Events
Class CL_HRRCF_SPT_CUST_TABS has no event.
Types
Class CL_HRRCF_SPT_CUST_TABS has no local type.
Method Signatures

Method CHECK_FDNAME_IN_IC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FDNAME Value transfer Type reference (TYPE) RCF_SPT_FDNAME Feld in der Struktur der Informationskategorie 20020429
2 Importing INFO_CATEGORY Value transfer Type reference (TYPE) RCF_SPT_INFO_CATEGORY Informationskategorie für Suchprofiltypen 20020429
3 Returning IS_PART Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020429
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020430

Method READ_IC_DDFIELDS_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DDFIELDS Call by reference Type reference (TYPE) DDFIELDS DD: Feldliste 20020429
2 Importing INFO_CATEGORY Value transfer Type reference (TYPE) RCF_SPT_INFO_CATEGORY Informationskategorie für Suchprofiltypen 20020429
3 Importing WITHOUT_TEXT Value transfer Type reference (TYPE) BOOLE_D Feldbezeichner nicht lesen = 'X' 20020429
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020429

Method READ_SELANGU_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20011106
2 Exporting SELANGU_DESC_TAB Call by reference Type reference (TYPE) RCF_T_SELANGU_DESC_LIST Beschreibungen der Suchmaschine-Sprachen 20011106
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Customizing Fehler 20011106

Method READ_SELANGU_LAISO_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20080617
2 Exporting SELANGU_DESC_TAB Call by reference Type reference (TYPE) RCF_T_LANGU_LAISO_DESC Beschreibungen der Suchmaschine-Sprachen 20080617
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Customizing Fehler 20080617

Method READ_SELANGU_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting I77RCF_SELANGU Call by reference Type reference (TYPE) T77RCF_SELANGU_TAB Tabelle für die von der Suchmaschine unterstützten Sprachen 20011024
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20011024

Method READ_SPT_AATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPTYPE Call by reference Type reference (TYPE) RCF_SPT_ID Suchprofiltyp 20030115
2 Exporting T77RCF_SPT_AATTYPE_TAB Call by reference Type reference (TYPE) T77RCF_SPT_AATTYPE_TAB Tabellentype für die T77RCF_SPT_AATYP 20030115

Method READ_SPT_AATYPE on class CL_HRRCF_SPT_CUST_TABS has no exception.

Method READ_SPT_ACTIVE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SPT_INFO_TAB Call by reference Type reference (TYPE) RCF_T_SPT_INFO Tabellentyp für die Informatione für einen Sucprofiltyp 20020821
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchfunktionalität 20020821

Method READ_SPT_AF_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPTYPE Value transfer Type reference (TYPE) RCF_SPT_ID Suchprofiltyp 20020430
2 Exporting T77RCF_SPT_AF Call by reference Type reference (TYPE) T77RCF_SPT_AF_TAB Tabelle mit den einen Suchprofiltyp zugeordneten Feldern 20020430
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020430

Method READ_SPT_IC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INFO_CATEGORY Value transfer Type reference (TYPE) RCF_SPT_INFO_CATEGORY Informationskategorie für Suchprofiltypen 20020429
2 Exporting T77RCF_SPT_IC Call by reference Type reference (TYPE) T77RCF_SPT_IC Informationskategorie 20020429
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020429

Method READ_SPT_IC_FOR_OTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_SPT_IC Call by reference Type reference (TYPE) T77RCF_SPT_IC_TAB 20060309
2 Importing P_OTYPE Call by reference Type reference (TYPE) OTYPE 20060309
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST 20060309

Method READ_SPT_INFTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLASSNAME Call by reference Type reference (TYPE) SEOCLNAME Klassenname 20020102
2 Importing INFTY Call by reference Type reference (TYPE) INFTY Infotyp 20020102
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Anlegen von Suchprofilen 20020102

Method READ_SPT_OTYPE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OTYPE Value transfer Type reference (TYPE) OTYPE Objekttyp 20020502
2 Exporting SPT_INFO_TAB Call by reference Type reference (TYPE) RCF_T_SPT_INFO Tabelle für Suchprofiltypen 20020821
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020502

Method READ_SPT_SPTYPE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPTYPE Value transfer Type reference (TYPE) RCF_SPT_ID Suchprofiltyp 20020502
2 Exporting SPT_INFO_TAB Call by reference Type reference (TYPE) RCF_T_SPT_INFO Tabellentyp für die Informatione für einen Sucprofiltyp 20020821
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchefunktionalität 20020502

Method READ_SPT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPTYPE Call by reference Type reference (TYPE) RCF_SPT_ID Suchprofiltyp 20020821
2 Exporting TABLE_LINE Call by reference Type reference (TYPE) T77RCF_SPT Suchprofiltypen 20020821
# Exception Resumable Description Created on
1 CX_HRRCF_SEARCH_CUST Ausnahmenklasse für das Customizing der Suchfunktionalität 20020821
History
Last changed by/on SAP  20060711 
SAP Release Created in 110