SAP ABAP Class CL_HRRCF_DISPATCHER (Super Class for Dispatcher)
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 20021031
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_APPL_MAIN_M Controller Class for HRRCF_APPL 20021029
Properties
Class CL_HRRCF_DISPATCHER  
Short Description Super Class for Dispatcher    
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 20021022   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_DISPATCHER has no forward declaration.
Interfaces
Class CL_HRRCF_DISPATCHER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_HRRCF_NV_CONTROLLER 20021104 Control Information of Navigation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LO_NAV_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_HRRCF_NV_CONTROLLER Control Information of Navigation 20021025
2 L_NAV_COL Instance attribute Protected Type reference (TYPE) RCF_UI_COL_INDEX Column Index of Navigation 20021028
3 L_SCR_COL Instance attribute Protected Type reference (TYPE) RCF_UI_COL_INDEX Column Index of Main Screen 20021028
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NAV_CTRL Instance method Protected Method Creates Instance of Navigation Controller 20021030
2 DETERMINE_COL_INDEXES Instance method Protected Method Determine Column Index for Navigation & Main Screen 20021030
3 GET_APPLICATION_CTRL Instance method Protected Method Returns Instance of Application Controller 20021025
4 GET_CURRENT_COMP_ID Instance method Public Method Returns CompID of Controller To Be Displayed 20021028
5 GET_CURRENT_CTRL_URL Instance method Public Method Returns URL of Controller To Be Displayed 20021105
6 GET_NAV_COL_INDEX Instance method Public Method Returns Column Index of Navigation 20021028
7 GET_NAV_COMP_ID Instance method Public Method Returns CompID of Navigation Controller 20021101
8 GET_NAV_LINK_BY_COMP_ID Instance method Public Method Gets Info on Structure of a Navigation Link 20021118
9 GET_NAV_ROOT Instance method Protected Method Gets Root to Navigation Controller 20021104
10 GET_NAV_URL Instance method Public Method Returns URL of Navigation Controller 20021106
11 GET_NEXT_STEP_DESC Instance method Public Method Gets Description of Next Step 20021105
12 GET_SCR_COL_INDEX Instance method Public Method Returns Cloumn Index of Main Screen 20021028
13 NEXT_STEP Instance method Public Method Goes to Next Step 20021105
14 RESET_NAVI_ON_EXIT Instance method Protected Method Exit Tree 20021114
15 SET_CURRENT_ENTRY_BY_EVENT Instance method Public Method Set Navigation Step 20021115
16 SET_GLOBAL_CONTEXT Instance method Protected Method Set Global Parameters 20021111
Events
Class CL_HRRCF_DISPATCHER has no event.
Types
Class CL_HRRCF_DISPATCHER has no local type.
Method Signatures

Method CREATE_NAV_CTRL Signature

Method CREATE_NAV_CTRL on class CL_HRRCF_DISPATCHER has no parameter.
Method CREATE_NAV_CTRL on class CL_HRRCF_DISPATCHER has no exception.

Method DETERMINE_COL_INDEXES Signature

Method DETERMINE_COL_INDEXES on class CL_HRRCF_DISPATCHER has no parameter.
Method DETERMINE_COL_INDEXES on class CL_HRRCF_DISPATCHER has no exception.

Method GET_APPLICATION_CTRL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LO_APPLICATION Value transfer Object reference (TYPE REF TO) CL_HRRCF_APPLICATION_CTRL Superklasse für Applikationscontroller 20021025

Method GET_APPLICATION_CTRL on class CL_HRRCF_DISPATCHER has no exception.

Method GET_CURRENT_COMP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMP_ID Value transfer Type reference (TYPE) RCF_CTRL_COMP_ID CompID eines Controllers 20021028

Method GET_CURRENT_COMP_ID on class CL_HRRCF_DISPATCHER has no exception.

Method GET_CURRENT_CTRL_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning URL Value transfer Type reference (TYPE) RCF_CTRL_URL URL eines Controllers 20021105

Method GET_CURRENT_CTRL_URL on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NAV_COL_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAV_COL Value transfer Type reference (TYPE) RCF_UI_COL_INDEX Spaltenindex 20021028

Method GET_NAV_COL_INDEX on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NAV_COMP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_COMP_ID Value transfer Type reference (TYPE) RCF_CTRL_COMP_ID CompID eines Controllers 20021101

Method GET_NAV_COMP_ID on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NAV_LINK_BY_COMP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_BSP_ELEM_ID Call by reference Type reference (TYPE) RCF_BSP_ELEM_ID ID des BSP-Elements 20021118
2 Importing P_COMP_ID Call by reference Type reference (TYPE) RCF_CTRL_COMP_ID Komponenten-ID des Controllers 20021118
3 Exporting P_DESCRIPTION Call by reference Type reference (TYPE) STRING Text des Links 20021118
4 Exporting P_EVENT Call by reference Type reference (TYPE) RCF_SERVER_EVENT Server-Event 20021118
5 Exporting P_SUCCESS Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021118

Method GET_NAV_LINK_BY_COMP_ID on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NAV_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ROOT Value transfer Type reference (TYPE) RCF_ROOT Wurzel des Navigationsbaums 20021104

Method GET_NAV_ROOT on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NAV_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NAV_URL Value transfer Type reference (TYPE) RCF_UI_LINK_URL URL des Controllers 20021106

Method GET_NAV_URL on class CL_HRRCF_DISPATCHER has no exception.

Method GET_NEXT_STEP_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_NEXT_STEP_DESC Value transfer Type reference (TYPE) STRING 20021105

Method GET_NEXT_STEP_DESC on class CL_HRRCF_DISPATCHER has no exception.

Method GET_SCR_COL_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SCR_COL Value transfer Type reference (TYPE) RCF_UI_COL_INDEX Spaltenindex 20021028

Method GET_SCR_COL_INDEX on class CL_HRRCF_DISPATCHER has no exception.

Method NEXT_STEP Signature

Method NEXT_STEP on class CL_HRRCF_DISPATCHER has no parameter.
Method NEXT_STEP on class CL_HRRCF_DISPATCHER has no exception.

Method RESET_NAVI_ON_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RESET_NAVI Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021114

Method RESET_NAVI_ON_EXIT on class CL_HRRCF_DISPATCHER has no exception.

Method SET_CURRENT_ENTRY_BY_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EVENT Call by reference Type reference (TYPE) RCF_SERVER_EVENT Server-Event 20021115

Method SET_CURRENT_ENTRY_BY_EVENT on class CL_HRRCF_DISPATCHER has no exception.

Method SET_GLOBAL_CONTEXT Signature

Method SET_GLOBAL_CONTEXT on class CL_HRRCF_DISPATCHER has no parameter.
Method SET_GLOBAL_CONTEXT on class CL_HRRCF_DISPATCHER has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 10A