SAP ABAP Class IF_CFX_SEND_ACTION (Action with (Time-Dependent) Sending of a Notification)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ACO_COMMON | Common Interface for Authorization Check | 20020529 |
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
| Class | IF_CFX_SEND_ACTION | |
| Short Description | Action with (Time-Dependent) Sending of a Notification | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20020412 | 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 IF_CFX_SEND_ACTION has no interface implemented.
Friends
Class IF_CFX_SEND_ACTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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
Class IF_CFX_SEND_ACTION has no event.
Types
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_CFX_SEND_ACTION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |