SAP ABAP Interface IF_CFX_SEND_ACTION (Action with (Time-Dependent) Sending of a Notification)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CFX_REMINDER_ACTION | Reminder Action for Status | 20020506 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_DEADLINE_ACTION | Action: Notification After Deadline is Exceeded | 20020430 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_NOTIFICATION_ACTION | Action: Sending a Notification | 20020412 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_PROCESS_TIME_ACTION | Action: Notification After Processing Time has Run Out | 20020527 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_REL_DEADLINE_ACTION | Action: Notif.After Deadline has Passed (Relative to Object) | 20020829 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CFX_STATUS_NTF_ACTION | Notification Action class for Status | 20060403 |
Properties
| Interface | IF_CFX_SEND_ACTION | |
| Short Description | Action with (Time-Dependent) Sending of a Notification |
General Data
| Package | CFX_STATUS_ACTIONS | Status Actions for cFolders |
| Created | 20020412 | SAP |
| Last changed | 20141109 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ACO_COMMON | Common Interface for Authorization Check | 20020529 |
Friends
Interface IF_CFX_SEND_ACTION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SC_AUTHORIZATION_RECEIVE | Constant | Public | Type reference (TYPE) | ACO_ACTVT | 'Receive' | Activity for Authorization Check | 20020529 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deadline Time was Reached | 20020503 | |
| 2 | Instance method | Public | Method | Delivers Content of One Action (Subject, Text, Priority) | 20020412 | |
| 3 | Instance method | Public | Method | Delivers Recipient | 20020412 | |
| 4 | Instance method | Public | Method | Sets Name | 20020412 | |
| 5 | Instance method | Public | Method | Sets the Priority | 20020412 | |
| 6 | Instance method | Public | Method | Sets the Subject | 20020412 | |
| 7 | Instance method | Public | Method | Sets the Text Content | 20020412 |
Events
Interface IF_CFX_SEND_ACTION has no event.
Types
Interface IF_CFX_SEND_ACTION has no local type.
Method Signatures
Method DUE_TIME_REACHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEND_EXCEPTIONS | Call by reference | Type reference (TYPE) | CFX_TT_EXCEPTIONS | Exceptions beim Senden der Meldungen | 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 | 20020503 | |||
| 3 | IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020503 |
Method DUE_TIME_REACHED on Interface IF_CFX_SEND_ACTION has no exception.
Method GET_CONTENT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_HIGH_PRIORITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Priorität einer Notifikation | 20020412 | |||
| 2 | E_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Action | 20020412 | |||
| 3 | E_SUBJECT | Call by reference | Type reference (TYPE) | CFX_SUBJECT | Betreff einer Notifikation | 20020412 | |||
| 4 | E_TEXT | Call by reference | Type reference (TYPE) | CFX_COMMENT | Kommentartext für Notifikationen | 20020412 |
Method GET_CONTENT_DATA on Interface IF_CFX_SEND_ACTION has no exception.
Method GET_RECIPIENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RECIPIENTS | Value transfer | Type reference (TYPE) | CFX_TT_NTF_RECIPIENT | Liste mit Empfängern von Notifikationen | 20020412 |
Method GET_RECIPIENTS on Interface IF_CFX_SEND_ACTION has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Action | 20020412 |
Method SET_NAME on Interface IF_CFX_SEND_ACTION has no exception.
Method SET_PRIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIGH_PRIORITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Priorität einer Notifikation | 20020412 |
Method SET_PRIORITY on Interface IF_CFX_SEND_ACTION has no exception.
Method SET_SUBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBJECT | Value transfer | Type reference (TYPE) | CFX_SUBJECT | Betreff für Notifikationen | 20020412 |
Method SET_SUBJECT on Interface IF_CFX_SEND_ACTION has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | CFX_COMMENT | Kommentartext für Notifikationen | 20020412 |
Method SET_TEXT on Interface IF_CFX_SEND_ACTION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |