RSRV_S_MAIL is an SAP Structure so does not store data like a database table does but can be used to process "For Maintaining E-mail Recipients" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_RSRV_S_MAIL TYPE RSRV_S_MAIL .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
TRIGGER | RSRV_TRIGGER_TYPE | CHAR | 16 | E-mail Trigger | ||
ADRESS | RSRV_MAIL | CHAR | 100 | Mail Address |
Key field | |
Non-key field |
RSRV_S_MAIL - For Maintaining E-mail Recipients RSRV_S_HIER_INFO - Information about a Hierarchy RSRV_S_HIERARCHY_INFO - Information about a Hierarchy RSRV_S_HIER - Structure for the Hierarchy of the Test in Transaction RSRV RSRV_S_FIELDNAME_COL_COUNT - Table Field Name and Various Column Entries RSRV_S_EXTRA_APPL_LOG_FIELDS - Additional Display Fields for the Application Log