RSDDSTATDELE SAP (BW Statistics: Data on Deletion of Data in InfoCube) Table details

Dictionary Type: Table
Description: BW Statistics: Data on Deletion of Data in InfoCube




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




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

RSDDSTATDELE is a standard SAP Table which is used to store BW Statistics: Data on Deletion of Data in InfoCube data and is available within R/3 SAP systems depending on the version and release level.

The RSDDSTATDELE table consists of various fields, each holding specific information or linking keys about BW Statistics: Data on Deletion of Data in InfoCube data available in SAP. These include INFOCUBE (InfoCube), UNAME (User Name), DELMODE (BW Statistics: InfoCube deletion mode), STARTTIME (UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun)).. 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: Not classified


SAP RSDDSTATDELE 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
STATUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
UNAMEUser Name UNAMECHAR12UNAME
DELMODEBW Statistics: InfoCube deletion mode RSDDSTATDELEMODECHAR1RSDDSTATDELEMODE
STARTTIMEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
NRECALLBW Statistics: Number RSDDSTATCOUNTDEC15
NRECDELBW Statistics: Number RSDDSTATCOUNTDEC15
TALLRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TDIMTABRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TRECCOUNTRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TDELETERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TBUILDTMPTABRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TBUILDINDEXESRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TDROPPARTITIONRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TANALYZERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDSTATDELE
INTO CORRESPONDING FIELDS OF WA_RSDDSTATDELE
WHERE...

How to access SAP table RSDDSTATDELE

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