SAP ABAP Class CL_HRRCF_APPLICATION_CTRL (Super Class for Application Controller)
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_ABSTRACT_CONTROLLER | Super Class of All HRRCF Controllers | 20021025 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_REG_APPLN_A | Controller Class for hrrcf_reg_appln | 20040316 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_PINSTAPPL_A | Controller Class for HRRCF_pinstappl | 20040316 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_PINST_PBL_A | Posting Instance Publication Application | 20021119 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_APPLWZ_A | Controller Class for HRRCF_QA_APPLWZ | 20030331 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_DOCOVR_A | Controller Class for HRRCF_QA_EMAIL | 20030325 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_EMAIL_A | Controller Class for HRRCF_QA_EMAIL | 20030323 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_IMAIL_A | Controller Class for HRRCF_QA_EMAIL | 20030325 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_MSSRMP_A | Controller Class for HRRCF_QA_MSS | 20040204 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_MSS_A | Controller Class for HRRCF_QA_MSS | 20040131 |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_QA_PVIEW_A | Controller Class for HRRCF_QA_EMAIL | 20030324 |
| ... | Click here to see Used By full list (52 items) | |||
Properties
| Class | CL_HRRCF_APPLICATION_CTRL | |
| Short Description | Super Class for Application Controller | |
| Super Class | CL_HRRCF_ABSTRACT_CONTROLLER | Super Class of All 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 | 20021023 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRRCF_APPLICATION_CTRL has no forward declaration.
Interfaces
Class CL_HRRCF_APPLICATION_CTRL has no interface implemented.
Friends
Class CL_HRRCF_APPLICATION_CTRL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | RCF_CTRL_APPL_NAME | Name of a BSP Application | 20021030 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RCF_CTRL_COMP_ID | Controller CompID | 20021023 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RCF_CTRL_URL | Controller URL | 20021030 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RCF_CTRL_NAME_SPACE | Namespace of BSP Application | 20040225 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") | 20040225 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_HRRCF_GLOBAL_CONTEXT | Cross-Application Context | 20021031 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check Authorization | 20040225 | |
| 2 | Instance method | Protected | Method | Get Controllers from Cookie and Instantiate Them | 20021104 | |
| 3 | Instance method | Public | Method | Returns CompID of Controller To Be Displayed | 20021025 | |
| 4 | Instance method | Public | Method | Returns URL of Controller To Be Displayed | 20021025 | |
| 5 | Instance method | Protected | Method | Initialize Application Controller | 20021023 | |
| 6 | Instance method | Protected | Method | Instantiate Cross-Application Context | 20021031 | |
| 7 | Instance method | Public | Method | Sets Controller To Be Displayed | 20021031 | |
| 8 | Instance method | Protected | Method | Identify Controllers and Set to Cookie | 20021104 |
Events
Class CL_HRRCF_APPLICATION_CTRL has no event.
Types
Class CL_HRRCF_APPLICATION_CTRL has no local type.
Method Signatures
Method CHECK_AUTHORIZATION Signature
Method CHECK_AUTHORIZATION on class CL_HRRCF_APPLICATION_CTRL has no parameter.
Method CHECK_AUTHORIZATION on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method GET_CONTROLS_FROM_COOKIE Signature
Method GET_CONTROLS_FROM_COOKIE on class CL_HRRCF_APPLICATION_CTRL has no parameter.
Method GET_CONTROLS_FROM_COOKIE on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method GET_CURRENT_COMP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMP_ID | Value transfer | Type reference (TYPE) | RCF_CTRL_COMP_ID | CompID eines Controllers | 20021025 |
Method GET_CURRENT_COMP_ID on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method GET_CURRENT_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Value transfer | Type reference (TYPE) | RCF_UI_LINK_URL | URL eines Controllers | 20021025 |
Method GET_CURRENT_URL on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_HRRCF_APPLICATION_CTRL has no parameter.
Method INITIALIZE on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method INIT_GLOBAL_CONTEXT Signature
Method INIT_GLOBAL_CONTEXT on class CL_HRRCF_APPLICATION_CTRL has no parameter.
Method INIT_GLOBAL_CONTEXT on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method SET_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_APPLICATION | Call by reference | Type reference (TYPE) | RCF_CTRL_APPL_NAME | Name der BSP-Applikation | 20021031 | |||
| 2 | P_COMP_ID | Call by reference | Type reference (TYPE) | RCF_CTRL_COMP_ID | CompID eines Controllers | 20021031 | |||
| 3 | P_CONTROLLER | Call by reference | Type reference (TYPE) | RCF_CTRL_URL | URL eines Controllers | 20021031 | |||
| 4 | P_NO_FOCUS_LOST | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20021211 |
Method SET_CONTROLLER on class CL_HRRCF_APPLICATION_CTRL has no exception.
Method SET_CONTROLS_TO_COOKIE Signature
Method SET_CONTROLS_TO_COOKIE on class CL_HRRCF_APPLICATION_CTRL has no parameter.
Method SET_CONTROLS_TO_COOKIE on class CL_HRRCF_APPLICATION_CTRL has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 10A |