RSCRT_RDA_DEMON SAP (Daemons with Characterics and IPak Settings (_demons, _ctrl)) Table details

Dictionary Type: Table
Description: Daemons with Characterics and IPak Settings (_demons, _ctrl)




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




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

RSCRT_RDA_DEMON is a standard SAP Table which is used to store Daemons with Characterics and IPak Settings (_demons, _ctrl) data and is available within R/3 SAP systems depending on the version and release level.

The RSCRT_RDA_DEMON table consists of various fields, each holding specific information or linking keys about Daemons with Characterics and IPak Settings (_demons, _ctrl) data available in SAP. These include LOGDPID (Logical InfoPackage variant (ID)), JOBNAME (Background job name), JOBCOUNT (Job ID), SERVER_NAME (Application Server Name).. 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: Can be enhanced (character-type or numeric)


SAP RSCRT_RDA_DEMON 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
DEMONObject in the Real-Time Data Acquisition RSCRT_RDAOBJECTCHAR45CHAR45
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SERVER_NAMEApplication Server Name MSNAME2CHAR40MSNAME2
SERVER_TYPEServer Type RSSERVTYPECHAR1RSSERVTYPE_D
DESCRIPTIONShort Description for Daemon RSCRT_DEMON_DESCRCHAR40CHAR40
TS_DEMON_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
USERID_STARTUser Name SYUNAMECHAR12SYCHAR12
UPD_PERIOD_MINSFour-digit number NUM4NUMC4NUM04
REQ_CLOSE_HOURSFour-digit number NUM4NUMC4NUM04
DP_CLOSE_RECSNumerical Character Field of Length 6 NUM6NUMC6NUM06
REQ_CLOSE_DPSFour-digit number NUM4NUMC4NUM04
REQ_CLOSE_FAILSFour-digit number NUM4NUMC4NUM04
TS_JOB_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
WRITE_LOGBoolean RS_BOOLCHAR1RS_BOOL
WRITE_TRACEBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSCRT_RDA_DEMON
INTO CORRESPONDING FIELDS OF WA_RSCRT_RDA_DEMON
WHERE...

How to access SAP table RSCRT_RDA_DEMON

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