RSMDATASTATE_EXT SAP (Additional Summation Status of Data in Data Targets) Table details

Dictionary Type: Table
Description: Additional Summation Status of Data in Data Targets




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




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

RSMDATASTATE_EXT is a standard SAP Table which is used to store Additional Summation Status of Data in Data Targets data and is available within R/3 SAP systems depending on the version and release level.

The RSMDATASTATE_EXT table consists of various fields, each holding specific information or linking keys about Additional Summation Status of Data in Data Targets data available in SAP. These include DTA_TYPE (Data Target Type), RECORDS_ALL (Number of Data Records), REQUESTS_ALL (Natural Number), RECORDS_QUALOK (Number of Data Records).. 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 RSMDATASTATE_EXT 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
DTAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
DTA_TYPEData Target Type RSSTATMANDTA_TYPECHAR6RSSTATMANDTA_TYPE_D
RECORDS_ALLNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_ALLNatural Number INT4INT410INT4
RECORDS_QUALOKNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_QUALOKNatural Number INT4INT410INT4
RECORDS_ROLLUPNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_ROLLUPNatural Number INT4INT410INT4
RECORDS_COMPRNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_COMPRNatural Number INT4INT410INT4
RECORDS_ACTIVNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_ACTIVNatural Number INT4INT410INT4
RECORDS_PROCNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_PROCNatural Number INT4INT410INT4
RECORDS_ERRORNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_ERRORNatural Number INT4INT410INT4
RECORDS_TECHOKNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_TECHOKNatural Number INT4INT410INT4
TS_DATA_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_QUAL_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_ROLL_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_COMP_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_ACTIV_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_PROC_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_TECH_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TS_ERROR_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
DM_PSA_ALLMaster data ID RSSIDINT410RSSID
DM_PSA_EXISTMaster data ID RSSIDINT410RSSID
LAST_REQUESTMaster data ID RSSIDINT410RSSID
TS_LAST_REQUESTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
RECORDS_PRALLNumber of Data Records RSRECORDDEC15DEC15
REQUESTS_PRALLNatural Number INT4INT410INT4
TS_PRALL_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSMDATASTATE_EXT
INTO CORRESPONDING FIELDS OF WA_RSMDATASTATE_EXT
WHERE...

How to access SAP table RSMDATASTATE_EXT

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