T5D1N SAP (Calculation of HI Amount) Pooled Table details

Dictionary Type: Pooled Table
Description: Calculation of HI Amount




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




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

T5D1N is a standard SAP Pooled Table which is used to store Calculation of HI Amount data and is available within R/3 SAP systems depending on the version and release level.

The T5D1N table consists of various fields, each holding specific information or linking keys about Calculation of HI Amount data available in SAP. These include MODIF (HI modifier), KVKZ1 (Indicator for Health Insurance), KVKPR (Indicator for Private Health Insurance), KVKBF (Indicator: HI Exempt).. 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 T5D1N 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
MODIFHI modifier KVMODCHAR2CHAR2
KVKZ1Indicator for Health Insurance KVKZ1CHAR1T5D1YSVSCH
KVKPRIndicator for Private Health Insurance KVPRICHAR1XFELD
KVKBFIndicator: HI Exempt KVKBFCHAR1XFELD
KVKFRHI Contribution Type P01B_KVBARCHAR1KVBFE
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BEIGBIndicator: Calculation of Total Contribution Amount BEIGBCHAR2KVBEI
BEIAGIndicator for Calculating Employer Contribution BEIAGCHAR2P011_KVBEI
KASAGIndicator: Employer HI Share KASAGCHAR1CHAR1
BKLAGHI Contribution Scale - Employer Contribution KVBAGCHAR6CHAR6
BASAGBasic Employer Contribution BASAGCHAR1BASIS
BERAGCalculation of Employer's Contribution BERAGCHAR1P011_BERKZ
BEISTIndicator: Calculation of Tax-Exempt Contribution Amount BEISTCHAR2P011_KVBEI
KASSTIndicator: Tax-Exempt Health Insurance Fund KASSTCHAR1CHAR1
BKLSTTax-Free Contribution Scale BTRSTCHAR6CHAR6
BASSTBasis for Calculating Tax-Exempt Contribution to HI Fund BASSTCHAR1BASIS
BERSTIndicator: Tax-Free Calculation BERSTCHAR1P011_BERKZ
MINSTMinimum Taxable Amount STMINDEC5(2) DEC3_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D1N
INTO CORRESPONDING FIELDS OF WA_T5D1N
WHERE...

How to access SAP table T5D1N

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