SAP ABAP Class CL_HRRCF_QUERY_HISTORY (History of Query Lists)
Hierarchy
☛
ERECRUIT (Software Component) E-Recruiting
⤷
PA-ER (Application Component) E-Recruiting
⤷
PAOC_RCF_REPORTING (Package) Recruitment Factory: Reporting
⤷
⤷
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 | 20030404 |
Properties
| Class | CL_HRRCF_QUERY_HISTORY | |
| Short Description | History of Query Lists | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_RCF_REPORTING | Recruitment Factory: Reporting |
| Created | 20030404 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRRCF_QUERY_HISTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRRCF_CONSTANTS | General Constants for Candidate Classes | 20030404 |
Friends
Class CL_HRRCF_QUERY_HISTORY 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) | 20030408 | |||||
| 2 | Static Attribute | Private | Type reference (TYPE) | INSTANCE_DIRECTORY | Instance Folder | 20030404 | |||
| 3 | Constant | Private | Type reference (TYPE) | CHAR_S_02 | 'QH' | Cluster ID | 20030408 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RCF_T_QUERY_HISTORY | Data Structure of Query History | 20030408 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Document Already Read: TRUE (='X') and FALSE (=' ') | 20030408 | |||
| 6 | Instance attribute | Private | Attribute reference (LIKE) | 20030408 | |||||
| 7 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | User Name | 20030404 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add History Record | 20030415 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20030404 | |
| 3 | Instance method | Public | Method | Delete a History Record | 20030415 | |
| 4 | Instance method | Public | Method | Delete All History Records of A Query with Variant | 20030417 | |
| 5 | Instance method | Public | Method | Get All Query Histories | 20030415 | |
| 6 | Static method | Public | Method | Instance Generation | 20030415 | |
| 7 | Static method | Public | Method | Get Instance from Buffer | 20030415 | |
| 8 | Instance method | Private | Method | Import All Query Histories | 20030415 | |
| 9 | Static method | Public | Method | Instance Generation | 20030415 | |
| 10 | Instance method | Private | Method | Save History Record in Cluster | 20030415 |
Events
Class CL_HRRCF_QUERY_HISTORY has no event.
Types
Class CL_HRRCF_QUERY_HISTORY has no local type.
Method Signatures
Method ADD_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HISTORY_DATA | Call by reference | Type reference (TYPE) | RCF_S_QUERY_HISTORY | Datenstruktur der Queryhistorie | 20030415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
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 | 20030404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
Method DELETE_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOC_UUID | Call by reference | Type reference (TYPE) | SYSUUID_C | UUID in Character-Darstellung | 20030415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
Method DELETE_QUERY_HISTORIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | QUERY | Call by reference | Type reference (TYPE) | AQS_QUNAME | SAP Query (S): Queryname | 20030417 | |||
| 2 | QUERY_VARIANT | Call by reference | Type reference (TYPE) | AQS_VARI | SAP Query (S): Variantenname | 20030417 | |||
| 3 | USERGROUP | Call by reference | Type reference (TYPE) | AQS_BGNAME | SAP Query (S): Name einer Benutzergruppe | 20030417 | |||
| 4 | WORKSPACE | Call by reference | Type reference (TYPE) | AQS_WSID | SAP Query (S): Id eines Arbeitsbereiches | 20030417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030429 |
Method GET_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RECORDS | Call by reference | Type reference (TYPE) | RCF_T_QUERY_HISTORY | Datenstruktur der Queryhistorie | 20030415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
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_QUERY_HISTORY | Historie der Query-Listen | 20030415 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20030415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
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_QUERY_HISTORY | Historie der Query-Listen | 20030415 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20030415 |
Method GET_INSTANCE_FROM_DIRECTORY on class CL_HRRCF_QUERY_HISTORY has no exception.
Method READ_HISTORY Signature
Method READ_HISTORY on class CL_HRRCF_QUERY_HISTORY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datenbankprobleme in RF | 20030415 |
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_QUERY_HISTORY | Historie der Query-Listen | 20030415 | |||
| 2 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20030415 |
Method REGISTER_INSTANCE on class CL_HRRCF_QUERY_HISTORY has no exception.
Method UPDATE_HISTORY Signature
Method UPDATE_HISTORY on class CL_HRRCF_QUERY_HISTORY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030429 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 10A |