SAP ABAP Class CL_XSS_CAT_EMPLOYEE (Employee)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   CA-TS (Application Component) Time Sheet
     PAOC_CATS_ESS_BUSINESS_LAYER (Package) Business Layer of ESS CATS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSS_CAT_DAY_INFO Access to Calendar Information 20030606
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSS_CAT_EMPLOYEE Access to Employeee 20030606
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSS_CAT_TIME_SHEET Access to Time Sheet 20030606
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_XSS_CAT_WORKLIST Access to Worklist 20030606
Properties
Class CL_XSS_CAT_EMPLOYEE  
Short Description Employee    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_CATS_ESS_BUSINESS_LAYER   Business Layer of ESS CATS 
Created 20030606   SAP 
Last change 20031212   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_XSS_CAT_TOOLS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_XSS_CAT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_XSS_CAT_DAY_INFO Access to Calendar Information 20030606
2 IF_XSS_CAT_EMPLOYEE Access to Employeee 20030606
3 IF_XSS_CAT_TIME_SHEET Access to Time Sheet 20030606
4 IF_XSS_CAT_WORKLIST Access to Worklist 20030606
Friends
Class CL_XSS_CAT_EMPLOYEE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFER_IT0001 Instance attribute Private Type reference (TYPE) P0001_TAB Employee organizational assignment - internal table 20030606
2 BUFFER_IT0315 Instance attribute Private Type reference (TYPE) L_P0315_TAB_TYPE Employee organizational assignment - internal table 20030606
3 BUFFER_TARGET_HOURS Instance attribute Private Type reference (TYPE) BUFFER_TARGET_HOURS_T Buffer with target hours sorted according to date 20030606
4 EMPLOYEE_ENQUEUED Instance attribute Private Type reference (TYPE) XSS_CAT_BOOLEAN Boolean Values TRUE (= 'X') and FALSE (= ' ') 20030618
5 EMPLOYEE_ID Instance attribute Private Type reference (TYPE) PERNR_D Personnel Number 20030606
6 EMPLOYEE_TAB Static Attribute Private Type reference (TYPE) RHXSS_CAT_EMPLOYEE_OBJ_T Table with Employees and Employee Object 20030611
7 END_DATE_BUFFER_TARGET_HOURS Instance attribute Private Type reference (TYPE) SYDATUM End of Target Hours Buffer 20030617
8 PROFILE Instance attribute Private Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Data Entry Profile 20030606
9 START_DATE_BUFFER_TARGET_HOURS Instance attribute Private Type reference (TYPE) SYDATUM Start of Target Hours Buffer 20030617
10 TIME_SHEET Instance attribute Private Object reference (TYPE REF TO) CL_XSS_CAT_TIME_SHEET Employee's Time Sheet 20030606
11 WORKLIST Instance attribute Private Object reference (TYPE REF TO) CL_XSS_CAT_WORKLIST Employee's Worklist 20030606
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_PERIOD_SUM Instance method Private Method Calculates Total Target Hours 20030919
2 DEQUEUE_EMPLOYEE Instance method Private Method Cancels Lock 20030618
3 ENQUEUE_EMPLOYEE Instance method Private Method Sets CATS Lock for a Personnel Number 20030618
4 GET_INSTANCE Static method Public Method Delivers an Instance for Employee 20030606
5 INITIALIZE Instance method Private Method Initializes Employee 20030611
6 READ_IT_0001 Instance method Private Method Imports All IT0001 Records for Personnel Number 20030611
7 READ_IT_0315 Instance method Private Method Imports All IT0315 Records of Personnel Number 20030611
8 READ_TARGET_HOURS Instance method Private Method Gets Target Hours for a Period 20030617
9 READ_TARGET_HOURS_FROM_BUFFER Instance method Private Method Gets Target Hours from Buffer for a Period 20030617
10 REFRESH_BUFFER_TARGET_HOURS Instance method Private Method Updates Target Hours Buffer 20030617
Events
Class CL_XSS_CAT_EMPLOYEE has no event.
Types
Class CL_XSS_CAT_EMPLOYEE has no local type.
Method Signatures

Method CALCULATE_PERIOD_SUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TARGET_HOUR_TAB Call by reference Type reference (TYPE) CATS_HOURS_PER_DAY_TAB CATS Arbeitszeiten 20030919
2 Returning RE_SUM Value transfer Type reference (TYPE) CATSCELL Zelle des Arbeitszeitblattes 20030919

Method CALCULATE_PERIOD_SUM on class CL_XSS_CAT_EMPLOYEE has no exception.

Method DEQUEUE_EMPLOYEE Signature

Method DEQUEUE_EMPLOYEE on class CL_XSS_CAT_EMPLOYEE has no parameter.
# Exception Resumable Description Created on
1 PERNR_NOT_INVALIDATED Pernr konnte nicht entsperrt werden 20030618

Method ENQUEUE_EMPLOYEE Signature

Method ENQUEUE_EMPLOYEE on class CL_XSS_CAT_EMPLOYEE has no parameter.
# Exception Resumable Description Created on
1 PERNR_NOT_ENQUEUED Fehler beim Sperren der Pernr 20030618

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EMPLOYEE_ID Call by reference Type reference (TYPE) PERNR_D Personalnummer 20030606
2 Importing IM_PROFILE Call by reference Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Erfassungsprofil 20030606
3 Returning RE_EMPLOYEE Value transfer Object reference (TYPE REF TO) CL_XSS_CAT_EMPLOYEE Mitarbeiter 20030606
# Exception Resumable Description Created on
1 PERNR_DOES_NOT_EXIST Personalnummer existiert nicht. 20030611
2 PERNR_NOT_ENQUEUED Personalnummer nicht gesperrt 20030618

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EMPLOYEE_ID Call by reference Type reference (TYPE) PERNR_D Personalnummer 20030611
2 Importing IM_PROFILE Call by reference Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Erfassungsprofil 20030611
# Exception Resumable Description Created on
1 PERNR_DOES_NOT_EXIST Personalnummer existiert nicht 20030611
2 PERNR_NOT_ENQUEUED Personalnummer konnte nicht gesperrt werden 20030618

Method READ_IT_0001 Signature

Method READ_IT_0001 on class CL_XSS_CAT_EMPLOYEE has no parameter.
# Exception Resumable Description Created on
1 PERNR_DOES_NOT_EXIST Personalnummer existiert nicht 20030611

Method READ_IT_0315 Signature

Method READ_IT_0315 on class CL_XSS_CAT_EMPLOYEE has no parameter.
Method READ_IT_0315 on class CL_XSS_CAT_EMPLOYEE has no exception.

Method READ_TARGET_HOURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_END_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
2 Importing IM_START_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
# Exception Resumable Description Created on
1 TARGET_HOURS_ERROR Ausnahme beim Besorgen der Vorgabestunden 20030617

Method READ_TARGET_HOURS_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TARGET_HOURS Call by reference Type reference (TYPE) CATS_HOURS_PER_DAY_TAB CATS Arbeitszeiten 20030617
2 Importing IM_END_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
3 Importing IM_START_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
# Exception Resumable Description Created on
1 TARGET_HOURS_ERROR Ausnahme beim Besorgen der Vorgabestunden 20030618

Method REFRESH_BUFFER_TARGET_HOURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_END_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
2 Importing IM_START_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030617
# Exception Resumable Description Created on
1 TARGET_HOURS_ERROR Ausnahme beim Besorgen der Vorgabestunden 20030617
History
Last changed by/on SAP  20031212 
SAP Release Created in 100