SAP ABAP Class CL_CFX_REMINDER_QUEUE (Queue for Reminder Actions of Status Management)
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

⤷

⤷

Properties
Class | CL_CFX_REMINDER_QUEUE | |
Short Description | Queue for Reminder Actions of Status Management | |
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 | 20020503 | 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) |
Interfaces
Class CL_CFX_REMINDER_QUEUE has no interface implemented.
Friends
Class CL_CFX_REMINDER_QUEUE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CFX_REMINDER_QUEUE | 20020503 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Entry to Queue | 20020503 |
2 | ![]() |
Instance method | Public | Method | Add Entry to Queue | 20020701 |
3 | ![]() |
Instance method | Public | Method | Changes Due Time for Entries for a Reference Object | 20020905 |
4 | ![]() |
Instance method | Public | Method | Checks If an Entry Exists | 20020503 |
5 | ![]() |
Instance method | Public | Method | Get Due Entries | 20020503 |
6 | ![]() |
Static method | Public | Method | Get/Generate Single Instance of the Class | 20020503 |
7 | ![]() |
Instance method | Public | Method | Check Whether the Queue is Empty | 20020503 |
8 | ![]() |
Instance method | Public | Method | Deletes Entry from Queue | 20020503 |
9 | ![]() |
Instance method | Public | Method | Deletes All Entries for an Action | 20020508 |
10 | ![]() |
Instance method | Public | Method | Deletes All Entries for an Object | 20020507 |
11 | ![]() |
Instance method | Public | Method | Changes Due Time for Entries for an Action | 20020514 |
Events
Class CL_CFX_REMINDER_QUEUE has no event.
Types
Class CL_CFX_REMINDER_QUEUE has no local type.
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_CFS_ACTION | cfs: Id einer Statusaktion | 20020503 | ||
2 | ![]() |
IP_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMMON | Gemeinsame Schnittstelle aller Objekte | 20020503 | ||
3 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020503 | ||
4 | ![]() |
I_DUE_TIME | Value transfer | Type reference (TYPE) | CFX_NTF_DUE_TIME | geplanter Sendezeitpunkt einer Notification Email | 20020503 | ||
5 | ![]() |
I_REFERENCE_OBJECT_ID | Call by reference | Type reference (TYPE) | CFS_OBJECT_ID | Parent oder Collaboration des Obj. | 20020904 |
Method ADD on class CL_CFX_REMINDER_QUEUE has no exception.
Method ADD_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTION_ID | Call by reference | Type reference (TYPE) | CFS_ACTION_ID | cfs: Id einer Statusaktion | 20020701 | ||
2 | ![]() |
I_ACTION_TYPE | Call by reference | Type reference (TYPE) | CFS_ACTION_TYPE | 20020701 | |||
3 | ![]() |
I_DUE_TIME | Value transfer | Type reference (TYPE) | CFX_NTF_DUE_TIME | geplanter Sendezeitpunkt einer Notification Email | 20020701 | ||
4 | ![]() |
I_OBJECT_ID | Call by reference | Type reference (TYPE) | CFS_OBJECT_ID | cfs: Id eines Objektes, das einen Status haben kann | 20020701 | ||
5 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CFX_T_OBJECT_TYPE | Objekttyp | 20020701 | ||
6 | ![]() |
I_REFERENCE_OBJECT_ID | Call by reference | Type reference (TYPE) | CFS_OBJECT_ID | cfs: Id eines Objektes, das einen Status haben kann | 20020904 | ||
7 | ![]() |
I_STATUS_ID | Call by reference | Type reference (TYPE) | CFS_STATUS_ID | CFS: Id eines Status | 20020701 |
Method ADD_IDS on class CL_CFX_REMINDER_QUEUE has no exception.
Method DELAY_DUE_TIME_FOR_REF_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELAY | Value transfer | Type reference (TYPE) | I | 20020905 | |||
2 | ![]() |
I_REFERENCE_OBJECT_ID | Call by reference | Type reference (TYPE) | CFS_OBJECT_ID | Id des Referenz_Obj. (Collaboration)) | 20020905 |
Method DELAY_DUE_TIME_FOR_REF_OBJ on class CL_CFX_REMINDER_QUEUE has no exception.
Method DOES_ENTRY_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_CFS_ACTION | Action, die bei einem Statusübergang durchgeführt wird | 20020503 | ||
2 | ![]() |
IP_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMMON | Gemeinsame Schnittstelle aller Objekte | 20020503 | ||
3 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020503 | ||
4 | ![]() |
R_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Eintrag existiert | 20020503 |
Method DOES_ENTRY_EXIST on class CL_CFX_REMINDER_QUEUE has no exception.
Method GET_DUE_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DUE_ENTRIES | Value transfer | Type reference (TYPE) | CFX_TT_REMINDER_QUEUE | 20020523 | |||
2 | ![]() |
ET_EXCEPTIONS | Value transfer | Type reference (TYPE) | CFX_TT_EXCEPTIONS | Tabelle mit Exception für korrupte Einträge | 20020523 | ||
3 | ![]() |
ET_EXCEPTION_ENTRIES | Call by reference | Type reference (TYPE) | CFX_TT_REMINDER_ENTRIES | CFX: Warteschlange für Reminder Aktionen für Statusverw. | 20020711 | ||
4 | ![]() |
I_CATCH_EXCEPTIONS | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Exceptions abfangen | 20020523 | |
5 | ![]() |
I_DELETE_CORRUPT_ENTRIES | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | fehlerhafte Einträge aus DB löschen | 20020523 |
Method GET_DUE_ENTRIES on class CL_CFX_REMINDER_QUEUE has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_REMINDER_QUEUE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_REMINDER_QUEUE | Notification Warteschlange für das Versenden von Emails | 20020503 |
Method GET_INSTANCE on class CL_CFX_REMINDER_QUEUE has no exception.
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20020503 |
Method IS_EMPTY on class CL_CFX_REMINDER_QUEUE has no exception.
Method REMOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_CFS_ACTION | Action, die bei einem Statusübergang durchgeführt wird | 20020503 | ||
2 | ![]() |
IP_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMMON | Gemeinsame Schnittstelle aller Objekte | 20020503 | ||
3 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020503 |
Method REMOVE on class CL_CFX_REMINDER_QUEUE has no exception.
Method REMOVE_FOR_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_CFS_ACTION | Action, die bei einem Statusübergang durchgeführt wird | 20020508 |
Method REMOVE_FOR_ACTION on class CL_CFX_REMINDER_QUEUE has no exception.
Method REMOVE_FOR_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMMON | Gemeinsame Schnittstelle aller Objekte | 20020507 |
Method REMOVE_FOR_OBJECT on class CL_CFX_REMINDER_QUEUE has no exception.
Method UPDATE_DUE_TIME_FOR_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_CFS_ACTION | Action, die bei einem Statusübergang durchgeführt wird | 20020514 | ||
2 | ![]() |
I_DELAY | Value transfer | Type reference (TYPE) | I | 20020514 | |||
3 | ![]() |
I_DUE_TIME | Value transfer | Type reference (TYPE) | CFX_NTF_DUE_TIME | 20020514 |
Method UPDATE_DUE_TIME_FOR_ACTION on class CL_CFX_REMINDER_QUEUE has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |