ALSYSTEMS SAP (CCMS Central System Management: Remote Managed Systems) Table details

Dictionary Type: Table
Description: CCMS Central System Management: Remote Managed Systems




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




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

ALSYSTEMS is a standard SAP Table which is used to store CCMS Central System Management: Remote Managed Systems data and is available within R/3 SAP systems depending on the version and release level.

The ALSYSTEMS table consists of various fields, each holding specific information or linking keys about CCMS Central System Management: Remote Managed Systems data available in SAP. These include DESTINAT (Logical Destination (Specified in Function Call)), COMMPRIO (Priority of RFC Communication Route), COMMTYPE (Type of RFC Communication Route), COMMSTATUS (Communication Status of 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


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

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

SELECT SINGLE *
FROM ALSYSTEMS
INTO CORRESPONDING FIELDS OF WA_ALSYSTEMS
WHERE...

How to access SAP table ALSYSTEMS

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