SAP ABAP Class CL_HRRCF_ABSTRACT_CONTROLLER (Super Class of All HRRCF Controllers)
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_BSP_CONTROLLER2 | BSP Component | 20021025 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRRCF_CONSTANTS | General Constants for Candidate Classes | 20021025 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRRCF_CONSTANTS_UI | Constants for Interface | 20021025 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRRCF_NV_CTRL_CALLS | Calls Navigation Controller -> Display Controller | 20021111 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_APPLICATION_CTRL | Super Class for Application Controller | 20021025 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_CONTROLLER | Super Class of Unspecified HRRCF Controllers | 20021025 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_DISPATCHER | Super Class for Dispatcher | 20021031 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_ERROR_CONTROLLER | Error Handling | 20021027 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_HRRCF_NAV_CONTROLLER | Control Information of Navigation | 20021025 |
Properties
| Class | CL_HRRCF_ABSTRACT_CONTROLLER | |
| Short Description | Super Class of All HRRCF Controllers | |
| Super Class | CL_BSP_CONTROLLER2 | BSP Component |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PAOC_RCF_UI | Recruitment Factory: User Interface |
| Created | 20021025 | SAP |
| Last change | 20041209 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRRCF_CONSTANTS | General Constants for Candidate Classes | 20021025 | ||
| 2 | IF_HRRCF_CONSTANTS_UI | Constants for Interface | 20021025 | ||
| 3 | IF_HRRCF_NV_CTRL_CALLS | Calls Navigation Controller -> Display Controller | 20021111 |
Friends
Class CL_HRRCF_ABSTRACT_CONTROLLER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Write Exception in Message List | 20021025 | |
| 2 | Instance method | Protected | Method | Calls View | 20021025 | |
| 3 | Static method | Protected | Method | Checks Whether Navigation Target Can Be Called | 20081216 | |
| 4 | Instance method | Protected | Method | Constructs Local URL | 20021031 | |
| 5 | Instance method | Protected | Method | Create Subcontroller for Stateless Applications | 20021028 | |
| 6 | Instance method | Protected | Method | Checks Whether an Exception Exists in Message List | 20021025 | |
| 7 | Instance method | Public | Method | Gets Component ID of Controller Without Hierarchy | 20021025 | |
| 8 | Instance method | Protected | Method | Call Exception Controller if Required, Delete Exceptions | 20021025 | |
| 9 | Instance method | Public | Method | 20021111 | ||
| 10 | Instance method | Public | Method | 20021111 | ||
| 11 | Instance method | Protected | Method | Remove Exceptions from Message List | 20021025 | |
| 12 | Static method | Protected | Method | Set Message for Display | 20071017 | |
| 13 | Instance method | Protected | Method | Save Controller Hierarchy | 20021028 |
Events
Class CL_HRRCF_ABSTRACT_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LHRRCF_CNTR_STRUC | Protected | See coding | Structure for Controller Details | 20021028 | BEGIN OF lhrrcf_cntr_struc,
compid type string,
contr TYPE string,
appln TYPE string,
END OF lhrrcf_cntr_struc
|
|
| 2 | LHRRCF_CNTR_TAB | Protected | See coding | Table Type for Controller Details | 20021028 | lhrrcf_cntr_tab TYPE STANDARD TABLE OF lhrrcf_cntr_struc
|
Method Signatures
Method ADD_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20021025 |
Method ADD_EXCEPTION on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method CALL_HRRCF_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_URL | Call by reference | Type reference (TYPE) | STRING | URL der View | 20021025 |
Method CALL_HRRCF_VIEW on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method CHECK_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_URL | Call by reference | Type reference (TYPE) | STRING | 20081216 | ||||
| 2 | RV_NAVIGATION_ALLOWED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20081216 |
Method CHECK_URL on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method CONSTRUCT_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_APPL_NAME | Call by reference | Type reference (TYPE) | RCF_CTRL_APPL_NAME | Name einer BSP Applikation | 20021031 | |||
| 2 | P_CONTROLLER | Call by reference | Type reference (TYPE) | RCF_CTRL_URL | URL eines Controllers | 20021031 | |||
| 3 | P_URL | Call by reference | Type reference (TYPE) | RCF_UI_LINK_URL | URL des Links | 20021031 |
Method CONSTRUCT_URL on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method CREATE_SUBCONTROLS_STATELESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CNTR_TAB | Call by reference | Type reference (TYPE) | LHRRCF_CNTR_TAB | Controller tree | 20021028 |
Method CREATE_SUBCONTROLS_STATELESS on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method EXIST_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_EXIST | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20021025 |
Method EXIST_EXCEPTION on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method GET_PURE_COMP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COMP_ID | Value transfer | Type reference (TYPE) | STRING | 20021025 |
Method GET_PURE_COMP_ID on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method HANDLE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_APPLICATION_NAME | Value transfer | Type reference (TYPE) | STRING | Applikation | 20021025 | |||
| 2 | P_CONTROLLER_ID | Value transfer | Type reference (TYPE) | STRING | 'error' | ID des Exception-Controllers | 20021025 | ||
| 3 | P_CONTROLLER_NAME | Value transfer | Type reference (TYPE) | STRING | 'error.do' | Name des Exception-Controllers | 20021025 | ||
| 4 | P_HANDLED | Value transfer | Type reference (TYPE) | BOOLE_D | Exceptions vorgefunden = 'X' | 20021025 |
Method HANDLE_EXCEPTION on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method ON_CHECK_FOR_DATA Signature
Method ON_CHECK_FOR_DATA on class CL_HRRCF_ABSTRACT_CONTROLLER has no parameter.
Method ON_CHECK_FOR_DATA on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method ON_FOCUS_LOST Signature
Method ON_FOCUS_LOST on class CL_HRRCF_ABSTRACT_CONTROLLER has no parameter.
Method ON_FOCUS_LOST on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method RESET_EXCEPTION Signature
Method RESET_EXCEPTION on class CL_HRRCF_ABSTRACT_CONTROLLER has no parameter.
Method RESET_EXCEPTION on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method SET_MSG_FOR_DISPLAY_FROM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGEBAR_TEXT | Call by reference | Type reference (TYPE) | STRING | 20071017 | ||||
| 2 | MESSAGEBAR_TYPE | Call by reference | Type reference (TYPE) | STRING | 20071017 | ||||
| 3 | MESSAGE_TAB | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20071017 |
Method SET_MSG_FOR_DISPLAY_FROM_TAB on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
Method STORE_CONTROLLER_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CNTR_TAB | Call by reference | Type reference (TYPE) | LHRRCF_CNTR_TAB | 20021028 |
Method STORE_CONTROLLER_TREE on class CL_HRRCF_ABSTRACT_CONTROLLER has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 10A |