SAP ABAP Class CL_HRRCF_TPI_REQL_LIST (Controller Class for Requisition List)
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 | 20040209 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTMLB_TABLEVIEW_ITERATOR | For Table Looping and Filtering | 20040209 |
Properties
| Class | CL_HRRCF_TPI_REQL_LIST | |
| Short Description | Controller Class for Requisition List | |
| 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 | 20040209 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRRCF_TPI_REQL_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HTMLB_TABLEVIEW_ITERATOR | For Table Looping and Filtering | 20040209 |
Friends
Class CL_HRRCF_TPI_REQL_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | RCF_ROLE | '0007' | Roles in E-Recruiting | 20040220 | ||
| 2 | Constant | Private | Type reference (TYPE) | RCF_ROLE | '0010' | Roles in E-Recruiting | 20040220 | ||
| 3 | Constant | Private | Type reference (TYPE) | RCF_REQUISITION_STATUS | '3' | Requisition Status | 20040223 | ||
| 4 | Constant | Private | Type reference (TYPE) | RCF_REQUISITION_STATUS | '0' | Requisition Status | 20040223 | ||
| 5 | Constant | Private | Type reference (TYPE) | RCF_REQUISITION_STATUS | '1' | Requisition Status | 20040223 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060503 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | STRING | 20040317 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | RCF_T_TPI_REQ_INFO_TEXT | Requisition Information with Texts | 20040209 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20040209 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_HRRCF_REQUI_BL | BL Facade for Requisition Object | 20040209 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_HRRCF_REC_TEAM_BL | BL Facade for Support Team | 20040209 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | RCF_RETURN_MESSAGE | Return Message | 20040209 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | HROBJID | Object ID | 20040209 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | STRING | Requisition Status | 20060503 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | RCF_T_UI_VALUEHELP | Value Help Table | 20060503 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | STRING | 20040209 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Get BL Instance | 20040209 | |
| 2 | Instance method | Private | Method | List Selection | 20040209 | |
| 3 | Instance method | Private | Method | Import Status List | 20060503 | |
| 4 | Instance method | Private | Method | Change/Create Requisition | 20040209 | |
| 5 | Instance method | Private | Method | Event Handler | 20050615 | |
| 6 | Instance method | Private | Method | Event handler | 20040219 | |
| 7 | Instance method | Private | Method | Event handler | 20040209 | |
| 8 | Instance method | Private | Method | Event New Entry | 20040209 | |
| 9 | Instance method | Private | Method | Event Handler | 20060503 |
Events
Class CL_HRRCF_TPI_REQL_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RCF_S_TPI_REQ_INFO_TEXT | Public | See coding | 20040222 | BEGIN OF rcf_s_tpi_req_info_text .
INCLUDE TYPE rcf_s_requisition_info_text.
TYPES recruiter TYPE bu_name1tx.
TYPES END OF rcf_s_tpi_req_info_text
|
||
| 2 | RCF_T_TPI_REQ_INFO_TEXT | Public | See coding | 20040222 | RCF_T_TPI_REQ_INFO_TEXT
type standard table of rcf_s_tpi_req_info_text
|
Method Signatures
Method GET_REF_BL Signature
Method GET_REF_BL on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method GET_REF_BL on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method GET_REQUISITION_LIST Signature
Method GET_REQUISITION_LIST on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method GET_REQUISITION_LIST on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method GET_STATUS_LIST Signature
Method GET_STATUS_LIST on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method GET_STATUS_LIST on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method MAINTAIN_REQUISITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PS_REQ_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20040209 |
Method MAINTAIN_REQUISITION on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method ON_COPY Signature
Method ON_COPY on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method ON_COPY on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method ON_DELETE Signature
Method ON_DELETE on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method ON_DELETE on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method ON_EDIT Signature
Method ON_EDIT on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method ON_EDIT on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method ON_NEW_ENTRY Signature
Method ON_NEW_ENTRY on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method ON_NEW_ENTRY on class CL_HRRCF_TPI_REQL_LIST has no exception.
Method ON_STATUS_LIST Signature
Method ON_STATUS_LIST on class CL_HRRCF_TPI_REQL_LIST has no parameter.
Method ON_STATUS_LIST on class CL_HRRCF_TPI_REQL_LIST has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 200 |