T5ITNC SAP (Additional data table at company level for DM and 01/M) Table details

Dictionary Type: Table
Description: Additional data table at company level for DM and 01/M




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




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

T5ITNC is a standard SAP Table which is used to store Additional data table at company level for DM and 01/M data and is available within R/3 SAP systems depending on the version and release level.

The T5ITNC table consists of various fields, each holding specific information or linking keys about Additional data table at company level for DM and 01/M data available in SAP. These include MODMN (Calculation grouping DM10), INPSM (INPS registration number), ENDDA (End Date), BEGDA (Start Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5ITNC 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
MODMNCalculation grouping DM10 P15_MODMNCHAR4P15_MODMN
INPSMINPS registration number P15_INPSMCHAR10TEXT10
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
COCSCStatistical Indicator For Contributions P15_COCSCCHAR5P15_COCSC
ADM10Authorization indicator for DM10 issue P15_ADM10CHAR18P15_ADM10
ADO1MINPS authorization indicator for 01/M issue P15_ADO1MCHAR18P15_ADO1M
DAT1M01/ M issuing authorization date P15_DAT1MDATS8P15_DAT1M

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITNC
INTO CORRESPONDING FIELDS OF WA_T5ITNC
WHERE...

How to access SAP table T5ITNC

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