PD3DBKV SAP (DEUEV: Data Module Health Insurance) Table details

Dictionary Type: Table
Description: DEUEV: Data Module Health Insurance




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




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

PD3DBKV is a standard SAP Table which is used to store DEUEV: Data Module Health Insurance data and is available within R/3 SAP systems depending on the version and release level.

The PD3DBKV table consists of various fields, each holding specific information or linking keys about DEUEV: Data Module Health Insurance data available in SAP. These include PERNR (DEUEV: Personnel Number), JAHR (DEUEV Notification Year), MNR (DEUEV Notification Number), KENNZST (Reversal Indicator).. 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 PD3DBKV 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
PERNRDEUEV: Personnel Number D3PERNRNUMC8D3PERNR
JAHRDEUEV Notification Year D3JAHRNUMC4D3JAHR
MNRDEUEV Notification Number D3MNRNUMC4D3MNR
KENNZSTReversal Indicator D3KENNZSTCHAR1D3KENNZST
KVGDReason for the Special Feature When Submitting HI Data P01_SV_D3_KVGDNUMC2P01_SV_D3_KVGD
SVTGSI Days in Payroll Month P01_SV_D3_SVTGNUMC2P01_SV_D3_SVTG
ZRBGKVStart of Notification Period D3ZRBGNUMC8D3ZRBG
ZRENKVEnd of Notification Period D3ZRENNUMC8D3ZREN
LFDEGRegular Remuneration in Euro Cents P01_SV_D3_LFDEGNUMC8P01_SV_D3_EG_8
EZEGRemuneration Non-Recurring Payment in Euro Cents P01_SV_D3_EZEGNUMC8P01_SV_D3_EG_8
BBGRUKUGContrib. Assessment Basis RHC in Euro Cents P01_SV_D3_BBGKUGNUMC8P01_SV_D3_EG_8
KENNZGLESVIndicator: Remuneration Slide Zone P01_SV_D3_KENNZGLESVNUMC1P01_SV_D3_KENNZGLESV
EENWIndicator: Supporting Document for Parenthood P01_SV_D3_EENWCHAR1P01_SV_D3_EENW
SOSASpecial Regulation CI Sec.58 Para. 3 SGB XI P01_SV_D3_SOSACHAR1P01_SV_D3_SOSA
RJEGRegular Annual Income in Euro Cents P01_SV_D3_RJEGCHAR8P01_SV_D3_EG_8_C
BBGRUATGContribution Assessment Basis Semiretirement in Euro Cents P01_SV_D3_BBGRUATGCHAR8P01_SV_D3_EG_8_C
BYGRDEUEV Contribution Group Key P01_SV_D3_BYGR_CCHAR4P01_SV_D3_BYGR_C
KENNZRKLegal Area D3KENNZRKCHAR1D3KENNZRK

Key field Non-key field



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

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

SELECT SINGLE *
FROM PD3DBKV
INTO CORRESPONDING FIELDS OF WA_PD3DBKV
WHERE...

How to access SAP table PD3DBKV

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