RSDDTZA_STATIST SAP (TREX Service Statistics) Table details

Dictionary Type: Table
Description: TREX Service Statistics




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




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

RSDDTZA_STATIST is a standard SAP Table which is used to store TREX Service Statistics data and is available within R/3 SAP systems depending on the version and release level.

The RSDDTZA_STATIST table consists of various fields, each holding specific information or linking keys about TREX Service Statistics data available in SAP. These include HOST (Char 20), RSTT_SYSID (Name of SAP System), CALDAY (System Date), HOUR24 (Hour).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSDDTZA_STATIST 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
TIME_STAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
HOSTChar 20 CHAR20CHAR20CHAR20
RSTT_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
CALDAYSystem Date SYDATUMDATS8SYDATS
HOUR24 Hour0
AVAILDSC Available Disc Memory [kB]0
AVAILMEM Used Memory [kB]0
TOTALCPU CPU [%]0
USEDMEM Used Memory [kB]0
USEDDISC Used Disc Memory [kB]0
SEARCHREQ Search Queries [/min]0
INDEXREQ Index Requests [/min]0

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDTZA_STATIST
INTO CORRESPONDING FIELDS OF WA_RSDDTZA_STATIST
WHERE...

How to access SAP table RSDDTZA_STATIST

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