RSODSMPPVERIFY SAP (Log for Data Verification) Table details

Dictionary Type: Table
Description: Log for Data Verification




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




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

RSODSMPPVERIFY is a standard SAP Table which is used to store Log for Data Verification data and is available within R/3 SAP systems depending on the version and release level.

The RSODSMPPVERIFY table consists of various fields, each holding specific information or linking keys about Log for Data Verification data available in SAP. These include SEED (Natural Number), CYCLE (Natural Number), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), STATUS (Natural Number).. 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 RSODSMPPVERIFY 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
IDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
SEEDNatural Number INT4INT410INT4
CYCLENatural Number INT4INT410INT4
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
STATUSNatural Number INT4INT410INT4
CYCLE_RANGENatural Number INT4INT410INT4
DATAPROVReference type CLASSNAMECHAR30CLASSNAME
GENERATIONBoolean RS_BOOLCHAR1RS_BOOL
REQUESTSNatural Number INT4INT410INT4
INSERTSNatural Number INT4INT410INT4
UPDATESNatural Number INT4INT410INT4
DELETESNatural Number INT4INT410INT4
DUPLICATESNatural Number INT4INT410INT4
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
VERIFY_JOINBoolean RS_BOOLCHAR1RS_BOOL
VERIFY_ATBoolean RS_BOOLCHAR1RS_BOOL
VERIFY_CLBoolean RS_BOOLCHAR1RS_BOOL
NUMKEY_AQNatural Number INT4INT410INT4
MAXDUP_AQNatural Number INT4INT410INT4
NEWKEY_RATIONatural Number INT4INT410INT4
MIGR_OPTMigration Option RSODSO_MIGROPTINT410RSODSO_MIGROPT
MIGR_PACKSIZENatural Number INT4INT410INT4
CONDENSEBoolean RS_BOOLCHAR1RS_BOOL
OPTVECTNatural Number INT4INT410INT4
MIGR_PCK_TRFBoolean RS_BOOLCHAR1RS_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSODSMPPVERIFY
INTO CORRESPONDING FIELDS OF WA_RSODSMPPVERIFY
WHERE...

How to access SAP table RSODSMPPVERIFY

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