TMC2_EXT_CHECK_D SAP (Enhanced Check for Update Rules - Date Fields) Table details

Dictionary Type: Table
Description: Enhanced Check for Update Rules - Date Fields




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




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

TMC2_EXT_CHECK_D is a standard SAP Table which is used to store Enhanced Check for Update Rules - Date Fields data and is available within R/3 SAP systems depending on the version and release level.

The TMC2_EXT_CHECK_D table consists of various fields, each holding specific information or linking keys about Enhanced Check for Update Rules - Date Fields data available in SAP. These include FIELDNAME (Field Name), BEVENT (Event for which updating should take place), NOT_FILLED (The field for CommStructure is not filled for the event), NO_SETUP (The field for CommStructure was not filled during setup).. 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: Cannot Be Enhanced


SAP TMC2_EXT_CHECK_D 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
CSTRUCSource table SQTABCHAR30TABNAME
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
BEVENTEvent for which updating should take place DZEITPCHAR2Assigned to domainZEITP
NOT_FILLEDThe field for CommStructure is not filled for the event MC_NOT_FILLEDCHAR1X
NO_SETUPThe field for CommStructure was not filled during setup MC_NO_SETUPCHAR1MC_X_WITH_POINT
FORMNAMEForm routines running in the check routines MC_FORMNAMECHAR30MC_FORMNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMC2_EXT_CHECK_D
INTO CORRESPONDING FIELDS OF WA_TMC2_EXT_CHECK_D
WHERE...

How to access SAP table TMC2_EXT_CHECK_D

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