RSMDATASTATE_DMO SAP (Last delta requests loaded from data source (per target)) Table details

Dictionary Type: Table
Description: Last delta requests loaded from data source (per target)




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




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

RSMDATASTATE_DMO is a standard SAP Table which is used to store Last delta requests loaded from data source (per target) data and is available within R/3 SAP systems depending on the version and release level.

The RSMDATASTATE_DMO table consists of various fields, each holding specific information or linking keys about Last delta requests loaded from data source (per target) data available in SAP. These include DTA_TYPE (Type of Source Object of a Data Transfer Process), TGT (Name of the Data Target for a Data Transfer Process), TGTTP (Type of Target Object for a Data Transfer Process), LOGSYS (Source system).. 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: Cannot Be Enhanced


SAP RSMDATASTATE_DMO 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
DTAInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
DTA_TYPEType of Source Object of a Data Transfer Process RSBKSRCTPCHAR6RSBKSRCTP
TGTName of the Data Target for a Data Transfer Process RSBKTGTNMCHAR45RSBKTGTNM
TGTTPType of Target Object for a Data Transfer Process RSBKTGTTPCHAR6Assigned to domainRSBKTGTTP
LOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
DTPData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM
TYPSingle-Character Indicator CHAR1CHAR1CHAR1
DTA_RNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
DTA_SIDMaster data ID RSSIDINT410RSSID
TGT_RNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
TGT_SIDMaster data ID RSSIDINT410RSSID
DTA_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TGT_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
MAPDEL_FOUNDSingle-Character Indicator CHAR1CHAR1CHAR1
TS_ENTRY_CHANGEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
DTP_LOG_DELBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSMDATASTATE_DMO
INTO CORRESPONDING FIELDS OF WA_RSMDATASTATE_DMO
WHERE...

How to access SAP table RSMDATASTATE_DMO

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