T5E40 SAP (Employment tax deduction percentages) Table details

Dictionary Type: Table
Description: Employment tax deduction percentages




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




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

T5E40 is a standard SAP Table which is used to store Employment tax deduction percentages data and is available within R/3 SAP systems depending on the version and release level.

The T5E40 table consists of various fields, each holding specific information or linking keys about Employment tax deduction percentages data available in SAP. These include CODAU (Tax modifier (employment tax)), FAMNU (Large family), ENDDA (End Date), TOTBR (Gross annual salary).. 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: Cannot Be Enhanced


SAP T5E40 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
CODAUTax modifier (employment tax) CODAUNUMC2PB04_CODAU
FAMNULarge family FAMNUCHAR1FAMNU
ENDDAEnd Date ENDDADATS8DATUM
TOTBRGross annual salary TOTBRNUMC9NUM9
BEGDAStart Date BEGDADATS8DATUM
SOLTEDeduction percentage for single persons w/o children SOLTENUMC2NUM2
CASADDeduction percentage for married couples w/o children CASADNUMC2NUM2
HIJ01Tax percentage for 1 child HIJ01NUMC2NUM2
HIJ02Tax percentage for 2 children HIJ02NUMC2NUM2
HIJ03Tax percentage for 3 children HIJ03NUMC2NUM2
HIJ04Tax percentage for 4 children HIJ04NUMC2NUM2
HIJ05Tax percentage for 5 children HIJ05NUMC2NUM2
HIJ06Tax percentage for 6 children HIJ06NUMC2NUM2
HIJ07Tax percentage for 7 children HIJ07NUMC2NUM2
HIJ08Deduction percentage for 8 children HIJ08NUMC2NUM2
HIJ09Deduction percentage for 9 children HIJ09NUMC2NUM2
HIJ10Deduction percentage for 10 children HIJ10NUMC2NUM2
HIJ11Deduction percentage for 11 children HIJ11NUMC2NUM2
HIJ12Deduction percentage for 12 children HIJ12NUMC2NUM2
HIJ13Deduction percentage for 13 children HIJ13NUMC2NUM2
HIJ14Deduction percentage for 14 children HIJ14NUMC2NUM2
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DSOLTDecimal places in deductn % for single persons w/o children POSOLNUMC2NUM2
DCASADecimal places of deduct.ptge rate for married w/o children PCASANUMC2NUM2
DHI01Decimal places in deduction percentage rate for 1 child DHI01NUMC2NUM2
DHI02Decimal places in deduction percentage rate for 2 children DHI02NUMC2NUM2
DHI03Decimal places in deduction percentage rate for 3 children DHI03NUMC2NUM2
DHI04Decimal places in deduction percentage rate for 4 children DHI04NUMC2NUM2
DHI05Decimal places in deduction percentage rate for 5 children DHI05NUMC2NUM2
DHI06Decimal places in deduction percentage rate for 6 children DHI06NUMC2NUM2
DHI07Decimal places in deduction percentage rate for 7 children DHI07NUMC2NUM2
DHI08Decimal places in deduction percentage rate for 8 children DHI08NUMC2NUM2
DHI09Decimal places in deduction percentage rate for 2 children DHI09NUMC2NUM2
DHI10Decimal places in deduction percentage rate for 10 children DHI10NUMC2NUM2
DHI11Decimal places in deduction percentage rate for 11 children DHI11NUMC2NUM2
DHI12Decimal places in deduction percentage rate for 12 children DHI12NUMC2NUM2
DHI13Decimal places in deduction percentage rate for 13 children DHI13NUMC2NUM2
DHI14Decimal places in deduction percentage rate for 14 children DHI14NUMC2NUM2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5E40
INTO CORRESPONDING FIELDS OF WA_T5E40
WHERE...

How to access SAP table T5E40

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