ALAVALSYSTEMS SAP (Monitoring Structure for Configuring Central Autoreaction) Structure details

Dictionary Type: Structure
Description: Monitoring Structure for Configuring Central Autoreaction




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




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

ALAVALSYSTEMS 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 "Monitoring Structure for Configuring Central Autoreaction" 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_ALAVALSYSTEMS TYPE ALAVALSYSTEMS.

The ALAVALSYSTEMS table consists of various fields, each holding specific information or linking keys about Monitoring Structure for Configuring Central Autoreaction data available in SAP. These include AV_TEXT (Alert: Short Name of Monitoring Type), SYSID (Name of SAP System), DESTINAT (Logical Destination (Specified in Function Call)), COMMPRIO (Priority of RFC Communication Route).. 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: Cannot Be Enhanced


SAP ALAVALSYSTEMS 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
TREETYPESingle-Character Indicator CHAR1CHAR1CHAR1
AV_TEXTAlert: Short Name of Monitoring Type ALMTNAMESHCHAR40CHAR40
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
DESTINATLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
COMMPRIOPriority of RFC Communication Route CSMCOMPRIOINT13INT1
COMMTYPEType of RFC Communication Route CSMCOMTYPECHAR1CHAR1
COMMSTATUSCommunication Status of Route CSMCOMSTATCHAR1CHAR1
CS_CHGTMSTAlert: UTC Time Stamp in Format ALTMSTPUTCDEC15TZNTSTMPS
CS_CHGCNTAlert: Number of Status Changes of Communication Status ALSTACOUNTINT410
CSMSTATUSAlert: Status of Segment (online/offline/problems/disabled) ALSEGMSTATCHAR1CHAR1
VERSIONAlert: Version of Monitoring Infrastructure ALMONIVERSCHAR10CHAR10
CHG_USERAlert: Last Changed By ALCHGUSERCHAR12USERNAME
CHG_DATEAlert: Date of last change ALCHGDATEDATS8DATUM
CHG_TIMEAlert: Time of last change ALCHGTIMETIMS6TIME
RESERVE_C Reserve Field0
RESERVE_I Reserve Field0
CACHE_TMSTAlert: UTC Time Stamp in Format ALTMSTPUTCDEC15TZNTSTMPS
DESTINAT_2Logical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
NBRSEGM Number of Monitoring Segments in System0
CSMSEGMCMPL Flag: CSMSEGM Contains Entries for Each Segment of System0

Key field Non-key field



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

As ALAVALSYSTEMS 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 ALAVALSYSTEMS as there is no data to select.

How to access SAP table ALAVALSYSTEMS

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