TNCT2 SAP (IS-HCM Message Type-Segment Assignment) Table details

Dictionary Type: Table
Description: IS-HCM Message Type-Segment Assignment




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




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

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

The TNCT2 table consists of various fields, each holding specific information or linking keys about IS-HCM Message Type-Segment Assignment 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), LFDSG (Sequence Number of Segment in Message Type).. 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)


SAP TNCT2 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 NTNRCHAR3TNCT0NTNR
LFDSGSequence Number of Segment in Message Type LFDSGNUMC2LFDSG
SGOWNERCDEIS-HCM: Message Segment Owner Code SGOWNERCDECHAR2SGOWNERCDE
SGNRIS-HCM: Message Segment Number SGNRCHAR3TNCS0NSGNR
KZOPTIS-HCM: Optional Segment Indicator KZOPTCHAR1XFELD
REPEATIS-HCM: Max. Repetition Factor Msg. Segment in Msg. Type REPEATNUMC3NUMC03
KZFIXREPIS-HCM: Indicator for Fixed Number of Repeated Segments KZFIXREPCHAR1XFELD
PARAMIX1IS-HCM: 1st Parameter Index Assignment to Message Type PARAMIX1NUMC1NUMC01
PARAMIX2IS-HCM: 2nd Parameter Index Assignment to Message Type PARAMIX2NUMC1NUMC01
PARAMIX3IS-HCM: 3rd Parameter Index Assignment to Message Type PARAMIX3NUMC1NUMC01
PARAMIX4IS-HCM: 4th Parameter Index Assignment to Message Type PARAMIX4NUMC1NUMC01
PARAMIX5IS-HCM: 5th Parameter Index Assignment to Message Type PARAMIX5NUMC1NUMC01
PRIMSEGIS-HCM: Indicator Primary Segment in Message Type NPRIMSEGCHAR1XFELD
SEGMVERIS-HCM: Version of Communication Standard STDVERCHAR3TNCSTNTVER
FBSEGMIS-H: Name of SAP Function Module for Segment Determination FBSEGMCHAR30TFDIRFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCT2
INTO CORRESPONDING FIELDS OF WA_TNCT2
WHERE...

How to access SAP table TNCT2

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