SAP ABAP Class CL_HRRCF_PERS_DATA_M (Controller Class for HRRCF_PERS_DATA)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_CONTROLLER Super Class of Unspecified HRRCF Controllers 20020723
Properties
Class CL_HRRCF_PERS_DATA_M  
Short Description Controller Class for HRRCF_PERS_DATA    
Super Class CL_HRRCF_CONTROLLER Super Class of Unspecified HRRCF Controllers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20020723   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_PERS_DATA_M has no forward declaration.
Interfaces
Class CL_HRRCF_PERS_DATA_M has no interface implemented.
Friends
Class CL_HRRCF_PERS_DATA_M has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BIRTHDATE_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
2 CAND_BUPA_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_CANDIDATE_BUPA_BL BL Facade for Candidate (Business Partner) 20040212
3 CAND_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Candidate Object 20040218
4 CURRENT_CENTRALDATA Instance attribute Public Type reference (TYPE) BAPIBUS1006_CENTRAL Independent general data of business partner of BP Type 20040211
5 CURRENT_CENTRALDATAPERSON Instance attribute Public Type reference (TYPE) BAPIBUS1006_CENTRAL_PERSON SAP BP: BAPI Structure for Personal Data 20040211
6 CURRENT_DATE Instance attribute Public Type reference (TYPE) TEXT10 Text (10 characters) 20040212
7 DATE_FORMAT Instance attribute Private Type reference (TYPE) CABN-ATSCH Value with template 20040212
8 FIRST_NAME_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
9 FOA_SEX_EVENT Instance attribute Public Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20040212
10 FOA_SEX_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20040212
11 FORM_OF_ADDRESS_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
12 GENDER_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
13 INVALID_DATE Instance attribute Public Type reference (TYPE) STRING 20040212
14 IS_SELF_SERVICE Instance attribute Private Type reference (TYPE) BOOLE_D Indicator: Data maintenance as self-service 20040225
15 LAST_NAME_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
16 MIDDLE_NAME_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Label for Middle Name 20051118
17 PT_FORM_OF_ADDRESS_LIST Instance attribute Public Type reference (TYPE) RCF_T_FOA_LIST Table Type for Form of Address 20040212
18 PT_GENDER_LIST Instance attribute Public Type reference (TYPE) RCF_T_GENDER_LIST Table Type for Gender 20040212
19 PT_NAME_PREFIX_LIST Instance attribute Public Type reference (TYPE) RCF_T_TITLE_LIST Prefix List 20061206
20 PT_OTHER_TITLE_LIST Instance attribute Public Type reference (TYPE) RCF_T_TITLE_LIST Other Title List 20061206
21 PT_TITLE_LIST Instance attribute Public Type reference (TYPE) RCF_T_TITLE_LIST Academic Title 20040212
22 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20040211
23 SCREEN_DOCU Instance attribute Public Type reference (TYPE) STRING Screen Documentation 20040225
24 SCREEN_HEADER Instance attribute Public Type reference (TYPE) STRING Screen Header 20040225
25 SUCCESS_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20040211
26 TITLE_LABEL Instance attribute Public Type reference (TYPE) RCF_UI_LABEL Field Label for User Interface 20040212
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FOA_SEX_EVENT Instance method Private Method 20040212
2 CHECK_SELF_SERVICE Instance method Private Method Checks if personal data is maintained as self-service 20040226
3 CHECK_TITLE_SEX Instance method Private Method 20040211
4 GET_CAND_HROBJECT Instance method Private Method Gets candidate object 20040218
5 GET_DATE_FORMAT Instance method Private Method Read preferred date format 20040212
6 GET_FOA_MESSAGE Instance method Private Method 20040211
7 GET_LABELS Instance method Private Method Read Field Labels 20040212
8 GET_LISTS Instance method Private Method Read lists 20040212
9 GET_PERS_DATA Instance method Private Method Read Personal Data 20040211
10 GET_REF_BL Instance method Private Method Instantiates BL Facade 20040212
11 GET_SCREEN_TEXTS Instance method Private Method Gets screen header and documentation 20040225
12 GET_SEX_MESSAGE Instance method Private Method 20040211
13 ON_SAVE Instance method Protected Method Event Handler: onSave 20040211
14 SAVE_TO_DATABASE Instance method Private Method Saves personal data 20040312
Events
Class CL_HRRCF_PERS_DATA_M has no event.
Types
Class CL_HRRCF_PERS_DATA_M has no local type.
Method Signatures

Method CHECK_FOA_SEX_EVENT Signature

Method CHECK_FOA_SEX_EVENT on class CL_HRRCF_PERS_DATA_M has no parameter.
Method CHECK_FOA_SEX_EVENT on class CL_HRRCF_PERS_DATA_M has no exception.

Method CHECK_SELF_SERVICE Signature

Method CHECK_SELF_SERVICE on class CL_HRRCF_PERS_DATA_M has no parameter.
Method CHECK_SELF_SERVICE on class CL_HRRCF_PERS_DATA_M has no exception.

Method CHECK_TITLE_SEX Signature

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

Method CHECK_TITLE_SEX on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_CAND_HROBJECT Signature

Method GET_CAND_HROBJECT on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_CAND_HROBJECT on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_DATE_FORMAT Signature

Method GET_DATE_FORMAT on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_DATE_FORMAT on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_FOA_MESSAGE Signature

Method GET_FOA_MESSAGE on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_FOA_MESSAGE on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_LABELS Signature

Method GET_LABELS on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_LABELS on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_LISTS Signature

Method GET_LISTS on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_LISTS on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_PERS_DATA Signature

Method GET_PERS_DATA on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_PERS_DATA on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_REF_BL Signature

Method GET_REF_BL on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_REF_BL on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_SCREEN_TEXTS Signature

Method GET_SCREEN_TEXTS on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_SCREEN_TEXTS on class CL_HRRCF_PERS_DATA_M has no exception.

Method GET_SEX_MESSAGE Signature

Method GET_SEX_MESSAGE on class CL_HRRCF_PERS_DATA_M has no parameter.
Method GET_SEX_MESSAGE on class CL_HRRCF_PERS_DATA_M has no exception.

Method ON_SAVE Signature

Method ON_SAVE on class CL_HRRCF_PERS_DATA_M has no parameter.
Method ON_SAVE on class CL_HRRCF_PERS_DATA_M has no exception.

Method SAVE_TO_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SUCCESS_INDICATOR Value transfer Type reference (TYPE) BOOLE_D Indikator: Persönliche Daten erfolgreich gespeichert 20040312

Method SAVE_TO_DATABASE on class CL_HRRCF_PERS_DATA_M has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 10A