SAP ABAP Class CL_CFX_REL_DEADLINE_ACTION (Action: Notif.After Deadline has Passed (Relative to Object))
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 20020829
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_ACTION Action Executed for a Status Transition 20020829
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020829
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020829
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020829
Properties
Class CL_CFX_REL_DEADLINE_ACTION  
Short Description Action: Notif.After Deadline has Passed (Relative to Object)    
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 20020829   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 20020829
2 IF_CFS_ACTION Action Executed for a Status Transition 20020829
3 IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020829
4 IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020829
5 IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020829
Friends
Class CL_CFX_REL_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 20020829
2 MP_STATUS Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20020829
3 M_DEADLINE Instance attribute Private Type reference (TYPE) CFX_REL_DEADLINE CFX: Relative Deadline for Achieving a Status 20020829
4 SC_FIELD_DEADLINE Constant Public Type reference (TYPE) STRING 'field_deadline' Constants for Input Field for Deadline 20020829
5 SC_TYPE Static Attribute Public Type reference (TYPE) CFS_ACTION_TYPE 'relative_deadline_action' CFS: Type of an Action at the Status(Transition) 20020829
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 20020829
2 CALCULATE_DUE_TIME Instance method Private Method Determines the Absol. Deadline for an Object Dep.on the Coll 20020904
3 CONSTRUCTOR Instance method Public Constructor Constructor 20020829
4 CREATE Static method Public Method Creating a Deadline Action 20020829
5 CREATE_ATTRIBUTES Instance method Private Method Sets the Delegation Object as Instance Variable 20020829
6 DELETE_INTERNAL Instance method Public Method Deletes the Action 20020829
7 GET_REL_DEADLINE Instance method Public Method Provides the Relative Deadline of the Action 20020830
8 INITIALIZE Static method Public Method Initalizes Deadline Action 20020829
9 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes Attributes 20020829
10 INITIALIZE_AUTH Instance method Private Method Create authorizations 20020829
11 ON_OBJECT_DEADLINE_CHANGED Static method Public Event handling method Event Handler for Changes to Due Date of Object 20020905
12 SET_REL_DEADLINE Instance method Public Method Changes Relvative Deadline of the Action 20020830
13 SUGGEST_TEXTS Instance method Public Method Delivers Proposal for Action Texts Depending on Status 20020829
Events
Class CL_CFX_REL_DEADLINE_ACTION has no event.
Types
Class CL_CFX_REL_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_REL_DEADLINE_ACTION has no parameter.
Method ADD_DDL_FOR_ASSIGNED_OBJECTS on class CL_CFX_REL_DEADLINE_ACTION has no exception.

Method CALCULATE_DUE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COL_ID Call by reference Type reference (TYPE) CFS_OBJECT_ID cfs: Id eines Objektes, das einen Status haben kann 20020904
2 Exporting E_DUE_TIME Value transfer Type reference (TYPE) CFX_NTF_DUE_TIME Absoluter Termin fürs Objekt 20020904
3 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 20020904

Method CALCULATE_DUE_TIME on class CL_CFX_REL_DEADLINE_ACTION has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CFX_REL_DEADLINE_ACTION has no parameter.
Method CONSTRUCTOR on class CL_CFX_REL_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 20020829
2 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020829
3 Importing I_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020829
4 Importing I_DEADLINE Value transfer Type reference (TYPE) CFX_REL_DEADLINE Deadline zum Erreichen eines Status 20020829
5 Importing I_HIGH_PRIORITY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Priorität einer Notifikation 20020829
6 Importing I_NAME Value transfer Type reference (TYPE) STRING Name der Action 20020829
7 Importing I_SUBJECT Value transfer Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020829
8 Importing I_TEXT Value transfer Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020829
9 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_REL_DEADLINE_ACTION Aktion:Meldung nach Ablauf eines Termins (relativ zu Objekt) 20020829

Method CREATE on class CL_CFX_REL_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 20020829
2 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020829
3 Importing I_DEADLINE Call by reference Type reference (TYPE) CFX_REL_DEADLINE Deadline zum Erreichen eines Status 20020829

Method CREATE_ATTRIBUTES on class CL_CFX_REL_DEADLINE_ACTION has no exception.

Method DELETE_INTERNAL Signature

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

Method GET_REL_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_REL_DEADLINE Deadline zum Erreichen eines Status 20020830

Method GET_REL_DEADLINE on class CL_CFX_REL_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 20020829
2 Importing I_ID Value transfer Type reference (TYPE) CFS_ACTION_ID cfs: Id einer Statusaktion 20020829
3 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_REL_DEADLINE_ACTION Aktion:Meldung nach Ablauf eines Termins (relativ zu Objekt) 20020829

Method INITIALIZE on class CL_CFX_REL_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 20020829

Method INITIALIZE_ATTRIBUTES on class CL_CFX_REL_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 20020829

Method INITIALIZE_AUTH on class CL_CFX_REL_DEADLINE_ACTION has no exception.

Method ON_OBJECT_DEADLINE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_DEADLINE Call by reference Attribute reference (LIKE) 20020905
2 Importing OLD_DEADLINE Call by reference Attribute reference (LIKE) 20020905
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020905

Method ON_OBJECT_DEADLINE_CHANGED on class CL_CFX_REL_DEADLINE_ACTION has no exception.

Method SET_REL_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_REL_DEADLINE Deadline zum Erreichen eines Status 20020830

Method SET_REL_DEADLINE on class CL_CFX_REL_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. 20020829
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 20020829
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020829
4 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) CFX_TT_NTF_RECIPIENT Liste mit Empfängern von Notifikationen 20020829

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