SAP ABAP Class CL_TIMESLICE (Time Slot, Semi-Open Interval)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-TIM-TR (Application Component) Date Rules
⤷
SZTI (Package) Central Basis Development: Time ('Time/Event')
⤷
⤷
Properties
| Class | CL_TIMESLICE | |
| Short Description | Time Slot, Semi-Open Interval | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SZTI | Central Basis Development: Time ('Time/Event') |
| Created | 20000508 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TIMESLICE has no forward declaration.
Interfaces
Class CL_TIMESLICE has no interface implemented.
Friends
Class CL_TIMESLICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | Left margin (inclusive) | 20000508 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | Right margin (exclusive) | 20000508 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Amount function | 20000508 | |
| 2 | Instance method | Public | Method | Comparison of two time slots | 20000508 | |
| 3 | Instance method | Public | Constructor | Constructor | 20000508 |
Events
Class CL_TIMESLICE has no event.
Types
Class CL_TIMESLICE has no local type.
Method Signatures
Method ABS Signature
Method ABS on class CL_TIMESLICE has no parameter.
Method ABS on class CL_TIMESLICE has no exception.
Method COMPARE_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | Ergebnis | 20000508 | |||
| 2 | SLICE | Call by reference | Object reference (TYPE REF TO) | CL_TIMESLICE | Zeitscheibe, halboffenes Intervall | 20000508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeitscheibe nicht gültig, z.B. <0 , left > right | 20000508 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEFT | Call by reference | Type reference (TYPE) | TIMESTAMP | links (inklusive) | 20000508 | |||
| 2 | RIGHT | Call by reference | Type reference (TYPE) | TIMESTAMP | rechts (exklusive) | 20000508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeitscheibe nicht gültig (right < left) | 20000508 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 12A |