RSDDSTATWHM SAP (Statistics Data: BW for Warehouse Management) Table details

Dictionary Type: Table
Description: Statistics Data: BW for Warehouse Management




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




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

RSDDSTATWHM is a standard SAP Table which is used to store Statistics Data: BW for Warehouse Management data and is available within R/3 SAP systems depending on the version and release level.

The RSDDSTATWHM table consists of various fields, each holding specific information or linking keys about Statistics Data: BW for Warehouse Management data available in SAP. These include IPAKID (Request ID (Request Number)), ACTION (BW Statistics: Type of processing step WHM), INFOCUBE (InfoCube), ISOURCE (InfoSource).. 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 RSDDSTATWHM 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
RSSIDMaster data ID RSSIDINT410RSSID
IPAKIDRequest ID (Request Number) RSREQUIDCHAR30CHAR30
ACTIONBW Statistics: Type of processing step WHM RSSMACTIONTYPENUMC3RSSMACTIONTYPE
INFOCUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
ISOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
DSOURCEDataSource RSOLTPSOURCERCHAR30RSOLTPSOURCE
LOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
UNAMEUser Name SYUNAMECHAR12SYCHAR12
MANUALSingle-Character Indicator CHAR1CHAR1CHAR1
TFMETHODSingle-Character Indicator CHAR1CHAR1CHAR1
RECORDSBW Statistics: Number RSDDSTATCOUNTDEC15
TIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
STARTTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
ENDTIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDDSTATWHM
INTO CORRESPONDING FIELDS OF WA_RSDDSTATWHM
WHERE...

How to access SAP table RSDDSTATWHM

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