TCNTM06 SAP (Dates for Components, Events and Date Type) Table details

Dictionary Type: Table
Description: Dates for Components, Events and Date Type




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




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

TCNTM06 is a standard SAP Table which is used to store Dates for Components, Events and Date Type data and is available within R/3 SAP systems depending on the version and release level.

The TCNTM06 table consists of various fields, each holding specific information or linking keys about Dates for Components, Events and Date Type data available in SAP. These include RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), RSART (Record type), TMART (Event in monitoring dates).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCNTM06 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
MANDTClient MANDTCLNT3T000MANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
TMARTEvent in monitoring dates CN_TMARTCHAR5TCNTM01CN_TMART
TMTYPDate type CN_TMTYPCHAR1CN_TMTYP
TMDATField of type DATS DATSDATS8DATS
TMTIMEField of type TIMS TIMSTIMS6TIME
TMZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
TMFIXDate has been fixed CN_TMFIXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCNTM06
INTO CORRESPONDING FIELDS OF WA_TCNTM06
WHERE...

How to access SAP table TCNTM06

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