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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_XSS_CAT_BUSINESS_LAYER | Business Layer | 20030606 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | RHXSS_CAT_EMPLOYEE_OBJ_T | Personnel Number with its Employee Object | 20030606 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_XSS_CAT_PROFILE | Data Entry Profile | 20030606 | |||
| 4 | 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 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20030606 | |
| 2 | Instance method | Private | Method | Derive Personnel Number from User | 20030606 | |
| 3 | Instance method | Public | Method | Calculates 3 Whole Months Around Key Date (Or SY-DATE) | 20030724 | |
| 4 | Static method | Public | Method | Delivers Instance to Singleton Business Layer | 20030606 | |
| 5 | Instance method | Public | Method | Delivers Instance of Profile (Singleton) | 20030606 | |
| 6 | Instance method | Public | Method | Initialization of Business Layer for Release | 20030703 | |
| 7 | Instance method | Public | Method | Initialization of Business Layer for Time Recording | 20030703 | |
| 8 | Instance method | Private | Method | Initialization of Employee | 20030606 | |
| 9 | Instance method | Private | Method | Initialization of Profile | 20030606 | |
| 10 | Instance method | Private | Method | Delivers Employee Object for an Employee_ID | 20030616 | |
| 11 | 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 | IM_STARTDATE | Call by reference | Type reference (TYPE) | SYDATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20030611 | |||
| 2 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | Kommunikation Identifikation/Nummer | 20030606 | |||
| 3 | RE_EMPLOYEE_ID | Value transfer | Type reference (TYPE) | PERNR_D | Personalnummer | 20030606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EX_END_CALENDAR | Call by reference | Type reference (TYPE) | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20030724 | |||
| 2 | EX_START_CALENDAR | Call by reference | Type reference (TYPE) | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | 20030724 | |||
| 3 | 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 | 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 | RE_PROFILE | Value transfer | Object reference (TYPE REF TO) | CL_XSS_CAT_PROFILE | Erfassungsprofil | 20030606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EX_EMPLOYEE_TAB | Value transfer | Type reference (TYPE) | RHXSS_CAT_EMPLOYEE_T | Personalnummer, die der Puffer kennt | 20030703 | |||
| 2 | IM_EMPLOYEE_TAB | Call by reference | Type reference (TYPE) | RHXSS_CAT_EMPLOYEE_T | Personalnummer(n) | 20030703 | |||
| 3 | IM_PROFILE_ID | Call by reference | Type reference (TYPE) | CATSVARIAN | Erfassungsprofil | 20030703 | |||
| 4 | IM_STARTDATE | Call by reference | Type reference (TYPE) | SYDATUM | Identifikation der Periode | 20030703 | |||
| 5 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | Kommunikation Identifikation/Nummer | 20030703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sonstige interne Fehler | 20030703 | ||
| 2 | Es existiert keine Personalnummer zum User | 20030703 | ||
| 3 | Mindestens eine Personalnummer existiert nicht | 20030703 | ||
| 4 | Fehler beim Sperren mindestens einer Personalnummer | 20030703 | ||
| 5 | 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 | EX_EMPLOYEE_TAB | Value transfer | Type reference (TYPE) | RHXSS_CAT_EMPLOYEE_T | Personalnummer, die der Puffer kennt | 20030703 | |||
| 2 | IM_EMPLOYEE_TAB | Call by reference | Type reference (TYPE) | RHXSS_CAT_EMPLOYEE_T | Personalnummer(n) | 20030703 | |||
| 3 | IM_PROFILE_ID | Call by reference | Type reference (TYPE) | CATSVARIAN | Erfassungsprofil | 20030703 | |||
| 4 | IM_STARTDATE | Call by reference | Type reference (TYPE) | SYDATUM | Identifikation der Periode | 20030703 | |||
| 5 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | Kommunikation Identifikation/Nummer | 20030703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Sonstige interne Fehler | 20030703 | ||
| 2 | Es existiert keine Personalnummer zum User | 20030703 | ||
| 3 | Mindestens eine Personalnummer existiert nicht | 20030703 | ||
| 4 | Fehler beim Sperren mindestens einer Personalnummer | 20030703 | ||
| 5 | 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 | IM_EMPLOYEE_ID | Call by reference | Type reference (TYPE) | PERNR_D | Personalnummer | 20030606 | |||
| 2 | IM_PROFILE | Call by reference | Object reference (TYPE REF TO) | CL_XSS_CAT_PROFILE | Erfassungsprofil | 20030606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalnummer existiert nicht | 20030611 | ||
| 2 | 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 | IM_PROFILE_ID | Call by reference | Type reference (TYPE) | CATSVARIAN | Erfassungsprofil | 20030606 | |||
| 2 | IM_USER | Call by reference | Type reference (TYPE) | SYUNAME | Kommunikation Identifikation/Nummer | 20030610 | |||
| 3 | RE_PROFILE | Value transfer | Object reference (TYPE REF TO) | CL_XSS_CAT_PROFILE | Erfassungsprofil | 20030611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Profil hat falschen Periodentyp | 20030710 | ||
| 2 | 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 | IM_EMPLOYEE_ID | Call by reference | Type reference (TYPE) | PERNR_D | Personalnummer | 20030616 | |||
| 2 | RE_EMPL_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_XSS_CAT_EMPLOYEE | Mitarbeiter | 20030616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 |