SAP ABAP Class CL_CFX_STATUS_NTF_ACTION (Notification Action class for Status)
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 20060403
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_ACTION Action Executed for a Status Transition 20060403
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20060403
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20060407
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20060403
Properties
Class CL_CFX_STATUS_NTF_ACTION  
Short Description Notification Action class for Status    
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 20060403   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 20060403
2 IF_CFS_ACTION Action Executed for a Status Transition 20060403
3 IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20060403
4 IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20060407
5 IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20060403
Friends
Class CL_CFX_STATUS_NTF_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_ACTION_DELEGATE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE Delegation Class for Actions with Sending a Notification 20060404
2 MP_STATUS Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20060404
3 M_NTF_TMPL_ID Instance attribute Private Type reference (TYPE) CFX_NTF_TMPL_ID ID for Notification Templates 20060406
4 SC_TYPE Static Attribute Public Type reference (TYPE) CFS_ACTION_TYPE 'status_ntf_action' CFS: Type of an Action at the Status(Transition) 20060404
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ATTRIBUTES Instance method Private Method Sets Delegation Object and Other Instance Variables 20060404
2 CREATE_AUTH Instance method Private Method Create authorizations 20060404
3 CREATE_WITH_TEMPLATE Static method Public Method 20060403
4 DELETE_INTERNAL Instance method Public Method Deletes the Action 20060404
5 GET_NTF_TMPL_ID Instance method Public Method Returns the notification template id 20060406
6 INITIALIZE Static method Public Method Initializes Notification Send Action for Status 20060410
7 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes Attributes 20060410
8 INITIALIZE_AUTH Instance method Private Method Create authorizations 20060410
9 INIT_RECEIVE_AUTH Instance method Private Method Initializes the Reception Authorization for the Action 20060404
10 SET_NTF_TMPL_ID Instance method Public Method Sets the Notification Template Id 20060419
Events
Class CL_CFX_STATUS_NTF_ACTION has no event.
Types
Class CL_CFX_STATUS_NTF_ACTION has no local type.
Method Signatures

Method CREATE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DELEGATE Call by reference Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE Delegation Class for Actions with Sending a Notification 20060404
2 Importing I_TEMPLATE_ID Call by reference Type reference (TYPE) STRING 20060404

Method CREATE_ATTRIBUTES on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method CREATE_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20060404

Method CREATE_AUTH on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method CREATE_WITH_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20060403
2 Importing I_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060404
3 Importing I_TEMPLATE_ID Call by reference Type reference (TYPE) STRING 20060403
4 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_STATUS_NTF_ACTION Action: Sending a Notification for a Status 20060403

Method CREATE_WITH_TEMPLATE on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method DELETE_INTERNAL Signature

Method DELETE_INTERNAL on class CL_CFX_STATUS_NTF_ACTION has no parameter.
Method DELETE_INTERNAL on class CL_CFX_STATUS_NTF_ACTION 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) STRING 20060406

Method GET_NTF_TMPL_ID on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20060410
2 Importing I_ID Value transfer Type reference (TYPE) CFS_ACTION_ID Status Action ID 20060410
3 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_STATUS_NTF_ACTION 20060410

Method INITIALIZE on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method INITIALIZE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DELEGATE Call by reference Object reference (TYPE REF TO) CL_CFX_NTF_ACTION_DELEGATE Delegation Class for Actions with Sending a Notification 20060410

Method INITIALIZE_ATTRIBUTES on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method INITIALIZE_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20060410

Method INITIALIZE_AUTH on class CL_CFX_STATUS_NTF_ACTION has no exception.

Method INIT_RECEIVE_AUTH Signature

Method INIT_RECEIVE_AUTH on class CL_CFX_STATUS_NTF_ACTION has no parameter.
Method INIT_RECEIVE_AUTH on class CL_CFX_STATUS_NTF_ACTION 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 ID for Notification Templates 20060419

Method SET_NTF_TMPL_ID on class CL_CFX_STATUS_NTF_ACTION has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 450