SAP ABAP Class IF_FDT_ACTN_EMAIL (FDT: Email (Action))
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_ACTION | FDT: Action | 20080819 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_ACTN_EMAIL | FDT: Email (Action) | 20080819 |
Properties
Class | IF_FDT_ACTN_EMAIL | |
Short Description | FDT: Email (Action) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080819 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_ACTN_EMAIL has no interface implemented.
Friends
Class IF_FDT_ACTN_EMAIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_ACTN_EMAIL | Action Type "Email" | 20080825 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | FDT_EMAIL_TOKEN_TYPE | 1 | FDT: Token type for email action | 20090102 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | FDT_EMAIL_TOKEN_TYPE | 2 | FDT: Token type for email action | 20090102 | |
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
8 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
9 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
10 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
11 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
12 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20080819 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get email body | 20080819 |
2 | ![]() |
Instance method | Public | Method | Get dynamic parameters | 20091201 |
3 | ![]() |
Instance method | Public | Method | Get email recipient(s) | 20080819 |
4 | ![]() |
Instance method | Public | Method | Get email subject | 20080819 |
5 | ![]() |
Instance method | Public | Method | Set email body | 20080819 |
6 | ![]() |
Instance method | Public | Method | Sets dynamic parameters | 20091201 |
7 | ![]() |
Instance method | Public | Method | Set email recipient(s) | 20080819 |
8 | ![]() |
Instance method | Public | Method | Set email subject | 20080819 |
Events
Class IF_FDT_ACTN_EMAIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | BODY | Public | Type reference (TYPE) | FDT_ACTN_6000-BODY | Email Body | 20080819 |
|
2 | RECIPIENT | Public | Type reference (TYPE) | FDT_ACTN_6000-RECIPIENTS | Email Recipient | 20080819 |
|
3 | SUBJECT | Public | Type reference (TYPE) | FDT_ACTN_6000-SUBJECT | Email Subject | 20080819 |
|
4 | S_PARAMETER | Public | See coding | 20091201 | BEGIN OF s_parameter,
position TYPE n LENGTH 1,
parameter_id TYPE if_fdt_types=>id,
END OF s_parameter
|
||
5 | TS_PARAMETER | Public | See coding | 20091201 | ts_parameter TYPE SORTED TABLE OF s_parameter WITH UNIQUE KEY position
|
||
6 | T_RECIPIENT | Public | See coding | List of Email Recipients | 20080819 | t_recipient TYPE STANDARD TABLE OF recipient WITH NON-UNIQUE KEY table_line
|
Method Signatures
Method GET_BODY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080819 | ||
2 | ![]() |
RV_BODY | Value transfer | Type reference (TYPE) | BODY | Email Body | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_MESSAGE_PARAMETER | Call by reference | Type reference (TYPE) | TS_PARAMETER | 20091201 | |||
2 | ![]() |
ETS_RECIPIENT_PARAMETER | Call by reference | Type reference (TYPE) | TS_PARAMETER | 20091201 | |||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20091201 |
Method GET_RECIPIENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080819 | ||
2 | ![]() |
RT_RECIPIENT | Value transfer | Type reference (TYPE) | T_RECIPIENT | List of Email Recipients | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
Method GET_SUBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080819 | ||
2 | ![]() |
RV_SUBJECT | Value transfer | Type reference (TYPE) | SUBJECT | Email Subject | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
Method SET_BODY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BODY | Call by reference | Type reference (TYPE) | BODY | Email Body | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
Method SET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_MESSAGE_PARAMETER | Call by reference | Type reference (TYPE) | TS_PARAMETER | 20091201 | |||
2 | ![]() |
ITS_RECIPIENT_PARAMETER | Call by reference | Type reference (TYPE) | TS_PARAMETER | 20091201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20091201 |
Method SET_RECIPIENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_RECIPIENT | Call by reference | Type reference (TYPE) | T_RECIPIENT | List of Email Recipients | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
Method SET_SUBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SUBJECT | Call by reference | Type reference (TYPE) | SUBJECT | Email Subject | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080819 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |