SAP ABAP Class IF_SWN_DELIVERY_SCHEDULE (WF Notif: Schedule)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWN_ADM_DELSCHED | WF Notif: Delivery Schedule for Admin UI | 20040106 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWN_DELIVERY_SCHEDULE | WF Notif: Copy Template for SWN Classes | 20030922 |
Properties
| Class | IF_SWN_DELIVERY_SCHEDULE | |
| Short Description | WF Notif: Schedule | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030820 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SWN_DELIVERY_SCHEDULE has no forward declaration.
Interfaces
Class IF_SWN_DELIVERY_SCHEDULE has no interface implemented.
Friends
Class IF_SWN_DELIVERY_SCHEDULE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SWN_OBJECTTYPE | 'DS' | Delivery Schedule | 20030929 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the delivery schedule ID | 20030922 | |
| 2 | Instance method | Public | Method | Returns the interval | 20030923 | |
| 3 | Instance method | Public | Method | Determines the last schedule application | 20030923 | |
| 4 | Instance method | Public | Method | Determines the last interval of a schedule | 20030922 | |
| 5 | Instance method | Public | Method | Returns the start time | 20030923 | |
| 6 | Instance method | Public | Method | Returns the end time | 20030923 | |
| 7 | Instance method | Public | Method | Returns the time zone | 20030923 | |
| 8 | Instance method | Public | Method | Returns the weekday | 20030923 | |
| 9 | Instance method | Public | Method | Saves the last schedule application | 20030928 |
Events
Class IF_SWN_DELIVERY_SCHEDULE has no event.
Types
Class IF_SWN_DELIVERY_SCHEDULE has no local type.
Method Signatures
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | SWN_DELSCHEDID | ID des Zustellungszeitplans | 20030922 |
Method GET_ID on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method GET_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INTERVAL | Value transfer | Type reference (TYPE) | SWN_INTERVAL | Intervall in Minuten | 20030923 |
Method GET_INTERVAL on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method GET_LAST_APPLIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HASH_CODE | Call by reference | Type reference (TYPE) | SWN_HASH | Hashcode | 20030923 | |||
| 2 | R_LAST_APPLIED | Value transfer | Type reference (TYPE) | SWN_TIMESTAMPL | letzte Anwendung | 20030923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | In der Timestamps-Tabelle wurde kein Eintrag gefunden | 20030923 |
Method GET_LAST_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERVAL_FROM | Call by reference | Type reference (TYPE) | SWN_TIMESTAMPL | Beginn des Intervalls | 20030923 | |||
| 2 | E_INTERVAL_TO | Call by reference | Type reference (TYPE) | SWN_TIMESTAMPL | Ende des Intervalls | 20030923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Werte des Schedules sind nicht gültig | 20030923 | ||
| 2 | Schedule ist nicht aktive => keine Wochentage eingetragen | 20031008 |
Method GET_TIME_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TIME_FROM | Value transfer | Type reference (TYPE) | SWN_TIMEFROM | Startzeitpunkt | 20030923 |
Method GET_TIME_FROM on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method GET_TIME_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TIME_TO | Value transfer | Type reference (TYPE) | SWN_TIMETO | Endezeitpunkt | 20030923 |
Method GET_TIME_TO on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method GET_TIME_ZONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TIME_ZONE | Value transfer | Type reference (TYPE) | SWN_TIMEZONE | Zeitzone | 20030923 |
Method GET_TIME_ZONE on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method GET_WEEKDAYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_WEEKDAYS | Value transfer | Type reference (TYPE) | SWN_WEEKDAYS | Wochentage | 20030923 |
Method GET_WEEKDAYS on class IF_SWN_DELIVERY_SCHEDULE has no exception.
Method SET_LAST_APPLIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HASH_CODE | Call by reference | Type reference (TYPE) | SWN_HASH | Hashcode | 20030928 | |||
| 2 | I_LAST_APPLIED | Call by reference | Type reference (TYPE) | SWN_TIMESTAMPL | Zeitstempel | 20030928 |
Method SET_LAST_APPLIED on class IF_SWN_DELIVERY_SCHEDULE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |