VRS_CMP_RESULT SAP (Result of System Comparison) Table details

Dictionary Type: Table
Description: Result of System Comparison




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




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

VRS_CMP_RESULT is a standard SAP Table which is used to store Result of System Comparison data and is available within R/3 SAP systems depending on the version and release level.

The VRS_CMP_RESULT table consists of various fields, each holding specific information or linking keys about Result of System Comparison data available in SAP. These include OBJTYPE (Version Management: Object Type), OBJNAME (Version management: Object name), SUBOBJ (Name of a section of a versionable object), LINE_KEY ().. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VRS_CMP_RESULT 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
COMP_KEYKey of System Comparison VRS_COMP_KEYNUMC10VRS_COMP_KEYVRS_COMP_KEY
OBJTYPEVersion Management: Object Type VERSOBJTYPCHAR4OBJECT
OBJNAMEVersion management: Object name VERSOBJNAMCHAR110VERSOBJNAM
SUBOBJName of a section of a versionable object VERSSOBJCHAR15VERSSOBJ
LINE_KEY 0
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DIAGNOSISCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
LINE_KEY_VAL 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM VRS_CMP_RESULT
INTO CORRESPONDING FIELDS OF WA_VRS_CMP_RESULT
WHERE...

How to access SAP table VRS_CMP_RESULT

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