DMC_MT_COUNT_RES SAP (MWB: Count Results from Table Count) Table details

Dictionary Type: Table
Description: MWB: Count Results from Table Count




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




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

DMC_MT_COUNT_RES is a standard SAP Table which is used to store MWB: Count Results from Table Count data and is available within R/3 SAP systems depending on the version and release level.

The DMC_MT_COUNT_RES table consists of various fields, each holding specific information or linking keys about MWB: Count Results from Table Count data available in SAP. These include TABNAME (Name of an ABAP Dictionary object), MT_ID (DMC: Indicator for Mass Transfer), RUN_ID (DMC: Key), TARGET_TAB (MWB: Target Table for Mass Processing).. 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: Cannot Be Enhanced


SAP DMC_MT_COUNT_RES 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
CONVOBJMigration Object IDs DMC_CIDENTCHAR20DMC_CTSIDDMC_CONVOBJECT
TABNAMEName of an ABAP Dictionary object DDNAMECHAR30DDNAME
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
RUN_IDDMC: Key DMC_IDNUMC5NUMC
TARGET_TABMWB: Target Table for Mass Processing DMC_MT_TARGET_TABCHAR30DDNAME
WRITE_BEHAVIOURMWB: Transfer Behaviour of Conversion DMC_RTO_BEHAVIOURNUMC1DMC_RTO_BEHAVIOUR
REC_SND_BMProcessed Database Table Rows SYDBCNTINT410SYST_LONG
REC_RCV_BMProcessed Database Table Rows SYDBCNTINT410SYST_LONG
REC_RCV_AMProcessed Database Table Rows SYDBCNTINT410SYST_LONG
REC_DUPLICATESProcessed Database Table Rows SYDBCNTINT410SYST_LONG
REC_CONDENSEDProcessed Database Table Rows SYDBCNTINT410SYST_LONG
IS_HEADER_TABBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_MT_COUNT_RES
INTO CORRESPONDING FIELDS OF WA_DMC_MT_COUNT_RES
WHERE...

How to access SAP table DMC_MT_COUNT_RES

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