SAP ABAP Class CL_SWN_NOTIF_WORKFLOW (WF Notif: Handler for Workflow Notifications)
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 Inheritance (c INHERITING FROM c_ref)  CL_SWN_NOTIF_BASE WF Notif: Base Class for Notification Handler 20031001
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FOPC_SWN_NOTIF_COMPOSITE WF Notif: Handler for Workflow Notifications 20061117
2 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_NOTIF_WORKFLOW GRPC Notification for Escalation 20090511
3 Inheritance (c INHERITING FROM c_ref)  CL_SWN_NOTIF_WF_NO_DESCR WF Notif: Handler for Workflow Notifications 20130904
Properties
Class CL_SWN_NOTIF_WORKFLOW  
Short Description WF Notif: Handler for Workflow Notifications    
Super Class CL_SWN_NOTIF_BASE WF Notif: Base Class for Notification Handler 
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 20031001   SAP 
Last change 20140121   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
Class CL_SWN_NOTIF_WORKFLOW has no interface implemented.
Friends
Class CL_SWN_NOTIF_WORKFLOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_TEXT_ELEMENTS Instance attribute Private Type reference (TYPE) TEXTPOOL_TABLE Text Elements in Communication Language of User 20080716
2 M_TEXT_ELEMENTS_READ Instance attribute Private Type reference (TYPE) FLAG 'Read' Indicator 20080716
3 M_VISU_READ Static Attribute Protected Type reference (TYPE) FLAG 'Read' Indicator 20040107
4 M_VISU_TASKS Static Attribute Protected Type reference (TYPE) SWNTVT Task Visualization 20040107
5 M_WI_HEADER Instance attribute Protected Type reference (TYPE) SWWWIHEAD Workflow Runtime: Header Table for All Work Item Types 20070404
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINKS_ACTION Instance method Public Method Returns List of URLs for Technical Actions 20031119
2 ADD_LINK_ACTION_DECISION Instance method Public Method Add URLs for Executing a User Decision 20040413
3 ADD_LINK_ACTION_DISPLAY Instance method Public Method Add URL to Display a Work Item 20040130
4 ADD_LINK_ACTION_EXECUTE Instance method Public Method Add URL for Executing a Work Item 20031119
5 CONSTRUCTOR Instance method Public Constructor Constructor 20031001
6 CREATE_ACTION_ATTACHMENT Instance method Protected Method Generate Attachment for Displaying or Generating a Work Item 20031009
7 CREATE_INBOX_ATTACHMENT Instance method Protected Method Generate Attachment for Executing Inbox in WinGUI 20031013
8 GET_TEXT_ELEMENTS Instance method Private Method Text Elements in Communication Language of User 20080716
9 GET_VISU_TASKS Static method Protected Method Read Visualization Data 20040107
Events
Class CL_SWN_NOTIF_WORKFLOW has no event.
Types
Class CL_SWN_NOTIF_WORKFLOW has no local type.
Method Signatures

Method ADD_LINKS_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LINKS Value transfer Type reference (TYPE) SWNTLINKS Tabelle von Links 20031119
# Exception Resumable Description Created on
1 NO_SUBSCRIPTION Keine Abonnement zugewiesen 20031119

Method ADD_LINK_ACTION_DECISION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LINKS Call by reference Type reference (TYPE) SWNTLINKS Tabelle von Links 20040413

Method ADD_LINK_ACTION_DECISION on class CL_SWN_NOTIF_WORKFLOW has no exception.

Method ADD_LINK_ACTION_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LINKS Value transfer Type reference (TYPE) SWNTLINKS Tabelle von Links 20040130
# Exception Resumable Description Created on
1 NO_SUBSCRIPTION Keine Abonnement zugewiesen 20040130

Method ADD_LINK_ACTION_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LINKS Value transfer Type reference (TYPE) SWNTLINKS Tabelle von Links 20031119
# Exception Resumable Description Created on
1 NO_SUBSCRIPTION Keine Abonnement zugewiesen 20031119

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 20031001

Method CONSTRUCTOR on class CL_SWN_NOTIF_WORKFLOW has no exception.

Method CREATE_ACTION_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Value transfer Type reference (TYPE) STRING Aktion auf Workitem 20031010
2 Importing I_ACTION_PARAM Value transfer Type reference (TYPE) STRING Parameter der Aktion, z.B. WI-ID 20031010
3 Importing I_LANGUAGE Value transfer Type reference (TYPE) SYLANGU Sprache 20031010
4 Importing I_SAPLOGON_ID Value transfer Type reference (TYPE) STRING Für RFC-Anmeldung 20031010
5 Importing I_USER Value transfer Type reference (TYPE) SYUNAME Benutzer 20031010
6 Returning R_ATTACHMENT Value transfer Type reference (TYPE) SOLI_TAB SO-Tabelle 20031010
# Exception Resumable Description Created on
1 FAILED Sonstige Fehler 20031009

Method CREATE_INBOX_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Value transfer Type reference (TYPE) SYLANGU Sprache 20031013
2 Importing I_SAPLOGON_ID Value transfer Type reference (TYPE) STRING Für RFC-Anmeldung 20031013
3 Importing I_USER Value transfer Type reference (TYPE) SYUNAME Benutzer 20031013
4 Returning R_ATTACHMENT Value transfer Type reference (TYPE) SOLI_TAB SO-Tabelle 20031013
# Exception Resumable Description Created on
1 FAILED Sonstige Fehler 20031013

Method GET_TEXT_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXT Value transfer Type reference (TYPE) TEXTPOOL_TABLE Informationen zu den Textelementen eines Programmes 20080716

Method GET_TEXT_ELEMENTS on class CL_SWN_NOTIF_WORKFLOW has no exception.

Method GET_VISU_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TASKS Value transfer Type reference (TYPE) SWNTVT Tabelle von Task/Visu-Typ-Paaren 20040107

Method GET_VISU_TASKS on class CL_SWN_NOTIF_WORKFLOW has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700