T5D2F SAP (Gross Taxable Amounts (D)) Pooled Table details

Dictionary Type: Pooled Table
Description: Gross Taxable Amounts (D)




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




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

T5D2F is a standard SAP Pooled Table which is used to store Gross Taxable Amounts (D) data and is available within R/3 SAP systems depending on the version and release level.

The T5D2F table consists of various fields, each holding specific information or linking keys about Gross Taxable Amounts (D) data available in SAP. These include MOLGA (Country Grouping), LGART (Wage Type), 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: 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 T5D2F pooled 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
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
LGARTWage Type LGARTCHAR4T512WLGART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SBARTType of Gross Amount for Taxes STRMMCHAR1T5D2DSTRMM
SORTFSort Field PSORTCHAR1CHAR1
KNVFBConsider Tax Exemption for Pensions KNVFBCHAR1XFELD
KNAEBConsider Old-Age Exemption Amount KNAEBCHAR1XFELD
KNKJLCumulation in Annual Wage KNKJLCHAR1XFELD
KNLJAAnnual Employment Tax Declaration KNLJACHAR1XFELD
LALSTWage Type for Employment Tax LALSTCHAR4T512WLGART
LAKSTWage Type for Church Tax LAKSTCHAR4T512WLGART
LAVBZWage Type for Pension Payments LAVBZCHAR4T512WLGART
LAVFBWage Type for Tax Exemption for Pensions LAVFBCHAR4T512WLGART
LAAEBWage Type for Old-Age Exemption Amount LAAEBCHAR4T512WLGART
LASOZWage Type for Pending Taxes LASOZCHAR4T512WLGART
LVBTRWage Type for Gross Tax Amount from Previous Employer LVBTRCHAR4T512WLGART
LVLSTWage Type for Employment Tax from Previous Employer LVLSTCHAR4T512WLGART
LVKSTWage Type for Church Tax from Previous Employer LVKSTCHAR4T512WLGART
LVVBZWage Type for Pensions and Related Benefits from Previous ER LVVBZCHAR4T512WLGART
LVSOZWage Type for Supplementary Tax from Previous Employer LVSOZCHAR4T512WLGART
LJLSTWage Type for Employm. Tax Refund in Annual Tax Declaration LJLSTCHAR4T512WLGART
LJKSTWage Type for Church Tax Refund in Annual Tax Declaration LJKSTCHAR4T512WLGART
LJVBZWage Type for Annual Pensions and Related Benefits LJVBZCHAR4T512WLGART
LJVFBWage Type NN LJVFBCHAR4T512WLGART
LJAEBWage Type NN LJAEBCHAR4T512WLGART
LJSOZWage Type for Suppl. Tax Refund in Annual Tax Declaration LJSOZCHAR4T512WLGART
LJBTRWage Type for Annual Gross Amount LJBTRCHAR4T512WLGART
KNPANReduction of Assessment Threshold (Percentage) KNPANCHAR1XFELD
PPSTSFlat-Rate Tax Rate PPSTSCHAR5T511KABRKN
PBSTSBerlin Flat-Rate Taxation Rate PBSTSCHAR5T511KABRKN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D2F
INTO CORRESPONDING FIELDS OF WA_T5D2F
WHERE...

How to access SAP table T5D2F

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