T5ITDQ SAP (Allowable expense type) Table details

Dictionary Type: Table
Description: Allowable expense type




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




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

T5ITDQ is a standard SAP Table which is used to store Allowable expense type data and is available within R/3 SAP systems depending on the version and release level.

The T5ITDQ table consists of various fields, each holding specific information or linking keys about Allowable expense type data available in SAP. These include TPONE (Type of allowable expense), ENDDA (End Date), BEGDA (Start Date), TPERO (Disburs. type).. 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

Text table = T5ITDJ


SAP T5ITDQ 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
TPONEType of allowable expense P15_TPONENUMC2P15_TPONE
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TPERODisburs. type P15_TPEROCHAR4P15_TPERO
WTONEWage type: expenses P15_WTONECHAR4T512WLGART
WTGENWage-type deduction amount P15_WTGENCHAR4T512WLGART
MXDTRHighest rate for deduct.expenses P15_MXDTRCURR12(2) P15_CURR12
PRDTRDeduction percentage P15_PRDTRDEC7(4) P15_PRDTR
WTONAWage Type: Charge for Other Employers P15_WTONACHAR4T512WLGART
WTGEAWage Type: Deduction Amount Other Employers P15_WTGEACHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITDQ
INTO CORRESPONDING FIELDS OF WA_T5ITDQ
WHERE...

How to access SAP table T5ITDQ

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