TMCIR SAP (Table Contains Run-Time Values for MC IDs Processed Asynchr.) Table details

Dictionary Type: Table
Description: Table Contains Run-Time Values for MC IDs Processed Asynchr.




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




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

TMCIR is a standard SAP Table which is used to store Table Contains Run-Time Values for MC IDs Processed Asynchr. data and is available within R/3 SAP systems depending on the version and release level.

The TMCIR table consists of various fields, each holding specific information or linking keys about Table Contains Run-Time Values for MC IDs Processed Asynchr. data available in SAP. These include MCONAME (Name of a matchcode object), MCID (Matchcode ID), MISTATE (Status of asynchronously processed MC ID), MIBTCHLOCK (Flag (X or Blank)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TMCIR 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
MANDANTClient MANDTCLNT3T000MANDT
MCONAMEName of a matchcode object MCONAMECHAR10Assigned to domainMCONAMEDMO
MCIDMatchcode ID MCIDCHAR1Assigned to domainMCIDDMI
MISTATEStatus of asynchronously processed MC ID MISTATECHAR1CHAR1
MIBTCHLOCKFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
MIMSGNOAS400-DDIC: Output message no. in T100 MESSNRCHAR3MESSNR
MIBEGDATEDate of Last Change AS4DATEDATS8AS4DATE
MIBEGTIMELast changed at AS4TIMETIMS6AS4TIME
MITUPCNTCounter for MC ID tuple MICNTNUMC10NUMC10
MIDATEDate of Last Change AS4DATEDATS8AS4DATE
MITIMELast changed at AS4TIMETIMS6AS4TIME
MILKZFLAGFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
MILKZCNTCounter for MC ID tuple MICNTNUMC10NUMC10
MILKZDATEDate of Last Change AS4DATEDATS8AS4DATE
MILKZTIMELast changed at AS4TIMETIMS6AS4TIME
MIGENDATEDate of Last Change AS4DATEDATS8AS4DATE
MIGENTIMELast changed at AS4TIMETIMS6AS4TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCIR
INTO CORRESPONDING FIELDS OF WA_TMCIR
WHERE...

How to access SAP table TMCIR

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