SAP ABAP Class CL_SWN_ADM_SUBSCRIPTION (WF Notif: Subscription for Admin UI)
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_SERIALIZABLE_OBJECT | Serializable Object | 20040106 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_PARAMETER | WF Notif: Generic Parameter Handling | 20040106 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_SUBSCRIPTION | WF Notif: Handler for Subscriptions | 20040106 |
Properties
| Class | CL_SWN_ADM_SUBSCRIPTION | |
| Short Description | WF Notif: Subscription for Admin UI | |
| 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 | 20040104 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20040106 | ||
| 2 | IF_SWN_PARAMETER | WF Notif: Generic Parameter Handling | 20040106 | ||
| 3 | IF_SWN_SUBSCRIPTION | WF Notif: Handler for Subscriptions | 20040106 |
Friends
Class CL_SWN_ADM_SUBSCRIPTION has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks Subscription | 20040107 | |
| 2 | Instance method | Public | Constructor | Constructor | 20040106 | |
| 3 | Instance method | Public | Method | Deletes Subscription from Database | 20040107 | |
| 4 | Instance method | Public | Method | Read Description (Language-Dependent) | 20040105 | |
| 5 | Instance method | Public | Method | Reads Time Stamp for Last Change | 20040105 | |
| 6 | Instance method | Public | Method | Reads Last Changed By User | 20040105 | |
| 7 | Instance method | Private | Method | Returns Parameter Values in Database Format | 20040109 | |
| 8 | Instance method | Private | Method | 20040106 | ||
| 9 | Instance method | Private | Method | 20040106 | ||
| 10 | Instance method | Private | Method | 20040106 | ||
| 11 | Instance method | Protected | Method | Initializes object from the work area | 20040106 | |
| 12 | Instance method | Public | Method | Creates Subscription on Database | 20040107 | |
| 13 | Instance method | Public | Method | Initializes object from the database | 20040106 | |
| 14 | Instance method | Public | Method | Sets Description (sy-langu) | 20040109 | |
| 15 | Instance method | Public | Method | Sets the last changed by user | 20040107 | |
| 16 | Instance method | Public | Method | Sets the last changed by user | 20040107 | |
| 17 | Instance method | Public | Method | Sets a Table of Parameters | 20040109 | |
| 18 | Instance method | Public | Method | Changes Subscription on Database | 20040107 |
Events
Class CL_SWN_ADM_SUBSCRIPTION has no event.
Types
Class CL_SWN_ADM_SUBSCRIPTION has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_SCHEDULE_EXISTS | Call by reference | Type reference (TYPE) | XFELD | prüfen, ob Zeitpl. existiert | 20040107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kategorie existiert nicht | 20040107 | ||
| 2 | Zustellungszeitplan existiert nicht | 20040107 | ||
| 3 | Zustellungsart existiert nicht | 20040107 | ||
| 4 | Id ist nicht gefüllt | 20040107 | ||
| 5 | Empfänger ist nicht gefüllt | 20040107 | ||
| 6 | Empfängertyp existiert nicht | 20040107 | ||
| 7 | Szenario existiert nicht | 20040107 |
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 | 20040106 |
Method CONSTRUCTOR on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMMIT | Call by reference | Type reference (TYPE) | XFELD | 'X' | mit Commit (X) | 20040107 |
Method DELETE on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Sprache | 20040105 | |||
| 2 | R_DESCRIPTION | Value transfer | Type reference (TYPE) | SWN_DESCR | Beschreibung | 20040105 |
Method GET_DESCRIPTION on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_LAST_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LAST_MODIFIED | Value transfer | Type reference (TYPE) | SWN_LMODTST | Letzte Änderung (Zeitstempel) | 20040105 |
Method GET_LAST_MODIFIED on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_LAST_MODIFIED_BY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LAST_MODIFIED_BY | Value transfer | Type reference (TYPE) | SWN_LMODUSR | Letzter Änderer | 20040105 |
Method GET_LAST_MODIFIED_BY on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_PARAMETER_VALUES_FOR_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VALUES | Value transfer | Type reference (TYPE) | SWNTSUBSVALUES | Abonnementwerte | 20040109 |
Method GET_PARAMETER_VALUES_FOR_DB on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_VALUE Signature
Method GET_VALUE on class CL_SWN_ADM_SUBSCRIPTION has no parameter.
Method GET_VALUE on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_VALUES_RAW Signature
Method GET_VALUES_RAW on class CL_SWN_ADM_SUBSCRIPTION has no parameter.
Method GET_VALUES_RAW on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method GET_VALUE_RAW Signature
Method GET_VALUE_RAW on class CL_SWN_ADM_SUBSCRIPTION has no parameter.
Method GET_VALUE_RAW on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method INIT_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WA | Call by reference | Type reference (TYPE) | SWN_SUBS | Workarea | 20040106 |
Method INIT_INSTANCE on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK | Call by reference | Type reference (TYPE) | XFELD | 'X' | mit Prüfung der Attribute | 20040123 | ||
| 2 | I_COMMIT | Call by reference | Type reference (TYPE) | XFELD | 'X' | mit Commit (X) | 20040107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen | 20040107 | ||
| 2 | Abonnementwerte sind nicht gültig | 20040111 |
Method LOAD_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYS | Call by reference | Type reference (TYPE) | SWNKSUBS | Schlüssel | 20040106 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Objekt mit diesem Schlüssel vorhanden | 20040106 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | SWN_DESCR | Beschreibung | 20040109 |
Method SET_DESCRIPTION on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method SET_LAST_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LAST_MODIFIED | Call by reference | Type reference (TYPE) | SWN_LMODTST | letzte Änderung | 20040107 |
Method SET_LAST_MODIFIED on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method SET_LAST_MODIFIED_BY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LAST_MODIFIED_BY | Call by reference | Type reference (TYPE) | SWN_LMODUSR | Letzter Änderer | 20040107 |
Method SET_LAST_MODIFIED_BY on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method SET_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALUES | Call by reference | Type reference (TYPE) | SWNTPARAMS | Parameterwerte | 20040109 |
Method SET_PARAMETER_VALUES on class CL_SWN_ADM_SUBSCRIPTION has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK | Call by reference | Type reference (TYPE) | XFELD | 'X' | mit Prüfung der Attribute | 20040123 | ||
| 2 | I_COMMIT | Call by reference | Type reference (TYPE) | XFELD | 'X' | mit Commit (X) | 20040107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abonnementwerte sind nicht gültig | 20040111 | ||
| 2 | Fehler beim Update | 20040107 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |