SAP ABAP Class CL_HRRCF_PERSONALISATION (Personalization)
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 | 20011127 |
Properties
| Class | CL_HRRCF_PERSONALISATION | |
| Short Description | Personalization | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_RCF_BL | Recruitment Factory: Business Logic |
| Created | 20011127 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRRCF_PERSONALISATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRRCF_CONSTANTS | General Constants for Candidate Classes | 20011127 |
Friends
Class CL_HRRCF_PERSONALISATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 5 | Static Attribute | Private | Type reference (TYPE) | INSTANCE_DIRECTORY | 20011127 | ||||
| 6 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 7 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 8 | Static Attribute | Public | Type reference (TYPE) | CHAR_S_02 | 'PN' | Character field, length 2 | 20011127 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | RCF_T_PERSONALISATION | Personalization | 20011127 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20011127 | |||
| 11 | Instance attribute | Private | Attribute reference (LIKE) | 20011127 | |||||
| 12 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | User Name | 20011127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20011127 | |
| 2 | Instance method | Public | Method | Delete Personalization Parameters | 20020215 | |
| 3 | Static method | Public | Method | Instance Generation | 20011127 | |
| 4 | Static method | Private | Method | Get Instance from Buffer | 20011127 | |
| 5 | Instance method | Public | Method | Get Personalization Parameters | 20020215 | |
| 6 | Instance method | Private | Method | Read Personalization | 20020215 | |
| 7 | Static method | Private | Method | Register Instance in Buffer | 20011127 | |
| 8 | Instance method | Private | Method | Save Personalization | 20020215 | |
| 9 | Instance method | Public | Method | Save Personalization Parameters | 20020215 |
Events
Class CL_HRRCF_PERSONALISATION has no event.
Types
Class CL_HRRCF_PERSONALISATION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20011127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20011127 |
Method DELETE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | RCF_PERS_NAME | person's name | 20020215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20020215 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_PERSONALISATION | list of favorite candidates | 20011127 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20011127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20011127 |
Method GET_INSTANCE_FROM_DIRECTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_PERSONALISATION | personalisation | 20011127 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20011127 |
Method GET_INSTANCE_FROM_DIRECTORY on class CL_HRRCF_PERSONALISATION has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETER | Call by reference | Type reference (TYPE) | RCF_PERS_NAME | Personalisierungsparameter | 20020215 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | RCF_VALUE | Wert des Tabellenfeldes | 20020215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20020215 |
Method READ Signature
Method READ on class CL_HRRCF_PERSONALISATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20020215 |
Method REGISTER_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_PERSONALISATION | personalisation | 20011127 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20011127 |
Method REGISTER_INSTANCE on class CL_HRRCF_PERSONALISATION has no exception.
Method UPDATE Signature
Method UPDATE on class CL_HRRCF_PERSONALISATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20020215 |
Method UPDATE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | RCF_PERS_NAME | person's name | 20020215 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | RCF_VALUE | value | 20020215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20020215 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 110 |