VRS_SYST_COMP SAP (System Comparison) Table details

Dictionary Type: Table
Description: System Comparison




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




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

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

The VRS_SYST_COMP table consists of various fields, each holding specific information or linking keys about System Comparison data available in SAP. These include TSTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DESTINATION1 (Logical Destination (Specified in Function Call)), DESTINATION2 (Logical Destination (Specified in Function Call)), SYSTEM1 (Name of SAP 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: 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_SYST_COMP 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
TSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DESTINATION1Logical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DESTINATION2Logical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SYSTEM1Name of SAP System SYSYSIDCHAR8SYCHAR08
SYSTEM2Name of SAP System SYSYSIDCHAR8SYCHAR08
STEXTText (80 Characters) TEXT80CHAR80TEXT80UEB
OWNERUser Name SYUNAMECHAR12SYCHAR12
STATUSCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM VRS_SYST_COMP
INTO CORRESPONDING FIELDS OF WA_VRS_SYST_COMP
WHERE...

How to access SAP table VRS_SYST_COMP

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