SAP ABAP Interface IF_FDT_ACTN_EMAIL (FDT: Email (Action))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXPRESSIONS (Package) BRFplus: Expressions

⤷

⤷

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
Interface | IF_FDT_ACTN_EMAIL | |
Short Description | FDT: Email (Action) |
General Data
Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
Created | 20080819 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_FDT_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_ACTION | FDT: Action | 20080819 |
Friends
Interface IF_FDT_ACTN_EMAIL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_EXTY_EMAIL | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_ACTN_EMAIL | Action Type "Email" | 20080825 | |
2 | GC_TOKEN_TYPE_STRING | Constant | Public | Type reference (TYPE) | FDT_EMAIL_TOKEN_TYPE | 1 | FDT: Token type for email action | 20090102 | |
3 | GC_TOKEN_TYPE_UUID | Constant | Public | Type reference (TYPE) | FDT_EMAIL_TOKEN_TYPE | 2 | FDT: Token type for email action | 20090102 | |
4 | MV_ACTION | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
5 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
6 | MV_EXPRESSION_TYPE_ID | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
7 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
8 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
9 | MV_MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
10 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
11 | MV_RULE | Instance attribute | Public | Attribute reference (LIKE) | 20080819 | ||||
12 | MV_SYSTEM_OBJECT | 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
Interface 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 | 712 |