SALRTSDLVR is an SAP Structure so does not store data like a database table does but can be used to process "Alerts: Personalization Data" 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_SALRTSDLVR TYPE SALRTSDLVR .
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 |
.INCLUDE | SALRTDLVRY | Alert Assignment (Personalization) | ||||
MANDT | MANDT | CLNT | 3 |
* | Client | |
UNAME | SALRTDRCPT | CHAR | 12 |
* | Alert Recipients | |
NO_POPUP | SALRTDNPUP | CHAR | 1 | Indicator: Do Not Send Dialog Box for Incoming New Alert | ||
SALRTDMAIL | CHAR | 1 | Send Alert by E-Mail | |||
EMAIL_XML | SALRTDMLX | CHAR | 1 | Notification by Mail and XML Document | ||
PAGER | SALRTDPAGR | CHAR | 1 | Indicator: Send Alert Via SMS or To a Pager | ||
EXTALRTSYS | SALRTDEXT | CHAR | 1 | Send Alert Via External Alert System | ||
ALRTSYSTEM | SALRTDESY | CHAR | 30 | External Alert System | ||
SOUND | SALRTDSND | CHAR | 1 | Indicator: Acoustic Signal for New Incoming Alert | ||
PROXY_ACT | SALRTDPACT | CHAR | 1 | Substitution Active | ||
PROXY | SALRTDPRX | CHAR | 12 | Substitute | ||
MAIL_RULE | SC_RULEID | CHAR | 25 | Internal Identification of Rules of Periodic Appointments | ||
SMS_RULE | SC_RULEID | CHAR | 25 | Internal Identification of Rules of Periodic Appointments | ||
USE_RULES | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
SMSONHOLD | SALRTDSMSH | CHAR | 1 | Delivery by SMS on Public Holidays | ||
MAILONHOLD | SALRTDINTH | CHAR | 1 | Delivery by Fax on Public Holidays | ||
FACTORYCAL | WFCID | CHAR | 2 |
* | Factory Calendar | |
FAX_RULE | SC_RULEID | CHAR | 25 | Internal Identification of Rules of Periodic Appointments | ||
FAXONHOLD | SALRTDFAXH | CHAR | 1 | Delivery by Fax on Public Holidays | ||
FAX | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
XML | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
XML_RULE | SC_RULEID | CHAR | 25 | Internal Identification of Rules of Periodic Appointments | ||
XMLONHOLD | SALRTDXMLH | CHAR | 1 | Delivery by External Tool (XML) on Public Holidays | ||
WAP | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
WAP_RULE | SC_RULEID | CHAR | 25 | Internal Identification of Rules of Periodic Appointments | ||
WAPONHOLD | SALRTDWAPH | CHAR | 1 | Delivery by WAP Push on Public Holidays |
Key field | |
Non-key field |