/VIRSA/ALERTLIST SAP (Compliance Calibrator Alert List) Table details

Dictionary Type: Table
Description: Compliance Calibrator Alert List




ABAP Code to SELECT data from /VIRSA/ALERTLIST
Related tables to /VIRSA/ALERTLIST
Access table /VIRSA/ALERTLIST




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

/VIRSA/ALERTLIST is a standard SAP Table which is used to store Compliance Calibrator Alert List data and is available within R/3 SAP systems depending on the version and release level.

The /VIRSA/ALERTLIST table consists of various fields, each holding specific information or linking keys about Compliance Calibrator Alert List data available in SAP. These include ALERTID (Char 20), ALERTTYPE (Single-Character Indicator), UNAME (User Name), ZVIRSODID (Risk Id).. 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 /VIRSA/ALERTLIST 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
ALERTIDChar 20 CHAR20CHAR20CHAR20
ALERTTYPESingle-Character Indicator CHAR1CHAR1CHAR1
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ZVIRSODIDRisk Id /VIRSA/ZVIRSODIDCHAR7/VIRSA/ZVIRCHAR7
ZVIRMITREFNOMitigating Control Id /VIRSA/ZVIRMITREFNOCHAR10CHAR10/VIRSA/ZVIRREFNO
TCD1Transaction Code TCODECHAR20Assigned to domainTCODETCD
TCD2Transaction Code TCODECHAR20Assigned to domainTCODETCD
TCD3Transaction Code TCODECHAR20Assigned to domainTCODETCD
TCD4Transaction Code TCODECHAR20Assigned to domainTCODETCD
TCD5Transaction Code TCODECHAR20Assigned to domainTCODETCD
LASTRUNDATE1Date DATUMDATS8DATUM
LASTRUNTIME1System Time SYUZEITTIMS6SYTIME
LASTRUNTERM1SAP Workload: Workload: presentation server SAPWLTBFRECHAR20TEXT20
CLRTCD1Single-Character Indicator CHAR1CHAR1CHAR1
LASTRUNDATE2Date DATUMDATS8DATUM
LASTRUNTIME2System Time SYUZEITTIMS6SYTIME
LASTRUNTERM2SAP Workload: Workload: presentation server SAPWLTBFRECHAR20TEXT20
CLRTCD2Single-Character Indicator CHAR1CHAR1CHAR1
LASTRUNDATE3Date DATUMDATS8DATUM
LASTRUNTIME3System Time SYUZEITTIMS6SYTIME
LASTRUNTERM3SAP Workload: Workload: presentation server SAPWLTBFRECHAR20TEXT20
CLRTCD3Single-Character Indicator CHAR1CHAR1CHAR1
LASTRUNDATE4Date DATUMDATS8DATUM
LASTRUNTIME4System Time SYUZEITTIMS6SYTIME
LASTRUNTERM4SAP Workload: Workload: presentation server SAPWLTBFRECHAR20TEXT20
CLRTCD4Single-Character Indicator CHAR1CHAR1CHAR1
LASTRUNDATE5Date DATUMDATS8DATUM
LASTRUNTIME5System Time SYUZEITTIMS6SYTIME
LASTRUNTERM5SAP Workload: Workload: presentation server SAPWLTBFRECHAR20TEXT20
CLRTCD5Single-Character Indicator CHAR1CHAR1CHAR1
ALERTDATEDate DATUMDATS8DATUM
ALERTTIMESystem Time SYUZEITTIMS6SYTIME
RUNDATEDate DATUMDATS8DATUM
RUNTIMESystem Time SYUZEITTIMS6SYTIME
CLEARFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
PRIORITYSingle-Character Indicator CHAR1CHAR1CHAR1
EXINTERVALNumber of days BDLDAYSINT410
SYSTEMIDLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



How do I retrieve data from SAP table /VIRSA/ALERTLIST using ABAP code

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

SELECT SINGLE *
FROM /VIRSA/ALERTLIST
INTO CORRESPONDING FIELDS OF WA_/VIRSA/ALERTLIST
WHERE...

How to access SAP table /VIRSA/ALERTLIST

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