CSMSEGM SAP (CCMS Central System Management: Remote Managed Segments) Table details

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




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




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

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

The CSMSEGM table consists of various fields, each holding specific information or linking keys about CCMS Central System Management: Remote Managed Segments data available in SAP. These include SEGMENT (Alert: Name of Monitoring Segment), DESTINAT (Logical Destination (Specified in Function Call)), COMMPRIO (Priority of RFC Communication Route), COMMTYPE (Type 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: 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 CSMSEGM 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
SEGMENTAlert: Name of Monitoring Segment ALMSEGNAMECHAR40TEXT40
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
SEGMENTTYPAlert: Segment Type ALMSEGTYPEINT410
SEGMSTATUSAlert: Status of Segment (online/offline/problems/disabled) ALSEGMSTATCHAR1CHAR1
RESP_MSSYLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
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
SEGSTATMSTAlert: UTC Time Stamp in Format ALTMSTPUTCDEC15TZNTSTMPS
SEGSTATCNTAlert: Number of Status Changes of Communication Status ALSTACOUNTINT410
SEGMSERVERServer Name MSNAMECHAR20MSNAME
SEGMHOSTApplication Server SYHOSTCHAR32HOST_ID
RESERVE_C Reserve Field0
RESERVE_I Reserve Field0
CUSJ2EEDESLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DSRDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



How do I retrieve data from SAP table CSMSEGM using ABAP code

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

SELECT SINGLE *
FROM CSMSEGM
INTO CORRESPONDING FIELDS OF WA_CSMSEGM
WHERE...

How to access SAP table CSMSEGM

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