SAP ABAP Class CL_SWN_DELIVERY_MAN (WF Notif: Message Dispatch)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWN (Package) Business Workflow: E-Mail Notifications for Work Items

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_DELIVERY_MAN | WF Notif: Controls Message Dispatch | 20030912 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_DELIVERY_MAN_STEPS | WF Notif: Controls Message Dispatch (Process Steps) | 20130827 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_DELIVERY_VIA_JOBS | WF Notif: Creates Jobs for Delivery | 20130827 |
Properties
Class | CL_SWN_DELIVERY_MAN | |
Short Description | WF Notif: Message Dispatch | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWN | Business Workflow: E-Mail Notifications for Work Items |
Created | 20030912 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWN_DELIVERY_MAN | WF Notif: Controls Message Dispatch | 20030912 | ||
2 | IF_SWN_DELIVERY_MAN_STEPS | WF Notif: Controls Message Dispatch (Process Steps) | 20130827 | ||
3 | IF_SWN_DELIVERY_VIA_JOBS | WF Notif: Creates Jobs for Delivery | 20130827 |
Friends
Class CL_SWN_DELIVERY_MAN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | 20130827 | |||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWN_OBJECT_FACTORY | Factory | 20030912 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWN_HASH | Edit: Hash Code From | 20030915 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Flag for Hash Code Processing | 20030916 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWN_HASH | Edit: Hash Code To | 20030915 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SWN_LOG | Application Log | 20030912 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20130827 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20130827 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWNTNOTIFSUBS | Notifications and Subscription | 20030915 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOCAL_PACKAGE_TABLE | 20130827 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWNTDELSCHED1 | Schedule Table | 20030912 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Without Delivering Message | 20030929 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Without Checking Due Date | 20030929 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Without Writing Time Stamp | 20030929 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWN_STATISTICS | 20031014 |
Methods
Events
Class CL_SWN_DELIVERY_MAN has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LOCAL_PACKAGE_STRUCTURE | Private | See coding | 20130827 | begin of local_package_structure.
TYPES: name type string.
types: count type i.
types: ids type STANDARD TABLE OF SWN_NOTIFGUID with DEFAULT KEY.
types: end of local_package_structure
|
||
2 | LOCAL_PACKAGE_TABLE | Private | See coding | 20130827 | local_package_table type STANDARD TABLE OF local_package_structure
|
Method Signatures
Method CHECK_REMINDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LAST_SENT_TIME | Call by reference | Type reference (TYPE) | SWN_LSENTTST | letzter Sendezeitpunkt | 20031128 | ||
2 | ![]() |
I_REMINDER_DAYS | Call by reference | Type reference (TYPE) | SWN_REMINDERDAYS | Anzahl Tage | 20031128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Die Erinnerung ist noch nicht fällig | 20031128 |
Method COLLECT_MESSAGES_PER_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELIVERY_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_SWN_DELIVERY_TYPE | Referenz auf Zustellungsart | 20030924 | ||
2 | ![]() |
I_NOTIF_SUBS | Call by reference | Type reference (TYPE) | SWNTNOTIFSUBS1 | Benachrichtigungen + Abo | 20030924 | ||
3 | ![]() |
I_RECIPIENT | Call by reference | Object reference (TYPE REF TO) | IF_SWN_USER | Empfänger | 20030924 | ||
4 | ![]() |
R_MESSAGES | Value transfer | Type reference (TYPE) | SWNTMSGTMPL1 | Tab. mit MSG-Referenzen | 20030929 |
Method COLLECT_MESSAGES_PER_USER on class CL_SWN_DELIVERY_MAN has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_SWN_OBJECT_FACTORY | Factory | 20030912 |
Method CONSTRUCTOR on class CL_SWN_DELIVERY_MAN has no exception.
Method CREATE_COLLECTIVE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_MESSAGE_CAT_C | Call by reference | Object reference (TYPE REF TO) | IF_SWN_MESSAGE | Inboxnachricht pro Kategorie | 20030926 | ||
2 | ![]() |
C_MESSAGE_CAT_N | Call by reference | Object reference (TYPE REF TO) | IF_SWN_MESSAGE | mehrere Notifs pro Kateg. | 20030926 | ||
3 | ![]() |
C_MESSAGE_N | Call by reference | Object reference (TYPE REF TO) | IF_SWN_MESSAGE | Sammelnachricht Kat. egal | 20030926 | ||
4 | ![]() |
I_CATEGORY | Call by reference | Object reference (TYPE REF TO) | IF_SWN_CATEGORY | 20030926 | |||
5 | ![]() |
I_DELIVERY_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_SWN_DELIVERY_TYPE | 20030926 | |||
6 | ![]() |
I_GRANULARITY | Call by reference | Type reference (TYPE) | SWN_GRANUL | 20030926 | |||
7 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SWN_MSGTEMPLID | 20030926 | |||
8 | ![]() |
I_NOTIF | Call by reference | Object reference (TYPE REF TO) | IF_SWN_NOTIF | 20030926 | |||
9 | ![]() |
I_RECIPIENT | Call by reference | Object reference (TYPE REF TO) | IF_SWN_USER | 20030926 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Message-Object konnte nicht instanziiert werden | 20030926 |
Method CREATE_SINGLE_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CATEGORY | Call by reference | Object reference (TYPE REF TO) | IF_SWN_CATEGORY | Kategorie | 20030926 | ||
2 | ![]() |
I_DELIVERY_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_SWN_DELIVERY_TYPE | Zustellungsart | 20030926 | ||
3 | ![]() |
I_GRANULARITY | Call by reference | Type reference (TYPE) | SWN_GRANUL | Granularität | 20030926 | ||
4 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SWN_MSGTEMPLID | Nachrichtenvorlage | 20030926 | ||
5 | ![]() |
I_MSG_REMAPPED | Call by reference | Type reference (TYPE) | SWN_REMAPPED | stammt aus Remapping | 20031111 | ||
6 | ![]() |
I_NOTIF | Call by reference | Object reference (TYPE REF TO) | IF_SWN_NOTIF | Benachrichtigung | 20030926 | ||
7 | ![]() |
I_RECIPIENT | Call by reference | Object reference (TYPE REF TO) | IF_SWN_USER | Empfänger | 20030926 | ||
8 | ![]() |
R_MESSAGE | Value transfer | Object reference (TYPE REF TO) | IF_SWN_MESSAGE | Nachricht | 20030926 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Es handelt sich um keiene Einzelnachricht | 20030926 | |
2 | ![]() |
Objekt konnte nicht instanziiert werden | 20030926 | |
3 | ![]() |
Nachrichtenvorlage nicht gefunden | 20031009 |
Method ENTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_METHOD | Call by reference | Type reference (TYPE) | C | 'unknown' | Methodenname | 20030912 |
Method ENTERED on class CL_SWN_DELIVERY_MAN has no exception.
Method FILTER_NOTIFICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NOTIFICATIONS | Call by reference | Type reference (TYPE) | SWNTNOTIFSUBS | 20130827 | |||
2 | ![]() |
RE_NOTIFICATIONS | Value transfer | Type reference (TYPE) | SWNTNOTIFSUBS | 20130827 |
Method FILTER_NOTIFICATIONS on class CL_SWN_DELIVERY_MAN has no exception.
Method FIND_DUE_SCHEDULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCHEDULES | Call by reference | Type reference (TYPE) | SWNTDELSCHEDKEY | alle Zeitpläne (Schlüssel) | 20030915 | ||
2 | ![]() |
R_SCHEDULES | Value transfer | Type reference (TYPE) | SWNTDELSCHED1 | nur gültige Zeitpläne | 20030915 |
Method FIND_DUE_SCHEDULES on class CL_SWN_DELIVERY_MAN has no exception.
Method LEAVING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_METHOD | Call by reference | Type reference (TYPE) | C | 'unknown' | Methodenname | 20030912 |
Method LEAVING on class CL_SWN_DELIVERY_MAN has no exception.
Method PROCESS Signature
Method PROCESS on class CL_SWN_DELIVERY_MAN has no parameter.
Method PROCESS on class CL_SWN_DELIVERY_MAN has no exception.
Method READ_NOTIFICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NOTIFICATIONS | Value transfer | Type reference (TYPE) | SWNTNOTIFSUBS | Benachrichtigungen + Abo | 20030915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Die Methode FILTER_NOTIFICATIONS hat die Tabelle unerlaubt m | 20050504 |
Method READ_SCHEDULES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SCHEDULES | Value transfer | Type reference (TYPE) | SWNTDELSCHEDKEY | interne Tab. mit Zeitplänen | 20030915 |
Method READ_SCHEDULES on class CL_SWN_DELIVERY_MAN has no exception.
Method READ_SUBSCRIPTIONS_BY_SCHEDULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCHEDULES | Call by reference | Type reference (TYPE) | SWNTDELSCHED1 | Zustellungszeitpläne | 20030925 | ||
2 | ![]() |
R_SUBSCRIPTIONS | Value transfer | Type reference (TYPE) | SWNTSUBS2 | Abonnements (Schlüssel) | 20030915 |
Method READ_SUBSCRIPTIONS_BY_SCHEDULE on class CL_SWN_DELIVERY_MAN has no exception.
Method SEND_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MESSAGES | Call by reference | Type reference (TYPE) | SWNTMSGTMPL1 | Nachrichten | 20030929 | ||
2 | ![]() |
R_MESSAGE_COUNTER | Value transfer | Type reference (TYPE) | I | Anzahl gesendeter Nachr | 20030930 |
Method SEND_MESSAGES on class CL_SWN_DELIVERY_MAN has no exception.
Method SEND_NOTIFICATIONS Signature
Method SEND_NOTIFICATIONS on class CL_SWN_DELIVERY_MAN has no parameter.
Method SEND_NOTIFICATIONS on class CL_SWN_DELIVERY_MAN has no exception.
Method SET_HASH_CODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HASH_CODE_FROM | Call by reference | Type reference (TYPE) | SWN_HASH | 20030916 | |||
2 | ![]() |
I_HASH_CODE_TO | Call by reference | Type reference (TYPE) | SWN_HASH | 20030916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
eingegebene Hashcodes sind nicht gültig | 20030916 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 640 |