SAP ABAP Class CL_PT_UIA_TOOLBAR_EE_VARIANTS (Get Variants for Employee Selection)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT-RC (Application Component) Time Data Recording and Administration
     PAOC_TIM_TMW_UIA_OBJECTS (Package) TMW: UIA Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PT_UIA_OBJECT_BASE UIA Object 20001115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_UIA_TMW_EE_LIST Access to Employee List in GUI 20000120
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_UIA_TOOLBAR_BUTTON Toolbar Button 19990813
Properties
Class CL_PT_UIA_TOOLBAR_EE_VARIANTS  
Short Description Get Variants for Employee Selection    
Super Class CL_PT_UIA_OBJECT_BASE UIA Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_TIM_TMW_UIA_OBJECTS   TMW: UIA Objects 
Created 19990706   SAP 
Last change 20001116   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 HR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PT_UIA_TMW_EE_LIST Access to Employee List in GUI 20000120
2 IF_PT_UIA_TOOLBAR_BUTTON Toolbar Button 19990813
Friends
Class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EEMSG_NEVER Constant Private Type reference (TYPE) C '1' Exit person selection period -> Never any messages 20020128
2 CO_EEMSG_NOT_IN_WLIST Constant Private Type reference (TYPE) C '2' Exit person selection period -> No message in worklist 20020128
3 C_FUNC_ADD Constant Public Type reference (TYPE) UI_FUNC 'EE_VARIANTS_ADD' Create Employee Selection 19991130
4 C_FUNC_CREATE Constant Private Type reference (TYPE) UI_FUNC 'EE_VARIANTS_CREATE' Create Employee Selection 19991122
5 C_FUNC_DELETE Constant Public Type reference (TYPE) UI_FUNC 'EE_VARIANTS_DELETE' Create Employee Selection 19991124
6 C_FUNC_EXTEND_SEL_PERIOD_1 Constant Public Type reference (TYPE) UI_FUNC 'EE_EXTEND_PERIOD_1' Change Selection Period 19991215
7 C_FUNC_EXTEND_SEL_PERIOD_2 Constant Public Type reference (TYPE) UI_FUNC 'EE_EXTEND_PERIOD_2' Change Selection Period 19991215
8 C_FUNC_REFRESH Constant Private Type reference (TYPE) UI_FUNC 'EE_VARIANTS_REFRESH' Create Employee Selection 19991130
9 C_MSG_REFRESH_EMPLOYEES Constant Private Type reference (TYPE) UI_FUNC 'TB_EE_REFRESH' Read with New Data 19991130
10 GF_EXTEND_FUTURE Instance attribute Private Type reference (TYPE) BOOLE_D Direction to Increase Person Selection 19991215
11 GF_EXTEND_PAST Instance attribute Private Type reference (TYPE) BOOLE_D Direction to Increase Person Selection 19991215
12 GF_SUPRESS_MESSAGE Static Attribute Private Type reference (TYPE) BOOLE_D Reaction to Exit Person Sel. Period: Setting from T77S0 20020128
13 GIF_MESSAGE_COLLECTION Instance attribute Private Object reference (TYPE REF TO) CL_PT_TMW_MESSAGE_COLLECTION Message Handler: Maintain Entries 19991215
14 GREF_SELECTION_ADAPTER Instance attribute Private Object reference (TYPE REF TO) CL_PT_TMW_EE_SELECTION_ADAPTER Selection Adapter 19991124
15 G_T77S0_EEMSG Static Attribute Private Type reference (TYPE) GSVAL Semantic Abbreviation 20020128
16 MENU Static Attribute Private Object reference (TYPE REF TO) IF_PT_UIA_TMW_MENU TMW Menu Abstraction 20021023
17 MY_EE_POOL Instance attribute Private Object reference (TYPE REF TO) CL_PT_TMW_EMPLOYEE_POOL Class for Employee Pool and Employee Selection 20000120
18 NEW_EMPLOYEE_PERIOD Static Attribute Private Object reference (TYPE REF TO) CL_PT_TMW_DATE_SELECTION Date Selection for TMW 20000119
19 SELIDS Instance attribute Private Type reference (TYPE) TMW_T_HR_SELID Administrative Table Function Code <-> Selection ID 19990707
20 TMW_DATE Static Attribute Private Object reference (TYPE REF TO) CL_PT_TMW_DATE_SELECTION Date Selection for TMW 19991215
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_MENU_FOR_DATE_SELECTION Instance method Private Method Set Context Menu for Person Selection Period 19991215
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20000119
3 EXTEND_DATE_SELECTION Instance method Private Method Determine Person Selection Period 19991215
4 EXTEND_SELECTION_PERIOD Instance method Private Method Increase Period for Employee Selection 20000118
5 GET_DYNAMIC_FCODE Instance method Public Method Get Dynamic Function Code 19990707
6 ON_DATE_SELECTION Instance method Private Method Initialize Person Selection Period 19991215
7 ON_EE_VARIANTS_DELETE Instance method Private Method Delete Current Employee Selection 19991124
8 ON_EE_VARIANTS_REFRESH Instance method Private Method Set New Person Selection Period 20000119
9 ON_SCENARIO_CHANGED Instance method Private Method Change in Scenario (note 426640) 20020128
10 ON_UPDATE_FROM_CALENDAR Instance method Private Method Message after change to selection period via calendar 20020128
11 SEND_MESSAGE Instance method Private Method Send Message 19991215
12 SEND_REFRESH_EMPLOYEES Instance method Private Method Send Message to Refresh Employee List 20000120
13 SET_NEW_SELECTION Instance method Public Method Choose New Selection 19990707
Events
Class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TMW_S_HR_SELID Private See coding Administrative Structure 19990707
2 TMW_T_HR_SELID Private See coding Administrative Table with Function Code <-> Selection ID 19990707
Method Signatures

Method BUILD_MENU_FOR_DATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_CTMENU Context Menu 19991215

Method BUILD_MENU_FOR_DATE_SELECTION on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method EXTEND_DATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE_SELECTION Call by reference Object reference (TYPE REF TO) CL_PT_TMW_DATE_SELECTION Datumsselektion 19991215

Method EXTEND_DATE_SELECTION on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method EXTEND_SELECTION_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CURRENT_BEGDA Call by reference Type reference (TYPE) D Personenauswahlzeitraum: Beginn 20000119
2 Importing IM_CURRENT_ENDDA Call by reference Type reference (TYPE) D Personenauswahlzeitraum: Ende 20000119
3 Importing IM_TMW_BEGDA Call by reference Type reference (TYPE) D TMW-Zeitraum: Beginn 20000119
4 Importing IM_TMW_ENDDA Call by reference Type reference (TYPE) D TMW-Zeitraum: Beginn 20000119

Method EXTEND_SELECTION_PERIOD on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method GET_DYNAMIC_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COLUMN_POS Call by reference Type reference (TYPE) SYINDEX Position des Items in der Toolbar 19990707
2 Returning RESULT Value transfer Type reference (TYPE) CHAR32 Name des UIA-Objekts 19990707

Method GET_DYNAMIC_FCODE on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method ON_DATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_PT_UIA_MESSAGE Interface UIA Message 19991215

Method ON_DATE_SELECTION on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method ON_EE_VARIANTS_DELETE Signature

Method ON_EE_VARIANTS_DELETE on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no parameter.
Method ON_EE_VARIANTS_DELETE on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method ON_EE_VARIANTS_REFRESH Signature

Method ON_EE_VARIANTS_REFRESH on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no parameter.
Method ON_EE_VARIANTS_REFRESH on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method ON_SCENARIO_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_PT_UIA_MESSAGE Interface UIA Message 20020128

Method ON_SCENARIO_CHANGED on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method ON_UPDATE_FROM_CALENDAR Signature

Method ON_UPDATE_FROM_CALENDAR on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no parameter.
Method ON_UPDATE_FROM_CALENDAR on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method SEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_PT_UIA_MESSAGE Interface UIA Message 19991215

Method SEND_MESSAGE on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method SEND_REFRESH_EMPLOYEES Signature

Method SEND_REFRESH_EMPLOYEES on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no parameter.
Method SEND_REFRESH_EMPLOYEES on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.

Method SET_NEW_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SELID Call by reference Type reference (TYPE) HR_SELID ausgewählte SelektionsID 19990707

Method SET_NEW_SELECTION on class CL_PT_UIA_TOOLBAR_EE_VARIANTS has no exception.
History
Last changed by/on SAP  20001116 
SAP Release Created in