SAP ABAP Class CL_HRRCF_T77RCF_SCALES (Access class for table T77RCF_SCALES)
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 20040124
Properties
Class CL_HRRCF_T77RCF_SCALES  
Short Description Access class for table T77RCF_SCALES    
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 20040124   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_T77RCF_SCALES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20040124
Friends
Class CL_HRRCF_T77RCF_SCALES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CAND_CLASSIF_PROF_LIST Static Attribute Public Type reference (TYPE) RCF_T_PROFICIENCY Proficiencies of Qualification Scale 20040205
2 CDCY_CLASSIF_PROF_LIST Static Attribute Public Type reference (TYPE) RCF_T_PROFICIENCY Proficiencies of Qualification Scale 20040205
3 CLASSIF_MAX_RANGE Constant Private Type reference (TYPE) DEC07 101 General work field with a length of 3 spaces 20040129
4 CLASSIF_MIN_RANGE Constant Private Type reference (TYPE) DEC07 1 Decimal field of length 7 20040306
5 C_CAND_CLASSIF_SCALE Constant Private Type reference (TYPE) CHAR1 'C' Single-Character Flag 20040205
6 C_CDCY_CLASSIF_SCALE Constant Private Type reference (TYPE) CHAR1 'A' Single-Character Flag 20040205
7 C_READINESS_SCALE Constant Private Type reference (TYPE) CHAR1 'R' Single-Character Flag 20050210
8 C_WEIGHTS_SCALE Constant Private Type reference (TYPE) CHAR1 'W' Single-Character Flag 20040126
9 FALSE Instance attribute Private Attribute reference (LIKE) 20040124
10 MSGCL_ADMIN Instance attribute Private Attribute reference (LIKE) 20040124
11 MSGCL_USER Instance attribute Private Attribute reference (LIKE) 20040124
12 READINESS_PROF_LIST Static Attribute Public Type reference (TYPE) RCF_T_PROFICIENCY Proficiencies of Qualification Scale 20050210
13 TRUE Instance attribute Private Attribute reference (LIKE) 20040124
14 WEIGHTS_MAX_RANGE Constant Private Type reference (TYPE) DEC07 10000 Decimal field of length 7 20040205
15 WEIGHTS_MIN_RANGE Constant Private Type reference (TYPE) DEC07 0 Decimal field of length 7 20040306
16 WEIGHTS_PROF_LIST Static Attribute Public Type reference (TYPE) RCF_T_PROFICIENCY Proficiencies of Qualification Scale 20040128
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_PROF_FOR_VALUE Static method Private Method Calculate proficiency for absolute value 20040129
2 CALCULATE_VALUE_FOR_PROF Static method Private Method Calculate absolute value given a proficiency 20040128
3 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20040130
4 GET_CAND_CLASSIF_VAL_FOR_PROF Static method Public Method Get candidate classification value for given proficiency 20040205
5 GET_CDCY_CLASSIF_VAL_FOR_PROF Static method Public Method Get candidacy classification value for given proficiency 20040205
6 GET_PROF_FOR_CAND_CLASSIF_VAL Static method Public Method Get Proficiency for Given Candidate Classification Value 20040205
7 GET_PROF_FOR_CDCY_CLASSIF_VAL Static method Public Method Get Proficiency for Given Candidacy Classification Value 20040205
8 GET_PROF_FOR_READINESS_VAL Static method Public Method Get Proficiency for Given Readiness Value 20050210
9 GET_PROF_FOR_WEIGHTS_VAL Static method Public Method Get Proficiency for Given Weighting Value 20040205
10 GET_READINESS_VAL_FOR_PROF Static method Public Method Get Readiness Value for Given Proficiency 20050210
11 GET_VALUEHELP_TAB Static method Public Method Reads Key Fields and Value Fields for Lists 20040306
12 GET_WEIGHTS_VAL_FOR_PROF Static method Public Method Get weighting value for proficiency 20040128
13 READ_CAND_CLASSIF_PROF_TEXT Static method Public Method Read proficiency text for a given candidate ranking 20040205
14 READ_CDCY_CLASSIF_PROF_TEXT Static method Public Method Read proficiency text for a given candidacy ranking 20040205
15 READ_PROF_ALL Static method Public Method Read all proficiencies 20040127
16 READ_READINESS_PROF_TEXT Static method Public Method Read proficiency text for a given candidacy ranking 20050210
17 READ_SCALE Static method Private Method Reads scale if for a given scale type 20040124
18 READ_WEIGHTS_PROF_TEXT Static method Public Method Read proficiency text for a given weighting proficiency 20040128
Events
Class CL_HRRCF_T77RCF_SCALES has no event.
Types
Class CL_HRRCF_T77RCF_SCALES has no local type.
Method Signatures

Method CALCULATE_PROF_FOR_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_PROF_LIST Call by reference Type reference (TYPE) RCF_T_PROFICIENCY Ausprägungen einer Qualifikationsskala 20040129
2 Importing P_MAX_RANGE Call by reference Type reference (TYPE) DEC07 Dezimalfeld der Länge 7 20040129
3 Importing P_MIN_RANGE Call by reference Type reference (TYPE) DEC07 Dezimalfeld der Länge 7 20040306
4 Exporting P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040129
5 Importing P_VALUE Call by reference Type reference (TYPE) ANY 20040129

Method CALCULATE_PROF_FOR_VALUE on class CL_HRRCF_T77RCF_SCALES has no exception.

Method CALCULATE_VALUE_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_PROF_LIST Call by reference Type reference (TYPE) RCF_T_PROFICIENCY Ausprägungen einer Qualifikationsskala 20040128
2 Importing P_MAX_RANGE Call by reference Type reference (TYPE) DEC07 Dezimalfeld der Länge 7 20040128
3 Importing P_MIN_RANGE Call by reference Type reference (TYPE) DEC07 Dezimalfeld der Länge 7 20040306
4 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040129
5 Exporting P_VALUE Call by reference Type reference (TYPE) ANY Classication data 20040128

Method CALCULATE_VALUE_FOR_PROF on class CL_HRRCF_T77RCF_SCALES has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method GET_CAND_CLASSIF_VAL_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CLASSIF_VALUE Call by reference Type reference (TYPE) RCF_CAND_CLASSIFICATION Classication data 20040205
2 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040205

Method GET_CAND_CLASSIF_VAL_FOR_PROF on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_CDCY_CLASSIF_VAL_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CLASSIF_VALUE Call by reference Type reference (TYPE) RCF_CDCY_RATING 20040205
2 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040205

Method GET_CDCY_CLASSIF_VAL_FOR_PROF on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_PROF_FOR_CAND_CLASSIF_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CLASSIFICATION Call by reference Type reference (TYPE) RCF_CAND_CLASSIFICATION Klassifizierung 20040205
2 Exporting P_PROF Call by reference Type reference (TYPE) RATING Proficiency of a Quality Scale 20040205

Method GET_PROF_FOR_CAND_CLASSIF_VAL on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_PROF_FOR_CDCY_CLASSIF_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CLASSIFICATION Call by reference Type reference (TYPE) RCF_CDCY_RATING Assignment Rating 20040205
2 Exporting P_PROF Call by reference Type reference (TYPE) RATING Proficiency of a Quality Scale 20040205

Method GET_PROF_FOR_CDCY_CLASSIF_VAL on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_PROF_FOR_READINESS_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CLASSIFICATION Call by reference Type reference (TYPE) RCF_CDCY_RATING Assignment Rating 20050210
2 Exporting P_PROF Call by reference Type reference (TYPE) RATING Proficiency of a Quality Scale 20050210

Method GET_PROF_FOR_READINESS_VAL on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_PROF_FOR_WEIGHTS_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_PROF Call by reference Type reference (TYPE) RATING Proficiency of a Quality Scale 20040205
2 Importing P_WEIGHT Call by reference Type reference (TYPE) RCF_SE_TERM_WEIGHT Gewichtung des Suchanfrageargumentes 20040205

Method GET_PROF_FOR_WEIGHTS_VAL on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_READINESS_VAL_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CLASSIF_VALUE Call by reference Type reference (TYPE) RCF_CDCY_RATING 20050210
2 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20050210

Method GET_READINESS_VAL_FOR_PROF on class CL_HRRCF_T77RCF_SCALES has no exception.

Method GET_VALUEHELP_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEPENDENT_FROM Call by reference Type reference (TYPE) ANY 20040306
2 Importing LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20040306
3 Exporting VALUEHELP_TAB Call by reference Type reference (TYPE) RCF_T_UI_VALUEHELP Tabelle für Wertehilfen 20040306
# Exception Resumable Description Created on
1 CX_HRRCF_CUSTOMIZING Customizing Fehler 20040306

Method GET_WEIGHTS_VAL_FOR_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040205
2 Exporting P_WEIGHTS_VALUE Call by reference Type reference (TYPE) RCF_SE_TERM_WEIGHT Gewichtung des Suchanfrageargumentes 20040205

Method GET_WEIGHTS_VAL_FOR_PROF on class CL_HRRCF_T77RCF_SCALES has no exception.

Method READ_CAND_CLASSIF_PROF_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040205
2 Exporting P_PROF_TEXT Call by reference Type reference (TYPE) STEXT Objektbezeichnung 20040205

Method READ_CAND_CLASSIF_PROF_TEXT on class CL_HRRCF_T77RCF_SCALES has no exception.

Method READ_CDCY_CLASSIF_PROF_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040205
2 Exporting P_PROF_TEXT Call by reference Type reference (TYPE) STEXT Objektbezeichnung 20040205

Method READ_CDCY_CLASSIF_PROF_TEXT on class CL_HRRCF_T77RCF_SCALES has no exception.

Method READ_PROF_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_PROFICIENCY Call by reference Type reference (TYPE) RCF_T_PROFICIENCY Ausprägungen einer Qualifikationsskala 20040127
2 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060608
3 Importing P_SCALE_TYPE Call by reference Type reference (TYPE) RCF_SCALE_TYPE Scale types 20040127
# Exception Resumable Description Created on
1 CX_HRRCF_CUSTOMIZING Customizing Fehler 20040127
2 CX_HRRCF_QUALIFICATION Ausnahmen zum Qualifikationskatalog 20040127

Method READ_READINESS_PROF_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20050210
2 Exporting P_PROF_TEXT Call by reference Type reference (TYPE) STEXT Objektbezeichnung 20050210

Method READ_READINESS_PROF_TEXT on class CL_HRRCF_T77RCF_SCALES has no exception.

Method READ_SCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_SCALE_ID Call by reference Type reference (TYPE) SCALE_ID SkalenID 20040124
2 Importing P_SCALE_TYPE Call by reference Type reference (TYPE) RCF_SCALE_TYPE Scale types 20040124
# Exception Resumable Description Created on
1 CX_HRRCF_CUSTOMIZING übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040124

Method READ_WEIGHTS_PROF_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PROFICIENCY Call by reference Type reference (TYPE) RATING Ausprägung einer Qualitätsskala 20040128
2 Exporting P_PROF_TEXT Call by reference Type reference (TYPE) STEXT Objektbezeichnung 20040128

Method READ_WEIGHTS_PROF_TEXT on class CL_HRRCF_T77RCF_SCALES has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 200