CMP_RUNS SAP (Comparisons (will be deleted)) Table details

Dictionary Type: Table
Description: Comparisons (will be deleted)




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




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

CMP_RUNS is a standard SAP Table which is used to store Comparisons (will be deleted) data and is available within R/3 SAP systems depending on the version and release level.

The CMP_RUNS table consists of various fields, each holding specific information or linking keys about Comparisons (will be deleted) data available in SAP. These include CMP_VIEW (Name of SAP table view), CMP_DATES (Date of Last Change), CMP_TIMES (Start time of activity), CMP_DATEE (Date of Last Change).. 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: Not classified


SAP CMP_RUNS 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
CMP_RUNR/2 table CHAR5CHAR5CHAR5
CMP_VIEWName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
CMP_DATESDate of Last Change UDATUMDATS8SYDATS
CMP_TIMESStart time of activity BRZEITATIMS6UZEIT
CMP_DATEEDate of Last Change UDATUMDATS8SYDATS
CMP_TIMEEStart time of activity BRZEITATIMS6UZEIT
VIEWNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
MASTERNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
CLUSTITEMName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
OBJ_TYPEObject type OB_TYPCHAR1OB_TYP
TR_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
VARIANTextended table maintenance: Name of a selection variant VIM_VARICHAR14Assigned to domainVIM_VARI
VIEW_TABLEFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
CLIDEPFlag indicating client-specific entries CLIDEPCHAR1CLIDEP
NBR_ALL_LNumber of table entries TRWCOUNTERINT410INT4
NBR_ONLY_LNumber of table entries TRWCOUNTERINT410INT4
NBR_UPDNumber of table entries TRWCOUNTERINT410INT4
NBR_EQUNumber of table entries TRWCOUNTERINT410INT4
NBR_R_EQUNumber of table entries TRWCOUNTERINT410INT4
NBR_ONLY_RNumber of table entries TRWCOUNTERINT410INT4
NBR_ALL_RNumber of table entries TRWCOUNTERINT410INT4
NBR_ADJUPDNumber of table entries TRWCOUNTERINT410INT4
NBR_ADJINSNumber of table entries TRWCOUNTERINT410INT4
NBR_ADJDELNumber of table entries TRWCOUNTERINT410INT4
CMP_FLAGVersion Number Component CHAR2CHAR2CHAR2
SM30_FLAGFlag (X or Blank) AS4FLAGCHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMP_RUNS
INTO CORRESPONDING FIELDS OF WA_CMP_RUNS
WHERE...

How to access SAP table CMP_RUNS

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