SAP ABAP Class CL_HRRCF_TG_LST_TGOVER_V (Controller for Talent Group List)
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_CONTROLLER Super Class of Unspecified HRRCF Controllers 20050308
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20050308
Properties
Class CL_HRRCF_TG_LST_TGOVER_V  
Short Description Controller for Talent Group 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   Recruitment Factory: User Interface 
Created 20050308   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_TG_LST_TGOVER_V has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20050308
Friends
Class CL_HRRCF_TG_LST_TGOVER_V has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_REQ_TYPE Constant Private Type reference (TYPE) RCF_REQUISITION_TYPE '0' Requisition Type 20050308
2 LT_TG Instance attribute Private Type reference (TYPE) RCF_T_HROBJECT Table of Requisition Objects 20050308
3 OLD_TG_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Copy Template of Requisition Object 20050308
4 PT_TG_LIST Instance attribute Public Type reference (TYPE) RCF_T_TG_INFO_TEXT_HEADER Requisition Information with Texts 20050308
5 REFRESH_LIST Instance attribute Private Type reference (TYPE) BOOLE_D TRUE Refresh List 20050308
6 REF_TG_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_TG_BL Requisition Facade 20050308
7 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20050308
8 SELECTED_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Current requisition object 20050308
9 SELECTED_RECORD Instance attribute Public Type reference (TYPE) RCF_S_TG_INFO_TEXT_HEADER Requisition Information with Text 20050308
10 SELECTED_ROLE Instance attribute Private Type reference (TYPE) RCF_ROLE Roles in E-Recruiting 20050308
11 SUBAREA Instance attribute Public Type reference (TYPE) RCF_SUBAREA Subarea of E-Recruiting 20050512
12 TASK Instance attribute Public Type reference (TYPE) STRING Requisition maintenance or candidate selection? 20050308
13 TV_HEADER Instance attribute Public Type reference (TYPE) STRING Header Text for TableView 20050308
14 VISIBLE_FIRST_ROW Instance attribute Public Type reference (TYPE) STRING Index of First Visible Rows in Header Text 20050308
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_TG_LIST Instance method Private Method Adds a new line to list of requisitions 20050308
2 GET_REF_BL Instance method Private Method Instantiates BL Facade 20050308
3 GET_SUBAREA Instance method Private Method Get Subarea 20050512
4 GET_TG_LIST Instance method Private Method Reads List of Requisitions 20050308
5 MODIFY_TG Instance method Private Method Calls data maintenance for requisition 20050308
6 ON_CANDSEARCH Instance method Private Method Eventhandler: onCandSearch 20050308
7 ON_COPY Instance method Private Method Eventhandler: onCopy 20050308
8 ON_DELETE Instance method Private Method Eventhandler: onDelete 20050310
9 ON_EDIT Instance method Private Method Event Handler: onEdit 20050308
10 ON_NEWENTRY Instance method Private Method Event Handler: onNewEntry 20050308
11 ON_TGASGNMTLIST Instance method Private Method Eventhandler: onCdcyList 20050308
12 SET_PARAMS Instance method Private Method Set parameter in the global context 20050308
13 SET_TV_HEADER Instance method Private Method Sets Header Text for TableView 20050308
14 UPDATE_TG_INFO Instance method Private Method Updates basic data for requisition 20050308
Events
Class CL_HRRCF_TG_LST_TGOVER_V has no event.
Types
Class CL_HRRCF_TG_LST_TGOVER_V has no local type.
Method Signatures

Method ADD_TO_TG_LIST Signature

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

Method ADD_TO_TG_LIST on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method GET_REF_BL Signature

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

Method GET_SUBAREA Signature

Method GET_SUBAREA on class CL_HRRCF_TG_LST_TGOVER_V has no parameter.
Method GET_SUBAREA on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method GET_TG_LIST Signature

Method GET_TG_LIST on class CL_HRRCF_TG_LST_TGOVER_V has no parameter.
Method GET_TG_LIST on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method MODIFY_TG Signature

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

Method MODIFY_TG on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method ON_CANDSEARCH Signature

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

Method ON_COPY Signature

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

Method ON_DELETE Signature

Method ON_DELETE on class CL_HRRCF_TG_LST_TGOVER_V has no parameter.
Method ON_DELETE on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method ON_EDIT Signature

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

Method ON_NEWENTRY Signature

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

Method ON_TGASGNMTLIST Signature

Method ON_TGASGNMTLIST on class CL_HRRCF_TG_LST_TGOVER_V has no parameter.
Method ON_TGASGNMTLIST on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method SET_PARAMS Signature

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

Method SET_TV_HEADER Signature

Method SET_TV_HEADER on class CL_HRRCF_TG_LST_TGOVER_V has no parameter.
Method SET_TV_HEADER on class CL_HRRCF_TG_LST_TGOVER_V has no exception.

Method UPDATE_TG_INFO Signature

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

Method UPDATE_TG_INFO on class CL_HRRCF_TG_LST_TGOVER_V has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 600