SAP ABAP Class CL_XSS_CAT_BUSINESS_LAYER (Business Layer)
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 20030618
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_BUSINESS_LAYER  
Short Description Business Layer    
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 20060208   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 20030618
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_BUSINESS_LAYER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUSINESS_LAYER Static Attribute Private Object reference (TYPE REF TO) CL_XSS_CAT_BUSINESS_LAYER Business Layer 20030606
2 EMPLOYEE_TAB Static Attribute Private Type reference (TYPE) RHXSS_CAT_EMPLOYEE_OBJ_T Personnel Number with its Employee Object 20030606
3 PROFILE Static Attribute Private Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Data Entry Profile 20030606
4 RELEASE_MODE Static Attribute Private Type reference (TYPE) XSS_CAT_BOOLEAN 'X': Business Layer Is in Release Mode 20030703
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030606
2 DETERMINE_EMPLOYEE Instance method Private Method Derive Personnel Number from User 20030606
3 GET_DEFAULT_CALENDAR_PERIOD Instance method Public Method Calculates 3 Whole Months Around Key Date (Or SY-DATE) 20030724
4 GET_INSTANCE Static method Public Method Delivers Instance to Singleton Business Layer 20030606
5 GET_PROFILE Instance method Public Method Delivers Instance of Profile (Singleton) 20030606
6 INITIALIZE_FOR_RELEASE Instance method Public Method Initialization of Business Layer for Release 20030703
7 INITIALIZE_FOR_TIME_RECORDING Instance method Public Method Initialization of Business Layer for Time Recording 20030703
8 INIT_EMPLOYEE Instance method Private Method Initialization of Employee 20030606
9 INIT_PROFILE Instance method Private Method Initialization of Profile 20030606
10 READ_EMPL_OBJ Instance method Private Method Delivers Employee Object for an Employee_ID 20030616
11 RESET_BL_MESSAGES Instance method Private Method Resets All BL Messages in the Message Handler 20030718
Events
Class CL_XSS_CAT_BUSINESS_LAYER has no event.
Types
Class CL_XSS_CAT_BUSINESS_LAYER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method DETERMINE_EMPLOYEE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STARTDATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030611
2 Importing IM_USER Call by reference Type reference (TYPE) SYUNAME Kommunikation Identifikation/Nummer 20030606
3 Returning RE_EMPLOYEE_ID Value transfer Type reference (TYPE) PERNR_D Personalnummer 20030606
# Exception Resumable Description Created on
1 NO_PERNR_FOR_USER_IN_SYSTEM Zum User kann keine Personalnummer abgeleitet werden 20030611

Method GET_DEFAULT_CALENDAR_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_END_CALENDAR Call by reference Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030724
2 Exporting EX_START_CALENDAR Call by reference Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030724
3 Importing IM_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20030724

Method GET_DEFAULT_CALENDAR_PERIOD on class CL_XSS_CAT_BUSINESS_LAYER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_BUSINESS_LAYER Value transfer Object reference (TYPE REF TO) CL_XSS_CAT_BUSINESS_LAYER Business-Layer 20030606

Method GET_INSTANCE on class CL_XSS_CAT_BUSINESS_LAYER has no exception.

Method GET_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROFILE Value transfer Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Erfassungsprofil 20030606
# Exception Resumable Description Created on
1 PROFILE_NOT_INITIALIZED Profil nicht initialisiert--> BL initialiseren 20030617

Method INITIALIZE_FOR_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EMPLOYEE_TAB Value transfer Type reference (TYPE) RHXSS_CAT_EMPLOYEE_T Personalnummer, die der Puffer kennt 20030703
2 Importing IM_EMPLOYEE_TAB Call by reference Type reference (TYPE) RHXSS_CAT_EMPLOYEE_T Personalnummer(n) 20030703
3 Importing IM_PROFILE_ID Call by reference Type reference (TYPE) CATSVARIAN Erfassungsprofil 20030703
4 Importing IM_STARTDATE Call by reference Type reference (TYPE) SYDATUM Identifikation der Periode 20030703
5 Importing IM_USER Call by reference Type reference (TYPE) SYUNAME Kommunikation Identifikation/Nummer 20030703
# Exception Resumable Description Created on
1 INTERNAL_ERROR Sonstige interne Fehler 20030703
2 NO_PERNR_FOR_USER_FOUND Es existiert keine Personalnummer zum User 20030703
3 PERNR_DOES_NOT_EXIST Mindestens eine Personalnummer existiert nicht 20030703
4 PERNR_NOT_ENQUEUED Fehler beim Sperren mindestens einer Personalnummer 20030703
5 PROFILE_NOT_FOUND Es gibt kein Profil zur Profile-Id 20030703

Method INITIALIZE_FOR_TIME_RECORDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EMPLOYEE_TAB Value transfer Type reference (TYPE) RHXSS_CAT_EMPLOYEE_T Personalnummer, die der Puffer kennt 20030703
2 Importing IM_EMPLOYEE_TAB Call by reference Type reference (TYPE) RHXSS_CAT_EMPLOYEE_T Personalnummer(n) 20030703
3 Importing IM_PROFILE_ID Call by reference Type reference (TYPE) CATSVARIAN Erfassungsprofil 20030703
4 Importing IM_STARTDATE Call by reference Type reference (TYPE) SYDATUM Identifikation der Periode 20030703
5 Importing IM_USER Call by reference Type reference (TYPE) SYUNAME Kommunikation Identifikation/Nummer 20030703
# Exception Resumable Description Created on
1 INTERNAL_ERROR Sonstige interne Fehler 20030703
2 NO_PERNR_FOR_USER_FOUND Es existiert keine Personalnummer zum User 20030703
3 PERNR_DOES_NOT_EXIST Mindestens eine Personalnummer existiert nicht 20030703
4 PERNR_NOT_ENQUEUED Fehler beim Sperren mindestens einer Personalnummer 20030703
5 PROFILE_NOT_FOUND Es gibt kein Profil zur Profile-Id 20030703

Method INIT_EMPLOYEE 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
# Exception Resumable Description Created on
1 PERNR_DOES_NOT_EXIST Personalnummer existiert nicht 20030611
2 PERNR_NOT_ENQUEUED Pernr konnte nicht gesperrt werden 20030618

Method INIT_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFILE_ID Call by reference Type reference (TYPE) CATSVARIAN Erfassungsprofil 20030606
2 Importing IM_USER Call by reference Type reference (TYPE) SYUNAME Kommunikation Identifikation/Nummer 20030610
3 Returning RE_PROFILE Value transfer Object reference (TYPE REF TO) CL_XSS_CAT_PROFILE Erfassungsprofil 20030611
# Exception Resumable Description Created on
1 CUSTOMIZING_ERROR Profil hat falschen Periodentyp 20030710
2 PROFILE_NOT_FOUND Profil zur Profile-Id nicht gefunden 20030611

Method READ_EMPL_OBJ 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 20030616
2 Returning RE_EMPL_OBJECT Value transfer Object reference (TYPE REF TO) CL_XSS_CAT_EMPLOYEE Mitarbeiter 20030616
# Exception Resumable Description Created on
1 PERNR_DOES_NOT_EXIST 20030616

Method RESET_BL_MESSAGES Signature

Method RESET_BL_MESSAGES on class CL_XSS_CAT_BUSINESS_LAYER has no parameter.
Method RESET_BL_MESSAGES on class CL_XSS_CAT_BUSINESS_LAYER has no exception.
History
Last changed by/on SAP  20060208 
SAP Release Created in 100