SAP ABAP Class CL_HRRCF_MANAGER_PC (Page Control Superclass Manager)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20020115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS_UI Constants for Interface 20020115
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_EVENT Interface fOr Event Methodes in PC Classes 20011126
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_EVENT Events from HTMLB 20020110
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_INDEX Page Control for index.bsp 20020221
2 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_SEARCH Page Control for search.bsp 20020328
3 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_QUAL Page Control Superclass Manager 20020214
4 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_OVER Page Control for requiOverview.bsp 20020131
5 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_NAV Page Control Superclass Manager 20020111
6 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_FRA Page Control for resumeFrame.bsp 20020118
7 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_DESC Page Control for requidescription.bsp 20011213
8 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_RELEASE Page Control for release.bsp 20020123
9 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PROP_TC Page Control for proposals.bsp 20020411
10 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PREVIEW Page Control for preview.bsp 20020214
... Click here to see Used By full list (30 items)
Properties
Class CL_HRRCF_MANAGER_PC  
Short Description Page Control Superclass Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20011126   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_MANAGER_PC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20020115
2 IF_HRRCF_CONSTANTS_UI Constants for Interface 20020115
3 IF_HRRCF_EVENT Interface fOr Event Methodes in PC Classes 20011126
4 IF_HTMLB_EVENT Events from HTMLB 20020110
Friends
Class CL_HRRCF_MANAGER_PC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELETE_OPERATION Instance attribute Public Attribute reference (LIKE) 20020204
2 DISPLAY_MODE Instance attribute Public Attribute reference (LIKE) 20020131
3 EDIT_MODE Instance attribute Public Attribute reference (LIKE) 20020131
4 FALSE Instance attribute Public Attribute reference (LIKE) 20020207
5 INSERT_OPERATION Instance attribute Public Attribute reference (LIKE) 20020131
6 MODIFY_OPERATION Instance attribute Public Attribute reference (LIKE) 20020204
7 NAVIGATION Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20011126
8 REQUEST Instance attribute Protected Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20011126
9 RUNTIME Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_RUNTIME Business Server Page (BSP) Runtime 20020221
10 TRUE Instance attribute Public Attribute reference (LIKE) 20020207
11 UI Static Attribute Protected Object reference (TYPE REF TO) CL_HRRCF_MGR_SELF_SERVICE_UI Application Class Manager 20011126
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20011126
2 CONSTRUCT_BSP_URL Static method Public Method Constructed URL for Accessing Other BSP Application 20011130
3 EXTRACT_PAGE_CONTEXT Static method Public Method Unpacking of Page Context 20020311
4 GET_OTR_TEXT Static method Public Method Gets OTR short text for alias 20020322
5 ON_CREATE Instance method Public Method 20011126
6 ON_INITIALIZATION Instance method Public Method 20011126
Events
Class CL_HRRCF_MANAGER_PC has no event.
Types
Class CL_HRRCF_MANAGER_PC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UI_CLASS Call by reference Object reference (TYPE REF TO) CL_HRRCF_MGR_SELF_SERVICE_UI 20011126

Method CONSTRUCTOR on class CL_HRRCF_MANAGER_PC has no exception.

Method CONSTRUCT_BSP_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_APPLICATION Call by reference Type reference (TYPE) STRING Name der zu rufenden BSP Applikation 20011130
2 Importing IN_PAGE Call by reference Type reference (TYPE) STRING Seite der zu rufenden BSP Applikation 20011130
3 Importing IN_PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20011130
4 Exporting OUT_URL Call by reference Type reference (TYPE) STRING URL der zu rufenden BSP Applikation 20011130

Method CONSTRUCT_BSP_URL on class CL_HRRCF_MANAGER_PC has no exception.

Method EXTRACT_PAGE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20020402
2 Importing PAGE_CONTEXT Call by reference Object reference (TYPE REF TO) IF_BSP_PAGE_CONTEXT BSP Page Context For Tag Handlers 20020311
3 Exporting REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020402
4 Exporting RUNTIME Call by reference Object reference (TYPE REF TO) IF_BSP_RUNTIME Business Server Page (BSP) Laufzeit 20020402

Method EXTRACT_PAGE_CONTEXT on class CL_HRRCF_MANAGER_PC has no exception.

Method GET_OTR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIAS Call by reference Type reference (TYPE) STRING 20020322
2 Exporting TEXT Call by reference Type reference (TYPE) STRING 20020322

Method GET_OTR_TEXT on class CL_HRRCF_MANAGER_PC has no exception.

Method ON_CREATE Signature

Method ON_CREATE on class CL_HRRCF_MANAGER_PC has no parameter.
Method ON_CREATE on class CL_HRRCF_MANAGER_PC has no exception.

Method ON_INITIALIZATION Signature

Method ON_INITIALIZATION on class CL_HRRCF_MANAGER_PC has no parameter.
Method ON_INITIALIZATION on class CL_HRRCF_MANAGER_PC has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_INDEX Page Control for index.bsp 20020221
2 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_SEARCH Page Control for search.bsp 20020328
3 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_QUAL Page Control Superclass Manager 20020214
4 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_OVER Page Control for requiOverview.bsp 20020131
5 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_NAV Page Control Superclass Manager 20020111
6 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_FRA Page Control for resumeFrame.bsp 20020118
7 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_REQUI_DESC Page Control for requidescription.bsp 20011213
8 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_RELEASE Page Control for release.bsp 20020123
9 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PROP_TC Page Control for proposals.bsp 20020411
10 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PREVIEW Page Control for preview.bsp 20020214
11 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PRES_NAV Page Control for preselectionNavigation.bsp 20020410
12 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_PRES_FRA Page Control for preselectionFrame.bsp 20020410
13 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_NOTE_TC Page Control for noteTC.bsp 20020407
14 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_NOTE Page Control for note.bsp 20020330
15 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_MESSAGES Page Control for messages.bsp 20020503
16 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_ADD_FAV Page Control for addFavorite.bsp 20020413
17 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_IMPORT Page Control for import.bsp 20020325
18 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_HOME Page Control for home.bsp 20020221
19 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_HITLIST Page Control for hitlist.bsp 20020328
20 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_HEADER Page Control for Header.bsp 20020118
21 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_FAVORITE Page Control for favorite.bsp 20020410
22 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_ERROR Page Control for error.bsp 20020329
23 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_CREATE_CDY Page Control for createCandidacy.bsp 20020415
24 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_CDCY_DESC Page Control for candidacyDescription.bsp 20020415
25 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_CANDIDACY Page Control for application.bsp 20020415
26 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_BASIC_INFO Page Control for basicInfo.bsp 20020111
27 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_ASSIGN_TC Page Control for assignTC.bsp 20020312
28 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_ASSIGN_ASS Page Control for assignAssistants.bsp 20020312
29 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_APP_DESC Page Control for applicationDescription.bsp 20020415
30 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_MANAGER_PC_APPLICATIO Page Control for application.bsp 20020411
History
Last changed by/on SAP  20041006 
SAP Release Created in 110