SAP ABAP Class CL_HRRCF_RTEAM_ADJ_LIST_V (CL_HRRCF_RTEAM_ADJ_LIST_V)
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 20051102
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20051102
Properties
Class CL_HRRCF_RTEAM_ADJ_LIST_V  
Short Description    
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 20050920   SAP 
Last change 20060711   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_RTEAM_ADJ_LIST_V has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20051102
Friends
Class CL_HRRCF_RTEAM_ADJ_LIST_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' 20051102
2 PT_HROBJECTS Instance attribute Private Type reference (TYPE) RCF_T_HROBJECT Table Type for Transfer of HR Objects 20051104
3 PT_REQUISITION_LIST Instance attribute Public Type reference (TYPE) RCF_T_REQUISITION_INFO_TEXT 20051102
4 PT_TG_INFO_LIST Instance attribute Public Type reference (TYPE) RCF_T_TG_INFO_TEXT_HEADER Structure of Talent Group Text 20051104
5 REFRESH_LIST Instance attribute Private Type reference (TYPE) BOOLE_D TRUE 20051102
6 REF_REQUI_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_REQUI_BL 20051102
7 REF_TG_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_TG_BL Business Logic Class for Talent Group 20051104
8 REQ_TYPE Instance attribute Public Type reference (TYPE) RCF_REQUISITION_TYPE Requisition Type 20051104
9 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE 20051102
10 SELECTED_HROBJECTS Instance attribute Private Type reference (TYPE) RCF_T_HROBJECT 20051102
11 SEL_ROW_INDEX_TAB Instance attribute Private Type reference (TYPE) INT4_TABLE 20051102
12 SEL_ROW_KEY_TAB Instance attribute Public Type reference (TYPE) STRING_TABLE 20051102
13 SHOW_TABLE Instance attribute Public Type reference (TYPE) BOOLE_D FALSE Indicator to Determine Display of List 20090210
14 SUCC_TEXT Instance attribute Private Type reference (TYPE) STRING 20051107
15 TV_HEADER Instance attribute Public Type reference (TYPE) STRING 20051102
16 VISIBLE_FIRST_ROW Instance attribute Public Type reference (TYPE) STRING 20051102
Methods
# Method Level Visibility Method type Description Created on
1 GET_REF_BL Instance method Private Method 20051102
2 GET_REQUISITION_LIST Instance method Private Method 20051102
3 GET_SEL_HROBJECTS Instance method Private Method 20051102
4 GET_SUCC_TYPE_TEXT Instance method Private Method Get Requisition Type List 20051107
5 GET_TG_LIST Instance method Private Method Get Talent Group List 20051104
6 GET_TV_ID Instance method Private Method Get Tableview ID 20051107
7 MARK_ALL_ENTRIES Instance method Private Method (De-)selects all list entries 20051102
8 ON_ADJUST Instance method Private Method 20051102
9 ON_TV_POPUPMENU Instance method Private Method 20051102
10 SET_PARAMS Instance method Private Method 20051102
11 SET_TV_HEADER Instance method Private Method 20051102
Events
Class CL_HRRCF_RTEAM_ADJ_LIST_V has no event.
Types
Class CL_HRRCF_RTEAM_ADJ_LIST_V has no local type.
Method Signatures

Method GET_REF_BL Signature

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

Method GET_REQUISITION_LIST Signature

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

Method GET_SEL_HROBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_FORM_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP 20051102

Method GET_SEL_HROBJECTS on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method GET_SUCC_TYPE_TEXT Signature

Method GET_SUCC_TYPE_TEXT on class CL_HRRCF_RTEAM_ADJ_LIST_V has no parameter.
Method GET_SUCC_TYPE_TEXT on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method GET_TG_LIST Signature

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

Method GET_TV_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ID Value transfer Type reference (TYPE) STRING 20051107
2 Importing P_TV_ID Call by reference Type reference (TYPE) STRING 20051107

Method GET_TV_ID on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method MARK_ALL_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK Call by reference Type reference (TYPE) BOOLE_D TRUE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20051102
2 Importing P_SELECTED_STRING Call by reference Type reference (TYPE) STRING 20051104

Method MARK_ALL_ENTRIES on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method ON_ADJUST Signature

Method ON_ADJUST on class CL_HRRCF_RTEAM_ADJ_LIST_V has no parameter.
Method ON_ADJUST on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method ON_TV_POPUPMENU Signature

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

Method ON_TV_POPUPMENU on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.

Method SET_PARAMS Signature

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

Method SET_TV_HEADER Signature

Method SET_TV_HEADER on class CL_HRRCF_RTEAM_ADJ_LIST_V has no parameter.
Method SET_TV_HEADER on class CL_HRRCF_RTEAM_ADJ_LIST_V has no exception.
History
Last changed by/on SAP  20060711 
SAP Release Created in