SAP ABAP Class CL_BSSP_EMAIL (E-Mail)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-SP-GEN (Application Component) Generic Applications
⤷
BSSP1 (Package) Generic Applications

⤷

⤷

Properties
Class | CL_BSSP_EMAIL | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BSSP1 | Generic Applications |
Created | 20110208 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSSP_EMAIL has no forward declaration.
Interfaces
Class CL_BSSP_EMAIL has no interface implemented.
Friends
Class CL_BSSP_EMAIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20110211 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20110210 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20110211 | |
2 | ![]() |
Instance method | Public | Method | 20110211 | |
3 | ![]() |
Instance method | Private | Method | 20110211 | |
4 | ![]() |
Instance method | Public | Method | 20110210 |
Events
Class CL_BSSP_EMAIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_GENERAL | Private | See coding | 20110211 | BEGIN OF s_general,
subject TYPE so_obj_des,
content TYPE string,
include_link TYPE wdy_boolean,
END OF s_general
|
||
2 | S_RECIPIENT | Private | See coding | 20110211 | BEGIN OF s_recipient,
email TYPE ad_smtpadr,
name TYPE string,
END OF s_recipient
|
||
3 | T_RECIPIENT | Private | See coding | 20110211 | t_recipient TYPE STANDARD TABLE OF s_recipient
|
Method Signatures
Method FPM_INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20110211 |
Method FPM_INITIALIZE on class CL_BSSP_EMAIL has no exception.
Method ON_FPM_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_RESULT | Value transfer | Type reference (TYPE) | FPM_EVENT_RESULT | 20110211 | |||
2 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110211 | ||
3 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110211 | ||
4 | ![]() |
IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110211 |
Method ON_FPM_EVENT on class CL_BSSP_EMAIL has no exception.
Method SEND_NEW_EMAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_SUCCESS | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110211 | ||
2 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110211 | ||
3 | ![]() |
IS_GENERAL | Call by reference | Type reference (TYPE) | S_GENERAL | 20110211 | |||
4 | ![]() |
IT_RECIPIENT | Call by reference | Type reference (TYPE) | T_RECIPIENT | 20110211 |
Method SEND_NEW_EMAIL on class CL_BSSP_EMAIL has no exception.
Method USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_WDUCOMM | Call by reference | Type reference (TYPE) | STRING | 20110210 | |||
2 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110210 | ||
3 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110210 | ||
4 | ![]() |
IO_VIEW_CONT | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20110210 | ||
5 | ![]() |
IO_WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20110210 |
Method USER_COMMAND on class CL_BSSP_EMAIL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |