SALRTDLVRY SAP (Alert Assignment (Personalization)) Table details

Dictionary Type: Table
Description: Alert Assignment (Personalization)




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




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

SALRTDLVRY is a standard SAP Table which is used to store Alert Assignment (Personalization) data and is available within R/3 SAP systems depending on the version and release level.

The SALRTDLVRY table consists of various fields, each holding specific information or linking keys about Alert Assignment (Personalization) data available in SAP. These include UNAME (Alert Recipients), NO_POPUP (Indicator: Do Not Send Dialog Box for Incoming New Alert), EMAIL (Send Alert by E-Mail), EMAIL_XML (Notification by Mail and XML Document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SALRTDLVRY table 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 table SALRTDLVRY using ABAP code

The following ABAP code Example will allow you to do a basic selection on SALRTDLVRY to SELECT all data from the table
DATA: WA_SALRTDLVRY TYPE SALRTDLVRY.

SELECT SINGLE *
FROM SALRTDLVRY
INTO CORRESPONDING FIELDS OF WA_SALRTDLVRY
WHERE...

How to access SAP table SALRTDLVRY

Within an ECC or HANA version of SAP you can also view further information about SALRTDLVRY 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!