CRMOST_GENSTATUS_MONITOR SAP (Monitoring structure) Structure details

Dictionary Type: Structure
Description: Monitoring structure




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




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

CRMOST_GENSTATUS_MONITOR 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" 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_CRMOST_GENSTATUS_MONITOR TYPE CRMOST_GENSTATUS_MONITOR.

The CRMOST_GENSTATUS_MONITOR table consists of various fields, each holding specific information or linking keys about Monitoring structure data available in SAP. These include SERVICE_OBJECT (UI Object Type), DESIGN_OBJECT (Design Layer: Design Object), TASK (Operation), ABAP_OBJ_TYPE (Object Type).. 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 CRMOST_GENSTATUS_MONITOR 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
SERVICE_OBJECTUI Object Type BSP_DLC_OBJECT_TYPECHAR20CRMC_WST_SRV_OBJBSP_DLC_OBJECT_TYPE
DESIGN_OBJECTDesign Layer: Design Object BSP_DLC_DESIGN_OBJECTCHAR20BSP_DLC_DESIGN_OBJECT
TASKOperation CRMOST_TASKCHAR1CRMOST_TASK
ABAP_OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
ABAP_OBJ_NAMEName of the ABAP Dictionary object OBJECTNAMECHAR30OBJECTNAME
OBJ_NAME_FULLFull Object Name OBJECTNAME_FULLSTRG0
OBJECT_IDNatural Number INT4INT410INT4
TYPEType (Input/Output) CRMOST_STRUCTYPECHAR1CRMOST_STRUCTYPE
CHANGE_DATE(8-character) Date for SYST SYDATSDATS8SYDATS
CHANGE_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
UNAMELast changed by UNAMCHAR12SYCHAR12
GEN_CLIENTClient MANDTCLNT3Assigned to domainMANDT
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
STATUS_ICON 0

Key field Non-key field



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

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

How to access SAP table CRMOST_GENSTATUS_MONITOR

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