SAP ABAP Class CL_CFX_DEADLINE_ACTION (Action: Notification After Deadline is Exceeded)
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 20020626
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_ACTION Action Executed for a Status Transition 20020430
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020507
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020507
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020430
Properties
Class CL_CFX_DEADLINE_ACTION  
Short Description Action: Notification After Deadline is Exceeded    
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 20020430   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)
2 CFXA1 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 20020626
2 IF_CFS_ACTION Action Executed for a Status Transition 20020430
3 IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020507
4 IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020507
5 IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020430
Friends
Class CL_CFX_DEADLINE_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 20020430
2 MP_STATUS Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20020701
3 M_DEADLINE Instance attribute Private Type reference (TYPE) CFX_DEADLINE Deadline for Reaching a Status 20020430
4 SC_FIELD_DEADLINE Constant Public Type reference (TYPE) STRING 'field_deadline' Constants for Input Field for Deadline 20020626
5 SC_TYPE Static Attribute Public Type reference (TYPE) CFS_ACTION_TYPE 'deadline_action' CFS: Type of an Action at the Status(Transition) 20020430
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DDL_FOR_ASSIGNED_OBJECTS Instance method Private Method Set Deadline for Assigning Objects in Queue 20020701
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020430
3 CREATE Static method Public Method Creating a Deadline Action 20020430
4 CREATE_ATTRIBUTES Instance method Private Method Sets the Delegation Object as Instance Variable 20020430
5 DELETE_INTERNAL Instance method Public Method Deletes the Action 20020701
6 GET_DEADLINE Instance method Public Method Changes Action Deadline 20020430
7 INITIALIZE Static method Public Method Initalizes Deadline Action 20020430
8 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes Attributes 20020430
9 INITIALIZE_AUTH Instance method Private Method Create authorizations 20020701
10 SET_DEADLINE Instance method Public Method Changes Action Deadline 20020430
11 SUGGEST_TEXTS Instance method Public Method Delivers Proposal for Action Texts Depending on Status 20020430
Events
Class CL_CFX_DEADLINE_ACTION has no event.
Types
Class CL_CFX_DEADLINE_ACTION has no local type.
Method Signatures

Method ADD_DDL_FOR_ASSIGNED_OBJECTS Signature

Method ADD_DDL_FOR_ASSIGNED_OBJECTS on class CL_CFX_DEADLINE_ACTION has no parameter.
Method ADD_DDL_FOR_ASSIGNED_OBJECTS on class CL_CFX_DEADLINE_ACTION has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CFX_DEADLINE_ACTION has no parameter.
Method CONSTRUCTOR on class CL_CFX_DEADLINE_ACTION has no exception.

Method CREATE 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: Verwaltet einen Status 20020701
2 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020430
3 Importing I_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020730
4 Importing I_DEADLINE Value transfer Type reference (TYPE) CFX_DEADLINE Deadline zum Erreichen eines Status 20020430
5 Importing I_HIGH_PRIORITY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Priorität einer Notifikation 20020430
6 Importing I_NAME Value transfer Type reference (TYPE) STRING Name der Action 20020430
7 Importing I_SUBJECT Value transfer Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020430
8 Importing I_TEXT Value transfer Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020430
9 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_DEADLINE_ACTION 20020430

Method CREATE on class CL_CFX_DEADLINE_ACTION has no exception.

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-Klasse für Aktionen mit Senden einer Notification 20020430
2 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020701
3 Importing I_DEADLINE Call by reference Type reference (TYPE) CFX_DEADLINE Deadline zum Erreichen eines Status 20020430

Method CREATE_ATTRIBUTES on class CL_CFX_DEADLINE_ACTION has no exception.

Method DELETE_INTERNAL Signature

Method DELETE_INTERNAL on class CL_CFX_DEADLINE_ACTION has no parameter.
Method DELETE_INTERNAL on class CL_CFX_DEADLINE_ACTION has no exception.

Method GET_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DEADLINE Value transfer Type reference (TYPE) CFX_DEADLINE Deadline zum Erreichen eines Status 20020430

Method GET_DEADLINE on class CL_CFX_DEADLINE_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 Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020701
2 Importing I_ID Value transfer Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020430
3 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_DEADLINE_ACTION 20020430

Method INITIALIZE on class CL_CFX_DEADLINE_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-Klasse für Aktionen mit Senden einer Notification 20020430

Method INITIALIZE_ATTRIBUTES on class CL_CFX_DEADLINE_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: Verwaltet einen Status 20020701

Method INITIALIZE_AUTH on class CL_CFX_DEADLINE_ACTION has no exception.

Method SET_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEADLINE Call by reference Type reference (TYPE) CFX_DEADLINE Deadline zum Erreichen eines Status 20020430

Method SET_DEADLINE on class CL_CFX_DEADLINE_ACTION has no exception.

Method SUGGEST_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIP_TEXTS Call by reference Type reference (TYPE) CFX_TT_ACTION_TEXTS_FOR_RECIP CFX: VorschlagsTexte für Action-Meldungen der Statusverw. 20020813
2 Importing IP_OBJECT Call by reference Object reference (TYPE REF TO) IF_CFX_HAS_STATUS Schnittstelle für Objekte, die einen Status haben können 20020430
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020503
4 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020813

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