SALRTSDLVR SAP (Alerts: Personalization Data) Structure details

Dictionary Type: Structure
Description: Alerts: Personalization Data




ABAP Code to SELECT data from SALRTSDLVR
Related tables to SALRTSDLVR
Access table SALRTSDLVR




Structure field list including key, data, relationships and ABAP select examples

SALRTSDLVR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or 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.

The SALRTSDLVR table consists of various fields, each holding specific information or linking keys about Alerts: Personalization Data data available in SAP. These include MANDT (Client), UNAME (Alert Recipients), NO_POPUP (Indicator: Do Not Send Dialog Box for Incoming New Alert), EMAIL (Send Alert by E-Mail).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SALRTSDLVR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
UNAMEAlert Recipients SALRTDRCPTCHAR12Assigned to domainXUBNAME
NO_POPUPIndicator: Do Not Send Dialog Box for Incoming New Alert SALRTDNPUPCHAR1BOOLE
EMAILSend Alert by E-Mail SALRTDMAILCHAR1BOOLE
EMAIL_XMLNotification by Mail and XML Document SALRTDMLXCHAR1BOOLE
PAGERIndicator: Send Alert Via SMS or To a Pager SALRTDPAGRCHAR1BOOLE
EXTALRTSYSSend Alert Via External Alert System SALRTDEXTCHAR1BOOLE
ALRTSYSTEMExternal Alert System SALRTDESYCHAR30CHAR30
SOUNDIndicator: Acoustic Signal for New Incoming Alert SALRTDSNDCHAR1BOOLE
PROXY_ACTSubstitution Active SALRTDPACTCHAR1BOOLE
PROXYSubstitute SALRTDPRXCHAR12UNAME
MAIL_RULEInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
SMS_RULEInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
USE_RULESSingle-Character Indicator CHAR1CHAR1CHAR1
SMSONHOLDDelivery by SMS on Public Holidays SALRTDSMSHCHAR1CHAR1
MAILONHOLDDelivery by Fax on Public Holidays SALRTDINTHCHAR1CHAR1
FACTORYCALFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
FAX_RULEInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
FAXONHOLDDelivery by Fax on Public Holidays SALRTDFAXHCHAR1CHAR1
FAXSingle-Character Indicator CHAR1CHAR1CHAR1
XMLSingle-Character Indicator CHAR1CHAR1CHAR1
XML_RULEInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
XMLONHOLDDelivery by External Tool (XML) on Public Holidays SALRTDXMLHCHAR1CHAR1
WAPSingle-Character Indicator CHAR1CHAR1CHAR1
WAP_RULEInternal Identification of Rules of Periodic Appointments SC_RULEIDCHAR25TEXT25
WAPONHOLDDelivery by WAP Push on Public Holidays SALRTDWAPHCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure SALRTSDLVR using ABAP code?

As SALRTSDLVR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SALRTSDLVR as there is no data to select.

How to access SAP table SALRTSDLVR

Within an ECC or HANA version of SAP you can also view further information about SALRTSDLVR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!