SAP ABAP Class CL_SWN_DELIVERER_BASE (WF Notif: Base Class for Deliverer Proxies)
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 20031007
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWN_DELIVERER WF Notif: Handler for Message Dispatch 20030924
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWN_DELIVERER_BCS WF Notif: Handler for SAPoffice 20030924
Properties
Class CL_SWN_DELIVERER_BASE  
Short Description WF Notif: Base Class for Deliverer Proxies    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class SWN    
Program status     
Category 0   
Package SWN   Business Workflow: E-Mail Notifications for Work Items 
Created 20030924   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWN1 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 20031007
2 IF_SWN_DELIVERER WF Notif: Handler for Message Dispatch 20030924
Friends
Class CL_SWN_DELIVERER_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELIVERY_TYPE Instance attribute Public Attribute reference (LIKE) 20030924
2 DISPATCHER_ADDR Instance attribute Public Attribute reference (LIKE) 20030924
3 DISPATCHER_ADDR_TYPE Instance attribute Public Attribute reference (LIKE) 20030924
4 ID Instance attribute Public Attribute reference (LIKE) 20030924
5 M_DELIVERER_WA Instance attribute Protected Type reference (TYPE) SWN_DELPROVI Table Row 20030924
6 M_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_SWN_OBJECT_FACTORY Factory 20030924
7 M_LOG Instance attribute Protected Object reference (TYPE REF TO) CL_SWN_LOG Application Log 20030924
8 PERFORM_RECALL Instance attribute Public Attribute reference (LIKE) 20031013
9 RELIABILITY Instance attribute Public Attribute reference (LIKE) 20030924
10 SUPPORTS_RECALL Instance attribute Public Attribute reference (LIKE) 20030924
11 USE_DISPATCHER Instance attribute Public Attribute reference (LIKE) 20030924
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTACHMENTS Instance method Protected Method Add Attachments to Document 20030924
2 CONSTRUCTOR Instance method Public Constructor Constructor 20030924
3 ENTERED Instance method Protected Method Log When Method Is Accessed 20030924
4 FIND Static method Public Method Returns Handler ID for Quality of Service and Reliability 20030924
5 GET_CLASSNAME Static method Public Method Returns Class Name for Key 20030924
6 GET_REPLY_ADDRESS Instance method Protected Method Determine Reply Address 20030924
7 GET_SENDER_ADDRESS Instance method Protected Method Determine Sender Address 20030924
8 LEAVING Instance method Protected Method Log When Method Is Exited 20030924
9 LOAD_INSTANCE Instance method Public Method Initializes object from the database 20030924
10 RECALL Instance method Public Method 20030924
11 SEND Instance method Public Method 20030924
Events
Class CL_SWN_DELIVERER_BASE has no event.
Types
Class CL_SWN_DELIVERER_BASE has no local type.
Method Signatures

Method ADD_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DOCUMENT Call by reference Object reference (TYPE REF TO) CL_DOCUMENT_BCS zu verschickendes Dokument 20030924
2 Importing I_MESSAGE Call by reference Object reference (TYPE REF TO) IF_SWN_MESSAGE Nachricht 20030924

Method ADD_ATTACHMENTS on class CL_SWN_DELIVERER_BASE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FACTORY Call by reference Object reference (TYPE REF TO) IF_SWN_OBJECT_FACTORY Factory 20030924

Method CONSTRUCTOR on class CL_SWN_DELIVERER_BASE has no exception.

Method ENTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD Call by reference Type reference (TYPE) C 'unknown' Methodenname 20030924

Method ENTERED on class CL_SWN_DELIVERER_BASE has no exception.

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELTYPE Call by reference Type reference (TYPE) SWN_DELTYPEID Zustellungsart 20030924
2 Importing I_RELIABILITY Call by reference Type reference (TYPE) SWN_RELIABILITY Geforderte Zuverlässigkeit 20030924
3 Returning R_ID Value transfer Type reference (TYPE) SWN_MSGTEMPLID Schlüssel 20030924
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag mit diesem Schlüssel gefunden 20030924

Method GET_CLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) SWNKDELPROVI Schlüsselstruktur 20030924
2 Returning R_CLASSNAME Value transfer Type reference (TYPE) STRING Klassenname 20030924
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag mit diesem Schlüssel gefunden 20030924

Method GET_REPLY_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ADDRESS Call by reference Type reference (TYPE) SWN_RECID Adresse 20031013
2 Exporting E_ADDRESS_TYPE Call by reference Type reference (TYPE) SWN_COMMTYPE Adresstyp 20031013
3 Exporting E_DISPLAY_NAME Call by reference Type reference (TYPE) STRING Anzeigename 20031013
4 Importing I_ADDRESS_TYPE Call by reference Type reference (TYPE) SWN_COMMTYPE Adresstyp 20031013
# Exception Resumable Description Created on
1 NOT_SUPPLIED Keine Senderadresse vorhanden 20030924

Method GET_SENDER_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ADDRESS Call by reference Type reference (TYPE) SWN_RECID Adresse 20031013
2 Exporting E_ADDRESS_TYPE Call by reference Type reference (TYPE) SWN_COMMTYPE Adresstyp 20031013
3 Exporting E_DISPLAY_NAME Call by reference Type reference (TYPE) STRING Anzeigename 20031013
4 Importing I_ADDRESS_TYPE Call by reference Type reference (TYPE) SWN_COMMTYPE Adresstyp 20031013
# Exception Resumable Description Created on
1 NOT_SUPPLIED Keine Senderadresse vorhanden 20030924

Method LEAVING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD Call by reference Type reference (TYPE) C 'unknown' Methodenname 20030924

Method LEAVING on class CL_SWN_DELIVERER_BASE has no exception.

Method LOAD_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) SWNKDELPROVI Schlüsselstruktur 20030924
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND Kein Objekt mit diesem Schlüssel vorhanden 20030924

Method RECALL Signature

Method RECALL on class CL_SWN_DELIVERER_BASE has no parameter.
Method RECALL on class CL_SWN_DELIVERER_BASE has no exception.

Method SEND Signature

Method SEND on class CL_SWN_DELIVERER_BASE has no parameter.
Method SEND on class CL_SWN_DELIVERER_BASE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640