T5D4Z SAP (Health Insurance Fund List per Contribution Statement) Table details

Dictionary Type: Table
Description: Health Insurance Fund List per Contribution Statement




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




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

T5D4Z is a standard SAP Table which is used to store Health Insurance Fund List per Contribution Statement data and is available within R/3 SAP systems depending on the version and release level.

The T5D4Z table consists of various fields, each holding specific information or linking keys about Health Insurance Fund List per Contribution Statement data available in SAP. These include KKLNA (Name of List of HI Funds), LIART (List Type), WERKS (Personnel Area), BTRTL (Personnel Subarea).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5D4Z 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
KKLNAName of List of HI Funds P01_KKLNACHAR10T5D4YP01_KKLNA
LIARTList Type P01_LIARTCHAR1P01_LIART
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4T5D0PBTRTLPBS
KVSFRHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8T5D11KVSCH
KVGSTHI Fund Branch Office KVGSTCHAR6T5D1KKVGST
BTR11HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR12HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR13HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR14HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR15HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR21HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR23HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR25HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR31HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR32HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR41HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR42HR Payroll: Amount MAXBTCURR15(2) PRBETRG
PSTGFHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR51HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR52HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTR53HR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KORRLCoorection Factor Current Remuneration P01_KORRLDEC3(2) P01_KORRF
KORRECorrection Factor Non-Recurring Payment P01_KORREDEC3(2) P01_KORRF
ANSTAEmployment status ANSTANUMC1NUM1
BTR35HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTO11HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTO13HR Payroll: Amount MAXBTCURR15(2) PRBETRG
BTO14HR Payroll: Amount MAXBTCURR15(2) PRBETRG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D4Z
INTO CORRESPONDING FIELDS OF WA_T5D4Z
WHERE...

How to access SAP table T5D4Z

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