SAP ABAP Class CL_CFX_NTF_ACTION_DELEGATE (Delegation Class for Actions with Sending a Notification)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_STATUS_ACTIONS (Package) Status Actions for cFolders
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20020529
Properties
Class CL_CFX_NTF_ACTION_DELEGATE  
Short Description Delegation Class for Actions with Sending a Notification    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_STATUS_ACTIONS   Status Actions for cFolders 
Created 20020409   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACO_COMMON Common Interface for Authorization Check 20020529
Friends
# Friend Modeled only Created on Description
1 CL_CFX_DEADLINE_ACTION 20020502 Action: Notification After Deadline is Exceeded
2 CL_CFX_NOTIFICATION_ACTION 20020607 Action: Sending a Notification
3 CL_CFX_PROCESS_TIME_ACTION 20020528 Action: Notification After Processing Time has Run Out
4 CL_CFX_REL_DEADLINE_ACTION 20020830 Action: Notif.After Deadline has Passed (Relative to Object)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_RECEIVE_AUTHORIZATION Instance attribute Private Object reference (TYPE REF TO) CL_CFX_AUTHORITY Information About Authorization Subject 20020529
2 MT_RECIPIENTS Instance attribute Private Type reference (TYPE) CFX_TT_NTF_RECIPIENT List of Notification Recipients 20020409
3 M_CHANGED_BY Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_BY Name of Person Who Changed Object 20020409
4 M_CHANGED_ON Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_ON UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020409
5 M_CREATED_BY Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CREATED_BY Name of Person Who Created Object 20020409
6 M_CREATED_ON Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CREATED_ON UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020409
7 M_HIGH_PRIORITY Instance attribute Private Type reference (TYPE) ABAP_BOOL Priority of a Notification 20020409
8 M_ID Instance attribute Private Type reference (TYPE) CFS_ACTION_ID CFS: ID of a Status Action 20020409
9 M_NAME Instance attribute Private Type reference (TYPE) STRING 20020409
10 M_NTF_TMPL_ID Instance attribute Private Type reference (TYPE) CFX_NTF_TMPL_ID 20060406
11 M_SUBJECT Instance attribute Private Type reference (TYPE) CFX_SUBJECT Subject of a Notification 20020409
12 M_TEXT Instance attribute Private Type reference (TYPE) CFX_COMMENT Commentary Text for Notifications 20020409
13 S_HANDLE Static Attribute Private Type reference (TYPE) ACO_PERSISTENCY_HANDLE Handle for Reference to Instance of Persistence Class 20020529
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20020529
2 CONSTRUCTOR Instance method Public Constructor 20020409
3 CREATE Static method Public Method Creating a Notification Action 20020409
4 CREATE_ATTRIBUTES Instance method Private Method Creating the Attributes of the Object 20020409
5 CREATE_WITH_TMPL_FOR_STATUS Static method Public Method 20060404
6 CREATE_WITH_TMPL_FOR_TRANS Static method Public Method 20060418
7 DELETE Instance method Public Method Deletes the Action 20020409
8 EXECUTE Instance method Public Method Executes the Action for the Specified Object 20020410
9 GET_CHANGED_BY Instance method Public Method Delivers the Last Changer of the Action 20020410
10 GET_CHANGED_ON Instance method Public Method Delivers the Last Change Time of the Action 20020410
11 GET_CONTENT_DATA Instance method Public Method Delivers Content of One Action (Subject, Text, Priority) 20020409
12 GET_CREATED_BY Instance method Public Method Delivers User Who Created the Action 20020410
13 GET_CREATED_ON Instance method Public Method Delivers Creation Time of Action 20020410
14 GET_EXPLICIT_RECIPIENTS Instance method Public Method Delivers Recipient 20020812
15 GET_ID Instance method Public Method Delivers Action ID 20020410
16 GET_NAME Instance method Public Method Delivers Action Name 20020507
17 GET_NTF_TMPL_ID Instance method Public Method 20060419
18 GET_PROPOSAL_ATTRIBUTES Instance method Public Method Delivers Default Data for Sending the Notification 20020610
19 GET_PROPOSAL_RECIPIENTS Instance method Public Method Delivers Proposed Recipient for Sending of Notification 20020812
20 GET_USAGE_LIST Instance method Public Method Determines All Objects for Which the Action is Used 20020529
21 INITIALIZE Static method Public Method Initializes Notification Send Action 20020409
22 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes Attributes 20020409
23 INIT_RECEIVE_AUTH Instance method Public Method Initializes the Reception Authorization for the Action 20020529
24 SET_CHANGED Instance method Protected Method Resets the Changed Time 20020502
25 SET_NAME Instance method Public Method Sets Name 20020409
26 SET_NTF_TMPL_ID Instance method Public Method 20060419
27 SET_PRIORITY Instance method Public Method Sets the Priority 20020409
28 SET_SUBJECT Instance method Public Method Sets the Subject 20020409
29 SET_TEXT Instance method Public Method Sets the Text Content 20020409
Events
Class CL_CFX_NTF_ACTION_DELEGATE has no event.
Types
Class CL_CFX_NTF_ACTION_DELEGATE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CFX_NTF_ACTION_DELEGATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020409

Method CONSTRUCTOR on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020409
2 Importing I_ACTION_TYPE Value transfer Type reference (TYPE) CFS_ACTION_TYPE CFS: Typ einer Aktion am Status(übergang) 20020409
3 Importing I_HIGH_PRIORITY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Priorität einer Notifikation 20020409
4 Importing I_NAME Value transfer Type reference (TYPE) STRING 20020409
5 Importing I_SUBJECT Value transfer Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020409
6 Importing I_TEXT Value transfer Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020409
7 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE Aktion: Senden einer Notification 20020409

Method CREATE on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method CREATE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020409
2 Importing I_CREATED_BY Call by reference Type reference (TYPE) CFX_ADMINISTRATION-CREATED_BY Name der Person, die das Objekt angelegt hat 20020409
3 Importing I_CREATED_ON Call by reference Type reference (TYPE) CFX_ADMINISTRATION-CREATED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020409
4 Importing I_HIGH_PRIORITY Call by reference Type reference (TYPE) ABAP_BOOL 20020409
5 Importing I_ID Call by reference Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020409
6 Importing I_NAME Call by reference Type reference (TYPE) STRING 20020409
7 Importing I_SUBJECT Call by reference Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020409
8 Importing I_TEMPLATE_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID 20060404
9 Importing I_TEXT Call by reference Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020409

Method CREATE_ATTRIBUTES on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method CREATE_WITH_TMPL_FOR_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT 20060404
2 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) CFS_ACTION_TYPE 20060404
3 Importing I_TEMPLATE_ID Call by reference Type reference (TYPE) STRING 20060404
4 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE 20060404

Method CREATE_WITH_TMPL_FOR_STATUS on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method CREATE_WITH_TMPL_FOR_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT 20060418
2 Importing I_ACTION_TYPE Call by reference Type reference (TYPE) CFS_ACTION_TYPE 20060418
3 Importing I_TEMPLATE_ID Call by reference Type reference (TYPE) STRING 20060418
4 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE 20060418

Method CREATE_WITH_TMPL_FOR_TRANS on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method DELETE Signature

Method DELETE on class CL_CFX_NTF_ACTION_DELEGATE has no parameter.
Method DELETE on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEND_EXCEPTIONS Call by reference Type reference (TYPE) CFX_TT_EXCEPTIONS Tabelle mit Exception-Objekten 20020813
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_HAS_STATUS Interface für Objekt mit Status 20020410
3 Importing IP_TARGET_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020410
4 Importing IP_TRANSITION Call by reference Object reference (TYPE REF TO) CL_CFS_TRANSITION CFS: Verwaltet einen Statusübergang 20020410
5 Importing IT_RECIP_TEXTS Call by reference Type reference (TYPE) CFX_TT_ACTION_TEXTS_FOR_RECIP CFX: VorschlagsTexte für Action-Meldungen der Statusverw. 20020813
6 Importing I_CATCH_SEND_EXCEPTIONS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE ob Excpetions beim Versenden der Meldung abgefangen werden s 20020813
7 Importing I_SENDER Call by reference Type reference (TYPE) SYUNAME Anmeldename des Benutzers 20020506

Method EXECUTE on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_BY Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_BY Name der Person, die das Objekt geändert hat 20020410

Method GET_CHANGED_BY on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_CHANGED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_ON Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020410

Method GET_CHANGED_ON on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_CONTENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HIGH_PRIORITY Call by reference Type reference (TYPE) ABAP_BOOL Priorität einer Notifikation 20020409
2 Exporting E_NAME Call by reference Type reference (TYPE) STRING 20020409
3 Exporting E_SUBJECT Call by reference Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020409
4 Exporting E_TEXT Call by reference Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020409

Method GET_CONTENT_DATA on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_BY Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name der Person, die das Objekt angelegt hat 20020410

Method GET_CREATED_BY on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_CREATED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_ON Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CREATED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020410

Method GET_CREATED_ON on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_EXPLICIT_RECIPIENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RECIPIENTS Value transfer Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020812

Method GET_EXPLICIT_RECIPIENTS on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020410

Method GET_ID on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) STRING Name einer Statusaktion 20020507

Method GET_NAME on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_NTF_TMPL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NTF_TMPL_ID Value transfer Type reference (TYPE) CFX_NTF_TMPL_ID 20060419

Method GET_NTF_TMPL_ID on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_PROPOSAL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PRIORITY Call by reference Type reference (TYPE) CFX_PRIORITY Priorität einer Notifikation 20020610
2 Exporting E_SUBJECT Call by reference Type reference (TYPE) STRING 20020610
3 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20020610
4 Importing I_DEFAULT_SUBJECT Call by reference Type reference (TYPE) STRING Default Betreff falls keiner da 20020610
5 Importing I_TEXT_HEADER Call by reference Type reference (TYPE) STRING voranzustellender Text 20020610

Method GET_PROPOSAL_ATTRIBUTES on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_PROPOSAL_RECIPIENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020812
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_HAS_STATUS Interface für Objekt mit Status 20020812
3 Importing IP_TARGET_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020812
4 Importing IP_TRANSITION Call by reference Object reference (TYPE REF TO) CL_CFS_TRANSITION CFS: Verwaltet einen Statusübergang 20020812
5 Importing IV_CHECK_VISIBLE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolscher Typ 20041215

Method GET_PROPOSAL_RECIPIENTS on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method GET_USAGE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_USAGE_LIST Value transfer Type reference (TYPE) CFX_TT_GUID_32 Tabelle mit guids 20020529

Method GET_USAGE_LIST on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_TYPE Value transfer Type reference (TYPE) CFS_ACTION_TYPE CFS: Typ einer Aktion am Status(übergang) 20020703
2 Importing I_ID Value transfer Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020409
3 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE 20020409

Method INITIALIZE on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method INITIALIZE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION_TYPE Value transfer Type reference (TYPE) CFS_ACTION_TYPE CFS: Typ einer Aktion am Status(übergang) 20020703
2 Returning R_ACTION_NOT_FOUND Value transfer Type reference (TYPE) ABAP_BOOL 20020409

Method INITIALIZE_ATTRIBUTES on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method INIT_RECEIVE_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_REFERRED_AUTH Call by reference Object reference (TYPE REF TO) IF_CFS_AUTHORIZATION Informationen zu einem Ber.subjekt 20020529

Method INIT_RECEIVE_AUTH on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGED_BY Call by reference Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_BY Name der Person, die das Objekt geändert hat 20020502
2 Importing I_CHANGED_ON Call by reference Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020502

Method SET_CHANGED on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) STRING 20020409

Method SET_NAME on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_NTF_TMPL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NTF_TMPL_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID 20060419

Method SET_NTF_TMPL_ID on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HIGH_PRIORITY Call by reference Type reference (TYPE) ABAP_BOOL Priorität einer Notifikation 20020409

Method SET_PRIORITY on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBJECT Value transfer Type reference (TYPE) CFX_SUBJECT Betreff für Notifikationen 20020409

Method SET_SUBJECT on class CL_CFX_NTF_ACTION_DELEGATE has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020409

Method SET_TEXT on class CL_CFX_NTF_ACTION_DELEGATE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200