TNCS0 SAP (IS-HCM Message Segments) Table details

Dictionary Type: Table
Description: IS-HCM Message Segments




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




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

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

The TNCS0 table consists of various fields, each holding specific information or linking keys about IS-HCM Message Segments data available in SAP. These include STVER (IS-HCM: Version of Communication Standard), SGOWNERCDE (IS-HCM: Message Segment Owner Code), SGNR (IS-HCM: Message Segment Number), SGKRZ (IS-HCM: Segment ID).. 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 = TNCS1


SAP TNCS0 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
SGOWNERCDEIS-HCM: Message Segment Owner Code SGOWNERCDECHAR2SGOWNERCDE
SGNRIS-HCM: Message Segment Number SGNRCHAR3NSGNR
SGKRZIS-HCM: Segment ID SGKRZCHAR3CHAR3
SGPAR1IS-HCM: Segment parameters for retrieving data from ISH-DB SGPARCHAR10CHAR10
SGPAR2IS-HCM: Segment parameters for retrieving data from ISH-DB SGPARCHAR10CHAR10
SGPAR3IS-HCM: Segment parameters for retrieving data from ISH-DB SGPARCHAR10CHAR10
SGPAR4IS-HCM: Segment parameters for retrieving data from ISH-DB SGPARCHAR10CHAR10
SGPAR5IS-HCM: Segment parameters for retrieving data from ISH-DB SGPARCHAR10CHAR10
SGPRIDBIS-HCM: Segment Primary DB Table SGPRIDBCHAR30TABNAME
SGSECDB1IS-HCM: Segment Secondary DB Table SGSECDBCHAR30TABNAME
SGMXLDB1IS-HCM: Max. Number of Entries in Secondary Table per Segmt SGMXLDBCHAR1CHAR1
SGSECDB2IS-HCM: Segment Secondary DB Table SGSECDBCHAR30TABNAME
SGMXLDB2IS-HCM: Max. Number of Entries in Secondary Table per Segmt SGMXLDBCHAR1CHAR1
SGSECDB3IS-HCM: Segment Secondary DB Table SGSECDBCHAR30TABNAME
SGMXLDB3IS-HCM: Max. Number of Entries in Secondary Table per Segmt SGMXLDBCHAR1CHAR1
SGSECDB4IS-HCM: Segment Secondary DB Table SGSECDBCHAR30TABNAME
SGMXLDB4IS-HCM: Max. Number of Entries in Secondary Table per Segmt SGMXLDBCHAR1CHAR1
SGSECDB5IS-HCM: Segment Secondary DB Table SGSECDBCHAR30TABNAME
SGMXLDB5IS-HCM: Max. Number of Entries in Secondary Table per Segmt SGMXLDBCHAR1CHAR1
FRMDBTIS-HCM Name of respective form DB table FRMDBTCHAR30TABNAME
INPOOLIS-HCM: FORM Routine Pool for Inbound Message Formatting INPOOLCHAR40TRDIRPROGNAME
INPROCIS-HCM: FORM routine for inbound formats INPROCCHAR30PROCEDUR
OUTPOOLIS-HCM: FORM Routine Pool for Outbound Msg. Formatting OUTPOOLCHAR40TRDIRPROGNAME
OUTPROCIS-HCM: FORM routine for outbound msg. formatting OUTPROCCHAR30PROCEDUR
AUTOFILLIS-HCM: Automatic Data Retrieval Parameter AUTOFILLCHAR1XFELD
REPEATIS-HCM: Max. Repetition Factor Msg. Segment in Msg. Type REPEATNUMC3NUMC03
SGSTATIS-HCM: Status of Message Segment SGSTATCHAR1NTSTAT
UPMANDTIS-HCM: Client of Last Person to Have Made Changes UPMANDTCLNT3T000MANDT
SGAEUIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
SGADTIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
FBSEGMIS-H: Name of SAP Function Module for Segment Determination FBSEGMCHAR30TFDIRFUNCNAME
ADDFIELDSIS-HCM: Indicator for Additional Fields in Customer Segment NADDFIELDSCHAR1XFELD
HEADERSIGNIS-HCM: Indicator for Header Segment HEADERSIGNCHAR1XFELD
ENDSGMSIGNIS-HCM: Indicator for trailer ENDSGMSIGNCHAR1XFELD
LGRSGMSIGNIndicator for Logical Group Segment NLGRSGMINDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCS0
INTO CORRESPONDING FIELDS OF WA_TNCS0
WHERE...

How to access SAP table TNCS0

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