SAP ABAP Class CL_HRRCF_CANDIDATE (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_SIMPLE_MAIN_OBJECT Job Posting 20030304
Properties
Class CL_HRRCF_CANDIDATE  
Short Description Candidate    
Super Class CL_HRRCF_SIMPLE_MAIN_OBJECT Job Posting 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20010920   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_CANDIDATE has no forward declaration.
Interfaces
Class CL_HRRCF_CANDIDATE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_HRRCF_DELETE_MANAGER 20030304 Manager for Deleting Main Objects
2 CL_HRRCF_SIMPLE_MAIN_OBJECT 20020111 Job Posting
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CENTRALDATA Instance attribute Public Type reference (TYPE) BAPIBUS1006_CENTRAL SAP BP: BAPI Structure for Central Data 20010920
2 CENTRALDATAPERSON Instance attribute Public Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON SAP BP: BAPI Structure for Personal Data 20010920
3 EMPLOYEEID Instance attribute Public Type reference (TYPE) PERNR_D Personnel Number 20011102
4 LOCAL_DIRECTORY Static Attribute Private Type reference (TYPE) RCF_T_CANDIDATE Table with Object References 20020103
5 MY_CLASSNAME Constant Public Type reference (TYPE) RCF_CLASSNAME 'CL_HRRCF_CANDIDATE' Class Name 20011219
6 MY_OTYPE Constant Public Type reference (TYPE) OTYPE 'NA' Object Type 20011116
7 NAMCOUNTRY Static Attribute Private Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON-NAMCOUNTRY Country for name format rule 20050330
8 NAMEFORMAT Static Attribute Private Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON-NAMEFORMAT Name format 20050330
9 NAMEFORMAT_READ Static Attribute Private Type reference (TYPE) BOOLE_D Indicator Whether Name Format Was Already Read from T77S0 20050330
10 PARTNER Instance attribute Public Type reference (TYPE) BU_PARTNER Business Partner Number 20010920
11 PERSONID Instance attribute Public Type reference (TYPE) PERSONID Person Number 20010920
12 USER Instance attribute Public Type reference (TYPE) SYUNAME SAP System, User Logon Name 20010920
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROLE_TO_BUPA Instance method Private Method 20080707
2 ASSIGN_APPLICATION Instance method Public Method Assign Application 20011112
3 ASSIGN_CANDIDACY Instance method Public Method Assign Candidacy 20011211
4 ASSIGN_EMPLOYEE Instance method Public Method Assign employees 20011102
5 ASSIGN_TG Instance method Public Method Assign Talent Group 20050228
6 ASSIGN_USER Instance method Public Method Assign User 20010920
7 CHANGE_EMAIL Instance method Public Method Change E-Mail Address 20021213
8 CHANGE_PERSONAL_DATA Instance method Public Method Change Candidate 20011219
9 CHANGE_USER_ROLE Instance method Public Method Change External Candidate to Internal User or vice versa 20040317
10 COPY_BP_DATA Instance method Public Method Exchange the Business Partner in ERP system 20040621
11 CREATE Static method Public Method Create Candidate 20010920
12 DELETE_EMAIL_REFERENCE Instance method Public Method Delete E-Mail Reference from Infotype 5110 20030312
13 DELIMIT_EMPLOYEE Instance method Public Method Delimit employee 20020115
14 EXCHANGE_CP_WITH_HR Instance method Public Method Exchange the central person in ERP system 20040621
15 FILL_OBJECT_BUFFER_CP Static method Private Method Fill Object Buffer 20070404
16 FILL_OBJECT_BUFFER_NA Static method Private Method Fill Object Buffer 20070404
17 GET Static method Public Method Instantiate Candidate 20010920
18 GET_ALL_COMM_CHANNELS Instance method Private Method Get all communication channels 20040623
19 GET_APPLICATIONS Instance method Public Method Get Applications 20011112
20 GET_BUPA_PARTNERID Instance method Private Method Gets Business Partner Number (BUPA) 20060707
21 GET_CANDIDACY Instance method Public Method Get All Related Candidacies 20011211
22 GET_CANDIDATE_STATUS Instance method Public Method Read Candidate Status 20011219
23 GET_CAND_ALIAS Instance method Public Method Get Candidate Alias 20060703
24 GET_CAND_DESCRIPTION Instance method Public Method Get Name and Address of Candidate 20030114
25 GET_CAND_RESUME_FOR_AUDIT Instance method Public Method Read candidate's resume for Audit Trail 20031107
26 GET_CURRENT_BP_DATA Instance method Private Method Get all communication data of currently assigned BP 20040623
27 GET_OLD_COMM_DATA Instance method Private Method Get all communication data of business partner 20040623
28 GET_TG Instance method Public Method Get Talent Group 20050228
29 GET_TG_WITH_PERIOD Instance method Public Method Get Talent Group 20061010
30 INSTANTIATE_CANDIDATES Static method Public Method Check for Existance and Instantiate Candidates 20070404
31 IS_CANDIDATE Static method Public Method Check for Existence of Candidate 20030114
32 IS_DEREGISTERED Instance method Public Method Is Candidate Deregistered 20030326
33 IS_EMPLOYEE Instance method Public Method Checks if candidate is an active employee 20021023
34 IS_INACTIVE_EMPLOYEE Static method Public Method Is employee inactive 20040203
35 LOCK_SYSTEM_USER Instance method Public Method Change Logon Data 20030110
36 NEW_PASSWORD_REQUESTED Instance method Public Method Request a New Password 20021105
37 SEND_NEW_PASSWORD Instance method Public Method Sends a New Password 20021105
38 SET_BP_ATTRIBUTES_INTERNAL Instance method Private Method Determine Internal Attributes 20010920
39 SET_OBJECT_IDS_INTERNAL Instance method Private Method Determine Internal IDs 20010920
40 SET_PARTNER_ID Instance method Private Method Sets the Partner ID for the Candidate 20041216
Events
Class CL_HRRCF_CANDIDATE has no event.
Types
Class CL_HRRCF_CANDIDATE has no local type.
Method Signatures

Method ADD_ROLE_TO_BUPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUSINESSPARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20080707
2 Importing BUSINESSPARTNERROLE Call by reference Type reference (TYPE) BU_ROLE GP-Rolle 20080707
3 Importing DIFFERENTIATIONTYPEVALUE Call by reference Type reference (TYPE) BU_DFVAL GP: Differenzierungstyp-Wert 20080707
4 Importing EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080707
5 Exporting RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20080707

Method ADD_ROLE_TO_BUPA on class CL_HRRCF_CANDIDATE has no exception.

Method ASSIGN_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Object reference (TYPE REF TO) CL_HRRCF_CANDIDATE_APPLICATION Bewerbung 20011113
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20011112

Method ASSIGN_CANDIDACY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CANDIDACY Call by reference Object reference (TYPE REF TO) CL_HRRCF_CANDIDACY Kandidatur 20011211
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011211

Method ASSIGN_EMPLOYEE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EMPLOYEEID Call by reference Type reference (TYPE) HROBJID Mitarbeiternummer 20011102
2 Importing EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D SPACE COMMIT WORK von Aufrufer PA30/PA40 20050601
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20011102

Method ASSIGN_TG 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 20050228
2 Importing TALENT_GROUP Call by reference Object reference (TYPE REF TO) CL_HRRCF_TG Talent Group 20050228
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20050228
2 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20050228

Method ASSIGN_USER 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 USERID Call by reference Type reference (TYPE) XUBNAME Benutzername 20010920
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20011015

Method CHANGE_EMAIL 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 COMMIT WORK von Aufrufer PA30/PA40/... 20060814
2 Importing E_MAIL Call by reference Type reference (TYPE) AD_SMTPADR E-Mail-Adresse 20021213
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20021213
# Exception Resumable Description Created on
1 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20021213

Method CHANGE_PERSONAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CENTRALDATA Call by reference Type reference (TYPE) BAPIBUS1006_CENTRAL SAP-GP: BAPI-Struktur für zentrale Daten 20011219
2 Importing CENTRALDATAPERSON Call by reference Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON SAP-GP: BAPI-Struktur für Personendaten 20011219
3 Importing EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20110119
4 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20011219
# Exception Resumable Description Created on
1 CX_HRRCF_MAINTAIN_OBJECT Talent 20011219

Method CHANGE_USER_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROLE Call by reference Type reference (TYPE) RCF_ROLE Rolle im E-Recruiting 20040317
# Exception Resumable Description Created on
1 CX_HRRCF_CUSTOMIZING Customizing Fehler 20040317
2 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20040317

Method COPY_BP_DATA Signature

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

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CANDIDATE Call by reference Object reference (TYPE REF TO) CL_HRRCF_CANDIDATE Kandidat 20010920
2 Importing CENTRALDATA Call by reference Type reference (TYPE) BAPIBUS1006_CENTRAL SAP-GP: BAPI-Struktur für zentrale Daten 20010920
3 Importing CENTRALDATAPERSON Call by reference Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON SAP-GP: BAPI-Struktur für Organisationsdaten 20010920
4 Importing EMAIL Call by reference Type reference (TYPE) RCF_S_EMAILDATA_BP E-Mail-Adresse 20020715
5 Importing EMPLOYEEID Call by reference Type reference (TYPE) HROBJID Mitarbeiternummer 20041216
6 Importing EXTERNAL_COMMIT Call by reference Type reference (TYPE) BOOLE_D SPACE COMMIT WORK von Aufrufer PA30/PA40 20050601
7 Importing PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040720
8 Importing PERSONID Call by reference Type reference (TYPE) PERSONID Id der zentralen Person, zu der ein Kandidat angelegt wird 20020107
9 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20010920
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011012
2 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20011012

Method DELETE_EMAIL_REFERENCE 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_MAINTAIN_OBJECT Main object maintenance 20030312

Method DELIMIT_EMPLOYEE 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 20020115
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20020115

Method EXCHANGE_CP_WITH_HR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EMPLOYEEID Call by reference Type reference (TYPE) HROBJID Objekt-Id 20040621
2 Importing PARTNERID Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20061205
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040621

Method FILL_OBJECT_BUFFER_CP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_1000 Call by reference Type reference (TYPE) RCF_T_HROBJECT Tabellentyp zur Übergabe von HR Objekten 20070404

Method FILL_OBJECT_BUFFER_CP on class CL_HRRCF_CANDIDATE has no exception.

Method FILL_OBJECT_BUFFER_NA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_1000 Call by reference Type reference (TYPE) RCF_T_HROBJECT Tabellentyp zur Übergabe von HR Objekten 20070404

Method FILL_OBJECT_BUFFER_NA on class CL_HRRCF_CANDIDATE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIAS Call by reference Type reference (TYPE) BAPIALIAS Alias für Benutzername 20010920
2 Exporting CANDIDATE Call by reference Object reference (TYPE REF TO) CL_HRRCF_CANDIDATE Kandidat 20010920
3 Importing EMPLOYEEID Call by reference Type reference (TYPE) HROBJID Mitarbeiternummer 20011102
4 Importing ID Call by reference Type reference (TYPE) HROBJID Kandidat ID 20010920
5 Importing PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20010920
6 Importing PERSONID Call by reference Type reference (TYPE) HROBJID Objekt-Id 20010920
7 Importing USER Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20010920
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011015
2 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20011015
3 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20011015

Method GET_ALL_COMM_CHANNELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ADDR_CHANNEL Call by reference Type reference (TYPE) RCF_COMM_CHANNEL List of channels for communication 20040623
2 Exporting P_EMAIL_CHANNEL Call by reference Type reference (TYPE) RCF_COMM_CHANNEL Kommunikationskanal 20040623
3 Exporting P_FAX_CHANNEL Call by reference Type reference (TYPE) RCF_COMM_CHANNEL Kommunikationskanal 20040623
4 Exporting P_TEL_CHANNEL Call by reference Type reference (TYPE) RCF_COMM_CHANNEL Kommunikationskanal 20040623
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040623

Method GET_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting APPLICATION_LIST Call by reference Type reference (TYPE) RCF_T_APPLICATION Bewerbungen 20011112
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011112

Method GET_BUPA_PARTNERID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_IHROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20060707
2 Returning PV_PARTNERID Value transfer Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20060707

Method GET_BUPA_PARTNERID on class CL_HRRCF_CANDIDATE has no exception.

Method GET_CANDIDACY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CANDIDACY_LIST Call by reference Type reference (TYPE) RCF_T_CANDIDACY Kandidaturen 20011211
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011211

Method GET_CANDIDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DATE Call by reference Type reference (TYPE) DATS SY-DATUM Feld vom Typ DATS 20011219
2 Importing P_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU R/3-System, aktuelle Sprache 20020208
3 Exporting P_STATUS Call by reference Type reference (TYPE) RCF_CAND_STATUS Kandidatenstatus 20011219
4 Exporting P_STATUS_TXT Call by reference Type reference (TYPE) DDTEXT Erläuternder Kurztext 20020208
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011219

Method GET_CAND_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PS_ALIAS Value transfer Type reference (TYPE) BAPIALIAS Alias für Benutzername 20060703

Method GET_CAND_ALIAS on class CL_HRRCF_CANDIDATE has no exception.

Method GET_CAND_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CAND_DESCRIPTION Call by reference Type reference (TYPE) BU_DESCRIP Kurzbeschreibung eines Geschäftspartners 20030114
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030114

Method GET_CAND_RESUME_FOR_AUDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_CAND_RESUME Call by reference Type reference (TYPE) RCF_S_CAND_RESUME_AUDIT Lebenslauf des Kandidaten (Audit Trail) 20031107
2 Importing P_DATE Call by reference Type reference (TYPE) DATS SY-DATUM Feld vom Typ DATS 20031107
3 Importing P_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20031107
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20031107

Method GET_CURRENT_BP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_ADDRESS Call by reference Type reference (TYPE) RCF_T_ADDRESSDATA_BP 20040623
2 Exporting PT_EMAIL Call by reference Type reference (TYPE) RCF_T_EMAILDATA_BP 20040623
3 Exporting PT_FAX Call by reference Type reference (TYPE) RCF_T_FAXDATA_BP 20040623
4 Exporting PT_TELEFONE Call by reference Type reference (TYPE) RCF_T_TELEFONDATA_BP 20040623
5 Importing P_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040623
6 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040623
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040623

Method GET_OLD_COMM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_5110 Call by reference Type reference (TYPE) RCF_T_CONTACT_RULES Kontaktregeln 20040623
2 Exporting PT_ADDRESS Call by reference Type reference (TYPE) RCF_T_ADDRESSDATA_BP Adressdaten 20040623
3 Exporting PT_EMAIL Call by reference Type reference (TYPE) RCF_T_EMAILDATA_BP E-Mail-Daten des Kandidaten 20040623
4 Exporting PT_FAX Call by reference Type reference (TYPE) RCF_T_FAXDATA_BP Faxdaten des Kandidaten 20040623
5 Exporting PT_TELEFONE Call by reference Type reference (TYPE) RCF_T_TELEFONDATA_BP Telefondaten des Kandidaten 20040623
6 Importing P_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20040623
7 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20040623
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040623

Method GET_TG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TG_LIST Call by reference Type reference (TYPE) RCF_T_TG table type for Talent group object 20050228
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20050228
2 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20050228

Method GET_TG_WITH_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TG_LIST Call by reference Type reference (TYPE) RCF_T_TG_WITH_PERIOD table type for Talent group object 20061010
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20061010
2 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20061010

Method INSTANTIATE_CANDIDATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_EBUPARTNER Call by reference Type reference (TYPE) RCF_T_BU_PARTNER Geschäftspartner 20070404
2 Importing PT_IBUPARTNER Call by reference Type reference (TYPE) RCF_T_BU_PARTNER Geschäftspartner 20070404

Method INSTANTIATE_CANDIDATES on class CL_HRRCF_CANDIDATE has no exception.

Method IS_CANDIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CANDIDATE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030114
2 Importing PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20030114
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030114

Method IS_DEREGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DEREGISTERED Value transfer Type reference (TYPE) BOOLE_D deregistered 20030326
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030326

Method IS_EMPLOYEE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021023

Method IS_EMPLOYEE on class CL_HRRCF_CANDIDATE has no exception.

Method IS_INACTIVE_EMPLOYEE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040203
2 Returning P_IS_INACTIVE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040203
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20040203

Method LOCK_SYSTEM_USER Signature

Method LOCK_SYSTEM_USER on class CL_HRRCF_CANDIDATE has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF_MAINTAIN_OBJECT Main Object Maintenance 20030110
2 CX_HRRCF_RFC_COMMUNICATION Ausnahmeklasse für RFC Kommunikation 20060921

Method NEW_PASSWORD_REQUESTED Signature

Method NEW_PASSWORD_REQUESTED on class CL_HRRCF_CANDIDATE has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20021115

Method SEND_NEW_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVITY_TYPE Call by reference Type reference (TYPE) RCF_ACT_TYPE Aktivitätsart 20021105
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20021105

Method SET_BP_ATTRIBUTES_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20010920
# Exception Resumable Description Created on
1 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20011015

Method SET_OBJECT_IDS_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSONID Call by reference Type reference (TYPE) PERSONID Personennummer 20010920
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20011015
2 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20011015

Method SET_PARTNER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSONID Call by reference Type reference (TYPE) PERSONID Id der zentralen Person, zu der ein Kandidat angelegt wird 20041216
# Exception Resumable Description Created on
1 CX_HRRCF_INFOTYPE_OPERATION Infotype Operation 20041216
2 CX_HRRCF_MAINTAIN_OBJECT Main object maintenance 20041216
History
Last changed by/on SAP  20070917 
SAP Release Created in 110