SAP ABAP Class CL_HRRCF_QUERY_HISTORY_DOC (Document Storage for 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 | 20030408 |
Properties
| Class | CL_HRRCF_QUERY_HISTORY_DOC | |
| Short Description | Document Storage for 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 | 20030408 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRRCF_QUERY_HISTORY_DOC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRRCF_CONSTANTS | General Constants for Candidate Classes | 20030408 |
Friends
Class CL_HRRCF_QUERY_HISTORY_DOC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SYSUUID-C | UUID in Character Format | 20030415 | |||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20030408 | |||||
| 3 | Static Attribute | Private | Type reference (TYPE) | INSTANCE_DIRECTORY | Instance Folder | 20030408 | |||
| 4 | Constant | Private | Type reference (TYPE) | CHAR_S_02 | 'QD' | Cluster ID | 20030408 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | RCF_T_QUERY_HISTORY_DOC | Table Type of a Query Document in Cluster | 20030409 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Document Already Read: TRUE (='X') and FALSE (=' ') | 20030408 | |||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20030408 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add document | 20030415 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20030408 | |
| 3 | Static method | Public | Method | Delete a Document | 20030415 | |
| 4 | Instance method | Public | Method | Get Document | 20030415 | |
| 5 | Static method | Public | Method | Instance Generation | 20030415 | |
| 6 | Static method | Public | Method | Get Instance from Buffer | 20030415 | |
| 7 | Instance method | Private | Method | Read document | 20030408 | |
| 8 | Static method | Public | Method | Instance Generation | 20030415 | |
| 9 | Instance method | Private | Method | Save Document in Cluster | 20030415 |
Events
Class CL_HRRCF_QUERY_HISTORY_DOC has no event.
Types
Class CL_HRRCF_QUERY_HISTORY_DOC has no local type.
Method Signatures
Method ADD_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Type reference (TYPE) | RCF_S_QUERY_HISTORY_DOC | Datenstruktur eines Query-Dokuments im Cluster | 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 | 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_DOCUMENT 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 | Datenbankprobleme in RF | 20030429 |
Method GET_DOCUMENT 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_DOC | Tabellentyp eines Query-Dokuments im Cluster | 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 | DOC_UUID | Call by reference | Type reference (TYPE) | SYSUUID-C | UUID in Character-Darstellung | 20030415 | |||
| 2 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_QUERY_HISTORY_DOC | Ablage der Dokumente zur Historie der Query-Listen | 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 | DOC_UUID | Call by reference | Type reference (TYPE) | SYSUUID-C | UUID in Character-Darstellung | 20030415 | |||
| 2 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_QUERY_HISTORY_DOC | Ablage der Dokumente zur Historie der Query-Listen | 20030415 |
Method GET_INSTANCE_FROM_DIRECTORY on class CL_HRRCF_QUERY_HISTORY_DOC has no exception.
Method READ_DOCUMENT Signature
Method READ_DOCUMENT on class CL_HRRCF_QUERY_HISTORY_DOC 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 | DOC_UUID | Call by reference | Type reference (TYPE) | SYSUUID-C | UUID in Character-Darstellung | 20030415 | |||
| 2 | INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_HRRCF_QUERY_HISTORY_DOC | Ablage der Dokumente zur Historie der Query-Listen | 20030415 |
Method REGISTER_INSTANCE on class CL_HRRCF_QUERY_HISTORY_DOC has no exception.
Method UPDATE_DOCUMENT Signature
Method UPDATE_DOCUMENT on class CL_HRRCF_QUERY_HISTORY_DOC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | übergeordnete Ausnahmeklasse von mySAP e-Recruiting | 20030415 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 10A |