VRSSC_R_CLASHES SAP (Repository Conflicts) Table details

Dictionary Type: Table
Description: Repository Conflicts




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




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

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

The VRSSC_R_CLASHES table consists of various fields, each holding specific information or linking keys about Repository Conflicts data available in SAP. These include ID (Key of Comparison Profile), OBJTYPE (Version Management: Object Type), OBJNAME (Version management: Object name), CATEGORY (Field Category for System Comparison).. 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 VRSSC_R_CLASHES 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
IDKey of Comparison Profile VRSSC_PFL_IDCHAR10VRS_PFL_ID
OBJTYPEVersion Management: Object Type VERSOBJTYPCHAR4OBJECT
OBJNAMEVersion management: Object name VERSOBJNAMCHAR110VERSOBJNAM
CATEGORYField Category for System Comparison VRSSC_FLD_CATCHAR1SYCHAR01VRSSC_FLD_CAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VRSSC_R_CLASHES
INTO CORRESPONDING FIELDS OF WA_VRSSC_R_CLASHES
WHERE...

How to access SAP table VRSSC_R_CLASHES

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