SAP ABAP Class CL_HRRCF_CANDIDATE_INFO (Information on Candidate)
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 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_INFOTYPE Super Class of Infotype Framework 20010920
Properties
Class CL_HRRCF_CANDIDATE_INFO  
Short Description Information on Candidate    
Super Class CL_HRRCF_INFOTYPE Super Class of Infotype Framework 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20010920   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_CANDIDATE_INFO has no forward declaration.
Interfaces
Class CL_HRRCF_CANDIDATE_INFO has no interface implemented.
Friends
Class CL_HRRCF_CANDIDATE_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MY_CLASSNAME Constant Private Type reference (TYPE) RCF_CLASSNAME 'CL_HRRCF_CANDIDATE_INFO' Name of Calling Class 20011213
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_TEXT_TO_ENTRIES Instance method Private Method Assign Texts to Infotype Records 20011114
2 CHANGE_STATUS Instance method Public Method Status Change 20011207
3 CHECK_STATUS_CHANGE Instance method Private Method Check Change Vector of Status 20011207
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010920
5 GET_DEREG_CAND_LIST Static method Public Method Get List of Deregistered Candidates 20030307
6 GET_INSTANCE Static method Public Method Get Instance 20010920
7 GET_POSSIBLE_STATUS_LIST Instance method Private Method Get List of Possible Statuses 20011221
8 GET_RECORDS_BY_DATE_WITH_TEXT Instance method Public Method Read Infotype Data with Texts on Keydate 20011114
9 ON_CHANGE_OF_STATUS Instance method Private Event handling method Listener for Event OnChange 20020809
10 READ_PRIVATE_EMAIL Instance method Public Method Read Private E-mail ID 20121206
11 SET_CLASSIFICATION Instance method Public Method Set ranking of candidate 20040208
12 SET_DEREGISTER_FLAG Instance method Public Method Set Deregister Flag 20030312
13 SET_IS_INACTIVE_FLAG Instance method Public Method Set inactive flag 20040203
14 SET_PRIVACY_STATUS Instance method Public Method Indicator: Flag for 'Data Privacy Statement Read' 20030417
15 UPDATE_PRIVATE_EMAIL Instance method Public Method Update Private E-mail ID 20121206
Events
Class CL_HRRCF_CANDIDATE_INFO has no event.
Types
Class CL_HRRCF_CANDIDATE_INFO has no local type.
Method Signatures

Method ASSIGN_TEXT_TO_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_CAND_INFO_T Call by reference Type reference (TYPE) RCF_T_CAND_INFO_TEXT Kandidat-Information mit Texten 20011114
2 Importing PT_INFO Call by reference Type reference (TYPE) RCF_T_CAND_INFO Kandidat-Information 20011114
3 Importing P_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20011114

Method ASSIGN_TEXT_TO_ENTRIES on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method CHANGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021227
2 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20011207
3 Importing P_NEW_STATUS Call by reference Type reference (TYPE) RCF_CAND_STATUS Kandidatenstatus 20011207
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011207

Method CHECK_STATUS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20011221
2 Importing P_CANDIDATE_INFORMATION Call by reference Type reference (TYPE) WPLOG PD-Infotyp-Workarea 20011221
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020109

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method GET_DEREG_CAND_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_5102 Call by reference Type reference (TYPE) RCF_T_CAND_INFO Kandidat-Information 20030307
2 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20030307

Method GET_DEREG_CAND_LIST on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HROBJECT Call by reference Type reference (TYPE) HROBJECT 20010920
2 Exporting INSTANCE Call by reference Object reference (TYPE REF TO) CL_HRRCF_CANDIDATE_INFO Informationen zum Kandidaten 20010920

Method GET_INSTANCE on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method GET_POSSIBLE_STATUS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREVIOUS_RECORD Call by reference Type reference (TYPE) P5102 Infotype 5102: Kandidaten Information 20011221
2 Exporting STATUS_LIST Call by reference Type reference (TYPE) RCF_T_CAND_STATUS_LIST Liste Kandidatenstatus 20011221
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020109

Method GET_RECORDS_BY_DATE_WITH_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_CAND_INFO_T Call by reference Type reference (TYPE) RCF_T_CAND_INFO_TEXT Kandidat-Information mit Texten 20011114
2 Importing P_5102 Call by reference Type reference (TYPE) P5102 Infotype 5102: Candidate Information 20110713
3 Importing P_DATE Call by reference Type reference (TYPE) DATS SY-DATUM Feld vom Typ DATS 20020114
4 Importing P_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020114
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011114

Method ON_CHANGE_OF_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEFORE_IMAGE Call by reference Attribute reference (LIKE) 20020809
2 Importing EXTERNAL_COMMIT Call by reference Attribute reference (LIKE) 20110119
3 Importing HRRCF_INFOTYPE_OBJECT Call by reference Attribute reference (LIKE) 20020809

Method ON_CHANGE_OF_STATUS on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method READ_PRIVATE_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_EMAIL Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse 20121206
2 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20121206

Method READ_PRIVATE_EMAIL on class CL_HRRCF_CANDIDATE_INFO has no exception.

Method SET_CLASSIFICATION 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 20040208
2 Importing P_IS_PROCESSED Call by reference Type reference (TYPE) RCF_CAND_IS_CLASSIFIED Candidate is classified 20040218
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040208
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040208

Method SET_DEREGISTER_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20030312
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030312

Method SET_IS_INACTIVE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20110119
2 Importing IS_INACTIVE Call by reference Type reference (TYPE) RCF_EMPLOYEE_INACTIVE Inaktiver Mitarbeiter 20040318
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040203
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040203

Method SET_PRIVACY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030417
2 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20030417
3 Importing P_PRIVACY_STATUS Call by reference Type reference (TYPE) RCF_PRIVACY_STATEMENT Kennzeichen Datenschutzerklärung 20030417
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030417

Method UPDATE_PRIVATE_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_EMAIL Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse 20121206
2 Exporting PT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20121206
3 Importing PV_EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20121206

Method UPDATE_PRIVATE_EMAIL on class CL_HRRCF_CANDIDATE_INFO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 110