DMC_KEY_COL_VERS SAP (DMC Collector Processing: Selection Versions) Table details

Dictionary Type: Table
Description: DMC Collector Processing: Selection Versions




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




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

DMC_KEY_COL_VERS is a standard SAP Table which is used to store DMC Collector Processing: Selection Versions data and is available within R/3 SAP systems depending on the version and release level.

The DMC_KEY_COL_VERS table consists of various fields, each holding specific information or linking keys about DMC Collector Processing: Selection Versions data available in SAP. These include VERSION (Version Number Component), TABNAME (Table Name), FIELD01 (Field Name), LENGTH01 (Internal Length in Bytes).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DMC_KEY_COL_VERS 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
OBJECT Internal pointer0
VERSIONVersion Number Component CHAR2CHAR2CHAR2
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELD01Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH01Internal Length in Bytes INTLENNUMC6DDLENG
FIELD02Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH02Internal Length in Bytes INTLENNUMC6DDLENG
FIELD03Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH03Internal Length in Bytes INTLENNUMC6DDLENG
FIELD04Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH04Internal Length in Bytes INTLENNUMC6DDLENG
FIELD05Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH05Internal Length in Bytes INTLENNUMC6DDLENG
FIELD06Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH06Internal Length in Bytes INTLENNUMC6DDLENG
FIELD07Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH07Internal Length in Bytes INTLENNUMC6DDLENG
FIELD08Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH08Internal Length in Bytes INTLENNUMC6DDLENG
FIELD09Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH09Internal Length in Bytes INTLENNUMC6DDLENG
FIELD10Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LENGTH10Internal Length in Bytes INTLENNUMC6DDLENG

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_KEY_COL_VERS
INTO CORRESPONDING FIELDS OF WA_DMC_KEY_COL_VERS
WHERE...

How to access SAP table DMC_KEY_COL_VERS

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