TNCH40 SAP (IS-H CH: Absence Rules) Table details

Dictionary Type: Table
Description: IS-H CH: Absence Rules




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




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

TNCH40 is a standard SAP Table which is used to store IS-H CH: Absence Rules data and is available within R/3 SAP systems depending on the version and release level.

The TNCH40 table consists of various fields, each holding specific information or linking keys about IS-H CH: Absence Rules data available in SAP. These include EINRI (Institution), ABWRGL (IS-H CH: Absence rule), ABREISE (IS-H CH: Count departure as absence), ANREISE (IS-H CH: Count arrival as absence).. 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: Can be enhanced (character-type)

Text table = TNCH40T


SAP TNCH40 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ABWRGLIS-H CH: Absence rule NCH_ABWRGLCHAR3NCH_ABWRGL
ABREISEIS-H CH: Count departure as absence NCH_ABREISECHAR1XFELD
ANREISEIS-H CH: Count arrival as absence NCH_ANREISECHAR1XFELD
ABWLIMITIS-H CH: Absence limit NCH_ABWLIMITCHAR2NCH_ABWLIMIT
ABWANZIS-H CH: Number for absence limit NCH_ABWANZNUMC3NUMC3
ABWANZEHIS-H CH: Unit for absence limitation NCH_ABWANZEHCHAR1NCH_ABWANZEH
ABWVERIS-H CH: Maximum number of billable days of absence NCH_ABWVERNUMC3NUMC3
ABWVEREHIS-H CH: Unit for maximum absence billing NCH_ABWVEREHCHAR1NCH_ABWVEREH

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCH40
INTO CORRESPONDING FIELDS OF WA_TNCH40
WHERE...

How to access SAP table TNCH40

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