RSCRT_DEMON_MONITOR SAP (Output Table for the Daemon Monitor) Structure details

Dictionary Type: Structure
Description: Output Table for the Daemon Monitor




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




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

RSCRT_DEMON_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 "Output Table for the Daemon Monitor" 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_RSCRT_DEMON_MONITOR TYPE RSCRT_DEMON_MONITOR.

The RSCRT_DEMON_MONITOR table consists of various fields, each holding specific information or linking keys about Output Table for the Daemon Monitor data available in SAP. These include LOGDPID (Logical InfoPackage variant (ID)), DEMON_DESCR (Short Description for Daemon), DEMON_RUNNING (Tree Control: Icon / Image), STATUS (Tree Control: Icon / Image).. 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 RSCRT_DEMON_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
DEMONIDDaemon ID RSCRT_DEMONIDNUMC2NUM2
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
DEMON_DESCRShort Description for Daemon RSCRT_DEMON_DESCRCHAR40CHAR40
DEMON_RUNNINGTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
STATUSTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
DATASOURCEDataSource (OSOA/OSOD) ROOSOURCERCHAR30ROOSOURCEDRO1
SLOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
INFOSOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
UPDATE_PERIOD_MINPeriod in Minutes RSCRT_PERIOD_MINCHAR20CHAR20
UPDATE_PERIODPeriod (in Minutes) RSCRT_PERIODINT25INT2
CNT_FAILNumber of Failed Uploads RSCRT_ERROR_CNTINT25INT2
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
STATUS_RNRTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
UPDATE_DATEDate of Last Upload RSCRT_DATE_UPDATEDATS8DATUM
UPDATE_TIMETime of Last Upload RSCRT_TIME_UPDATETIMS6UZEIT
TS_PSA_UPDATETime Stamp RSCRT_TSDEC15TSTPSBCOS_TSTMP
TS_CRNR_UPDATETime Stamp RSCRT_TSDEC15TSTPSBCOS_TSTMP
ODSOBJECTDataStore Object RSDODSOBJECTCHAR30RSDODSOBJECTRSDODSOBJECT
CRNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
STATUS_CRNRTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
TS_CRNR_CLOSEDTime Stamp RSCRT_TSDEC15TSTPSBCOS_TSTMP
NODE_HIERARCHYNum1 NUMC1NUMC1NUMC1
NODEKEYALV Tree Control: Node Key LVC_NKEYCHAR12
TRACE_ONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
LOG_ONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
DP_NR_LASTData packet number RSDATAPIDNUMC6NUM6
REC_NR_LASTData record number RSARECORDINT410RSNUMRECORD
TS_NEXT_UPDATETime Stamp RSCRT_TSDEC15TSTPSBCOS_TSTMP
RECS_IN_REQUESTNumber of Data Records in Request RSCRT_RECS_IN_REQCHAR10CHAR10
UPDATE_RECSNumber of Data Records in Request RSCRT_RECS_IN_REQCHAR10CHAR10
UPDATE_DURATION_MINSPeriod in Minutes RSCRT_PERIOD_MINCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table RSCRT_DEMON_MONITOR

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