SAP ABAP Class CL_CFX_PROCESS_TIME_ACTION (Action: Notification After Processing Time has Run Out)
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 20020628
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_ACTION Action Executed for a Status Transition 20020527
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020527
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020527
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020527
Properties
Class CL_CFX_PROCESS_TIME_ACTION  
Short Description Action: Notification After Processing Time has Run Out    
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 20020527   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 20020628
2 IF_CFS_ACTION Action Executed for a Status Transition 20020527
3 IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020527
4 IF_CFX_OBJECT_ACTION Action Executed for a Status Transition 20020527
5 IF_CFX_SEND_ACTION Action with (Time-Dependent) Sending of a Notification 20020527
Friends
Class CL_CFX_PROCESS_TIME_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 20020527
2 MP_STATUS Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20020701
3 M_PROCESS_TIME Instance attribute Private Type reference (TYPE) CFX_PROCESS_TIME Processing Time for a Status 20020527
4 SC_FIELD_PROCESS_TIME Constant Public Type reference (TYPE) STRING 'field_process_time' Constants for Input Field for Processing Time 20020709
5 SC_TYPE Static Attribute Public Type reference (TYPE) CFS_ACTION_TYPE 'proctime_action' CFS: Type of an Action at the Status(Transition) 20020527
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020527
2 CREATE Static method Public Method Creating a Deadline Action 20020527
3 CREATE_ATTRIBUTES Instance method Private Method Sets the Delegation Object as Instance Variable 20020527
4 DELETE_INTERNAL Instance method Public Method Deletes the Action 20020701
5 GET_PROCESS_TIME Instance method Public Method Sets Processing Time of the Action 20020528
6 INITIALIZE Static method Public Method Initalizes Deadline Action 20020527
7 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes Attributes 20020527
8 INITIALIZE_AUTH Instance method Private Method Create authorizations 20020701
9 SET_PROCESS_TIME Instance method Public Method Changes Processing Time of the Action 20020528
10 SUGGEST_TEXTS Instance method Public Method Delivers Proposal for Action Texts Depending on Status 20020527
Events
Class CL_CFX_PROCESS_TIME_ACTION has no event.
Types
Class CL_CFX_PROCESS_TIME_ACTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CFX_PROCESS_TIME_ACTION has no parameter.
Method CONSTRUCTOR on class CL_CFX_PROCESS_TIME_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 20020527
3 Importing I_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020730
4 Importing I_HIGH_PRIORITY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Priorität einer Notifikation 20020527
5 Importing I_NAME Value transfer Type reference (TYPE) STRING Name der Action 20020527
6 Importing I_PROCESS_TIME Value transfer Type reference (TYPE) CFX_PROCESS_TIME Bearbeitungszeit eines Status 20020528
7 Importing I_SUBJECT Value transfer Type reference (TYPE) CFX_SUBJECT Betreff einer Notifikation 20020527
8 Importing I_TEXT Value transfer Type reference (TYPE) CFX_COMMENT Kommentartext für Notifikationen 20020527
9 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_PROCESS_TIME_ACTION Aktion: Senden einer Notification 20020527

Method CREATE on class CL_CFX_PROCESS_TIME_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 20020527
2 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020701
3 Importing I_PROCESS_TIME Call by reference Type reference (TYPE) CFX_PROCESS_TIME bearbeitungszeit eines Status 20020528

Method CREATE_ATTRIBUTES on class CL_CFX_PROCESS_TIME_ACTION has no exception.

Method DELETE_INTERNAL Signature

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

Method GET_PROCESS_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROCESS_TIME Value transfer Type reference (TYPE) CFX_PROCESS_TIME Bearbeitungszeit eines Status 20020528

Method GET_PROCESS_TIME on class CL_CFX_PROCESS_TIME_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 20020527
3 Returning RP_ACTION Value transfer Object reference (TYPE REF TO) CL_CFX_PROCESS_TIME_ACTION Aktion: Senden einer Notification 20020527

Method INITIALIZE on class CL_CFX_PROCESS_TIME_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 20020527

Method INITIALIZE_ATTRIBUTES on class CL_CFX_PROCESS_TIME_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_PROCESS_TIME_ACTION has no exception.

Method SET_PROCESS_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS_TIME Call by reference Type reference (TYPE) CFX_PROCESS_TIME Bearbeitungszeit eines Status 20020528

Method SET_PROCESS_TIME on class CL_CFX_PROCESS_TIME_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 20020527
3 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020527
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_PROCESS_TIME_ACTION has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200