T5ITM6 SAP (District taxes) Table details

Dictionary Type: Table
Description: District taxes




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




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

T5ITM6 is a standard SAP Table which is used to store District taxes data and is available within R/3 SAP systems depending on the version and release level.

The T5ITM6 table consists of various fields, each holding specific information or linking keys about District taxes data available in SAP. These include MUNIC (Municipality key), CDTMU (Municipal tax indicator), GRCTM (Calculation groups for municipal taxes), ENDDA (End 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 T5ITM6 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
MUNICMunicipality key P15_MUNICCHAR8T5ITM4P15_MUNIC
CDTMUMunicipal tax indicator P15_CDTMUCHAR6T5ITM5P15_CDTMU
GRCTMCalculation groups for municipal taxes P15_GRCTMCHAR3P15_GRCTM
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TPERODisburs. type P15_TPEROCHAR4P15_TPERO
WTIMMWage type: taxable amount for municipal tax P15_WTIMMCHAR4T512WLGART
CDARRRounding indicator P15_CDARRCHAR2T5ITQ1P15_CDARR
WTIMNWage type: net IRPEF P15_WTIMNCHAR4T512WLGART
IMIMNNet IRPEF min. amount P15_IMIMNCURR15(2) P15_IMFAN
WTITMWage type municipal tax amount P15_WTITMCHAR4T512WLGART
CDFTATaxation formula indicator P15_CDFTACHAR4T5ITR7P15_CDFTA
WTOACCurrent Yr Mun Taxes Tax Scale Wage-Type (Fin Law 2007) P15_WTOACCHAR4T512WLGART
REDMINMinimum income P15_RMIMCURR15(2) P15_IMFAN
PRTAX1Tax percentage for municipality surcharge to PIT 1 P15_PRTAX1DEC7(4) P15_PRCDP
PRTAX2Tax percentage for municipality surcharge to PIT 2 P15_PRTAX2DEC7(4) P15_PRCDP
PRTAX3Tax percentage for municipality surcharge to PIT 3 P15_PRTAX3DEC7(4) P15_PRCDP
PRTAX4Tax percentage for municipality surcharge to PIT 4 P15_PRTAX4DEC7(4) P15_PRCDP
PRTAX5Tax percentage for municipality surcharge to PIT 5 P15_PRTAX5DEC7(4) P15_PRCDP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITM6
INTO CORRESPONDING FIELDS OF WA_T5ITM6
WHERE...

How to access SAP table T5ITM6

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