TNCT0 SAP (IS-HCM Message Types) Table details

Dictionary Type: Table
Description: IS-HCM Message Types




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




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

TNCT0 is a standard SAP Table which is used to store IS-HCM Message Types data and is available within R/3 SAP systems depending on the version and release level.

The TNCT0 table consists of various fields, each holding specific information or linking keys about IS-HCM Message Types data available in SAP. These include STVER (IS-HCM: Version of Communication Standard), NTOWNERCDE (IS-HCM: Message Type Owner Code), NTNR (IS-HCM: Message Type Number), NTKRZ (IS-HCM: Message Type Code).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TNCT1


SAP TNCT0 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
STANDIS-HCM: Communications Standard CMSTDCHAR8TNCSTNTSTD
STVERIS-HCM: Version of Communication Standard STDVERCHAR3TNCSTNTVER
NTOWNERCDEIS-HCM: Message Type Owner Code NTOWNERCDECHAR2NTOWNERCDE
NTNRIS-HCM: Message Type Number NTNRCHAR3NTNR
NTKRZIS-HCM: Message Type Code NTKRZCHAR8CHAR8
NTPAR1IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTPAR2IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTPAR3IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTPAR4IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTPAR5IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTPAR6IS-HCM: Mess. type parameters for data retrieval fr. the DB NTPARCHAR10CHAR10
NTSTATIS-HCM: Status of Message Type NTSTATCHAR1NTSTAT
AUTOFILLIS-HCM: Automatic Data Retrieval Parameter AUTOFILLCHAR1XFELD
UPMANDTIS-HCM: Client of Last Person to Have Made Changes UPMANDTCLNT3T000MANDT
NTAEUIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
NTADTIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
KZORGABHIndicator for Org. Unit-Dependent Dispatch Control KZORGABHCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCT0
INTO CORRESPONDING FIELDS OF WA_TNCT0
WHERE...

How to access SAP table TNCT0

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