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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_NTF_ACTION_DELEGATE | Delegation Class for Actions with Sending a Notification | 20020527 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Maintains a Status | 20020701 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CFX_PROCESS_TIME | Processing Time for a Status | 20020527 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'field_process_time' | Constants for Input Field for Processing Time | 20020709 | |
5 | ![]() |
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 | ![]() |
Instance method | Public | Constructor | Constructor | 20020527 |
2 | ![]() |
Static method | Public | Method | Creating a Deadline Action | 20020527 |
3 | ![]() |
Instance method | Private | Method | Sets the Delegation Object as Instance Variable | 20020527 |
4 | ![]() |
Instance method | Public | Method | Deletes the Action | 20020701 |
5 | ![]() |
Instance method | Public | Method | Sets Processing Time of the Action | 20020528 |
6 | ![]() |
Static method | Public | Method | Initalizes Deadline Action | 20020527 |
7 | ![]() |
Instance method | Private | Method | Initializes Attributes | 20020527 |
8 | ![]() |
Instance method | Private | Method | Create authorizations | 20020701 |
9 | ![]() |
Instance method | Public | Method | Changes Processing Time of the Action | 20020528 |
10 | ![]() |
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 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020701 | ||
2 | ![]() |
IT_RECIPIENTS | Call by reference | Type reference (TYPE) | CFX_TT_NTF_RECIPIENT | Liste mit Empfängern von Notifikationen | 20020527 | ||
3 | ![]() |
I_COMMIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20020730 | ||
4 | ![]() |
I_HIGH_PRIORITY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Priorität einer Notifikation | 20020527 | |
5 | ![]() |
I_NAME | Value transfer | Type reference (TYPE) | STRING | Name der Action | 20020527 | ||
6 | ![]() |
I_PROCESS_TIME | Value transfer | Type reference (TYPE) | CFX_PROCESS_TIME | Bearbeitungszeit eines Status | 20020528 | ||
7 | ![]() |
I_SUBJECT | Value transfer | Type reference (TYPE) | CFX_SUBJECT | Betreff einer Notifikation | 20020527 | ||
8 | ![]() |
I_TEXT | Value transfer | Type reference (TYPE) | CFX_COMMENT | Kommentartext für Notifikationen | 20020527 | ||
9 | ![]() |
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 | ![]() |
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 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020701 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020701 | ||
2 | ![]() |
I_ID | Value transfer | Type reference (TYPE) | CFS_ACTION_ID | cfs: Id einer Statusaktion | 20020527 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020527 | ||
4 | ![]() |
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 |