SAP ABAP Class CL_HRSCP_REQ_LST_REQUIOVER_V (Controller for Requisition List)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI_SUCC_PLNG (Package) Succession Planning: 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 20041117
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20041117
Properties
Class CL_HRSCP_REQ_LST_REQUIOVER_V  
Short Description Controller 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_SUCC_PLNG   Succession Planning: User Interface 
Created 20041117   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRSCP_REQ_LST_REQUIOVER_V has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20041117
Friends
Class CL_HRSCP_REQ_LST_REQUIOVER_V has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_REQ_TYPE_SUCC_PLNG Constant Private Type reference (TYPE) RCF_REQUISITION_TYPE '2' Requisition Type 20041118
2 C_ROLE_SUCC_PLANNER Constant Private Type reference (TYPE) RCF_ROLE '0012' Roles in E-Recruiting 20041119
3 DOVRLINK Instance attribute Public Type reference (TYPE) STRING Link to Data Overview 20070323
4 LT_REQUISITIONS Instance attribute Private Type reference (TYPE) RCF_T_HROBJECT Table of Requisition Objects 20041117
5 MESSAGE_TYPE Instance attribute Public Type reference (TYPE) STRING Message type 20050324
6 OLD_REQ_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Copy Template of Requisition Object 20041117
7 PT_REQUISITION_LIST Instance attribute Public Type reference (TYPE) RCF_T_REQUISITION_INFO_TEXT Requisition Information with Texts 20041117
8 REFRESH_LIST Instance attribute Private Type reference (TYPE) BOOLE_D TRUE Refresh List 20041117
9 REF_REQUI_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_REQUI_BL Requisition Facade 20041117
10 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20041117
11 SELECTED_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Current requisition object 20041117
12 SELECTED_RECORD Instance attribute Public Type reference (TYPE) RCF_S_REQUISITION_INFO_TEXT Requisition Information with Text 20041117
13 SELECTED_ROLE Instance attribute Private Type reference (TYPE) RCF_ROLE Roles in E-Recruiting 20050221
14 TASK Instance attribute Public Type reference (TYPE) STRING Requisition maintenance or candidate selection? 20041117
15 VISIBLE_FIRST_ROW Instance attribute Public Type reference (TYPE) STRING Index of First Visible Rows in Header Text 20041117
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_REQUISITION_LIST Instance method Private Method Adds a new line to list of requisitions 20041117
2 GET_REF_BL Instance method Private Method Instantiates BL Facade 20041117
3 GET_REQUISITION_LIST Instance method Private Method Reads List of Requisitions 20041117
4 MODIFY_REQUISITION Instance method Private Method Calls data maintenance for requisition 20041117
5 ON_CANDSEARCH Instance method Private Method Eventhandler: onCandSearch 20041117
6 ON_CDCYLIST Instance method Private Method Eventhandler: onCdcyList 20041117
7 ON_COPY Instance method Private Method Eventhandler: onCopy 20041117
8 ON_EDIT Instance method Private Method Event Handler: onEdit 20041117
9 ON_NEWENTRY Instance method Private Method Event Handler: onNewEntry 20041117
10 ON_PRINTPLAN Instance method Private Method Eventhandler: onPrintPlan 20050127
11 SET_PARAMS Instance method Private Method Set parameter in the global context 20041117
12 UPDATE_REQUISITION_INFO Instance method Private Method Updates basic data for requisition 20041117
Events
Class CL_HRSCP_REQ_LST_REQUIOVER_V has no event.
Types
Class CL_HRSCP_REQ_LST_REQUIOVER_V has no local type.
Method Signatures

Method ADD_TO_REQUISITION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NEW_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Neues Suchauftragsobjekt 20041117

Method ADD_TO_REQUISITION_LIST on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method GET_REF_BL Signature

Method GET_REF_BL on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method GET_REF_BL on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method GET_REQUISITION_LIST Signature

Method GET_REQUISITION_LIST on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method GET_REQUISITION_LIST on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method MODIFY_REQUISITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Suchauftragsobjekt 20041117
2 Importing P_OPERA Call by reference Type reference (TYPE) RCF_OPERA Vom User initiierte Operation 20041117

Method MODIFY_REQUISITION on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_CANDSEARCH Signature

Method ON_CANDSEARCH on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_CANDSEARCH on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_CDCYLIST Signature

Method ON_CDCYLIST on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_CDCYLIST on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_COPY Signature

Method ON_COPY on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_COPY on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_EDIT Signature

Method ON_EDIT on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_EDIT on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_NEWENTRY Signature

Method ON_NEWENTRY on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_NEWENTRY on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method ON_PRINTPLAN Signature

Method ON_PRINTPLAN on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method ON_PRINTPLAN on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method SET_PARAMS Signature

Method SET_PARAMS on class CL_HRSCP_REQ_LST_REQUIOVER_V has no parameter.
Method SET_PARAMS on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.

Method UPDATE_REQUISITION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REQ_HROBJECT Call by reference Type reference (TYPE) HROBJECT Suchauftragsobjekt 20041117

Method UPDATE_REQUISITION_INFO on class CL_HRSCP_REQ_LST_REQUIOVER_V has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 600