SAP ABAP Class CL_PT_UIA_TMW_TDE_TE (Time Events Area: N-M View)
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_TMW_TDE_BASE | Basis Class for All Views in Time Specifications | 19991210 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PT_UIA_TMW_TDE_TE | Time Events Area: N-M View | 19991210 |
Properties
| Class | CL_PT_UIA_TMW_TDE_TE | |
| Short Description | Time Events Area: N-M View | |
| Super Class | CL_PT_UIA_TMW_TDE_BASE | Basis Class for All Views in Time Specifications |
| 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 | 19991210 | SAP |
| Last change | 20041209 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PT_UIA_TMW_TDE_TE | Time Events Area: N-M View | 19991210 |
Friends
Class CL_PT_UIA_TMW_TDE_TE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add New Time Event | 20000114 | |
| 2 | Instance method | Private | Method | Create Time Event for Person and Day | 20000114 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20000202 | |
| 4 | Instance method | Private | Method | Determines Weekday from Date | 19991223 | |
| 5 | Instance method | Protected | Method | Sets Focus on Time Events with Errors | 20000120 | |
| 6 | Instance method | Private | Method | Gets First Time Event | 20000117 | |
| 7 | Instance method | Protected | Method | Reaction to DV_DELETE Message | 19991210 |
Events
Class CL_PT_UIA_TMW_TDE_TE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | REC_TEVENT_TAB | Private | See coding | REC_TEVENT_TAB | 19991216 | BEGIN OF rec_tevent_tab,
employee TYPE pernr_d,
date TYPE d,
object TYPE REF TO if_pt_uix_tmw_timeevent,
END OF rec_tevent_tab
|
Method Signatures
Method ADD_INITIAL_TIMEEVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_TIMEEVENTS_NEW | Value transfer | Type reference (TYPE) | TAB_PT_UIX_TMW_TIMEEVENT | Neue Tabelle der neuen Zeitereignisse | 20000114 | |||
| 2 | IM_DATE | Value transfer | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20000114 | |||
| 3 | IM_DISPLAY_MODE | Value transfer | Attribute reference (LIKE) | DISPLAY_MODE | Anzeigemodus | 20000114 | |||
| 4 | IM_EMPLOYEE | Value transfer | Type reference (TYPE) | PERNR_D | Personalnummer | 20000114 | |||
| 5 | IM_WEEKDAY | Value transfer | Type reference (TYPE) | KURZT | Wochentag | 20000114 |
Method ADD_INITIAL_TIMEEVENT on class CL_PT_UIA_TMW_TDE_TE has no exception.
Method ADD_TIMEEVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_TIMEEVENTS | Value transfer | Type reference (TYPE) | TAB_PT_UIX_TMW_TIMEEVENT | Neue Tabelle der Zeitereignisse | 20000114 | |||
| 2 | IM_DATE | Value transfer | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20000114 | |||
| 3 | IM_DISPLAY_MODE | Value transfer | Attribute reference (LIKE) | DISPLAY_MODE | Anzeigemodus | 20000114 | |||
| 4 | IM_EMPLOYEE | Value transfer | Type reference (TYPE) | PERNR_D | Personalnummer | 20000114 | |||
| 5 | IM_WEEKDAY | Value transfer | Type reference (TYPE) | KURZT | Wochentag | 20000114 |
Method ADD_TIMEEVENTS on class CL_PT_UIA_TMW_TDE_TE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PT_UIA_TMW_TDE_TE has no parameter.
Method CONSTRUCTOR on class CL_PT_UIA_TMW_TDE_TE has no exception.
Method DATE_GET_DAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATE | Call by reference | Type reference (TYPE) | D | Datum | 19991223 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | KURZT | Wochentag-Kkürzel | 19991223 |
Method DATE_GET_DAY on class CL_PT_UIA_TMW_TDE_TE has no exception.
Method FIND_DAY_WITH_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ERROR_DAY | Value transfer | Type reference (TYPE) | STRING | Text der Nachricht | 20000120 |
Method FIND_DAY_WITH_ERROR on class CL_PT_UIA_TMW_TDE_TE has no exception.
Method GET_FIRST_TIMEEVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DATE | Value transfer | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20000117 | |||
| 2 | IM_EMPLOYEE | Value transfer | Type reference (TYPE) | PERNR_D | Personalnummer | 20000117 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_PT_UIX_TMW_TIMEEVENT | Feld vom Typ DATS | 20000117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlgeschlagen | 20000117 |
Method ON_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_PT_UIA_MESSAGE | Nachricht | 19991210 |
Method ON_DELETE on class CL_PT_UIA_TMW_TDE_TE has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 46B |