P01EE_DBLT SAP (Data Module DBLT Addit. Data Calculation of Transitional Pay) Table details

Dictionary Type: Table
Description: Data Module DBLT Addit. Data Calculation of Transitional Pay




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




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

P01EE_DBLT is a standard SAP Table which is used to store Data Module DBLT Addit. Data Calculation of Transitional Pay data and is available within R/3 SAP systems depending on the version and release level.

The P01EE_DBLT table consists of various fields, each holding specific information or linking keys about Data Module DBLT Addit. Data Calculation of Transitional Pay data available in SAP. These include GUID (Unique Key for Identification of Notification), BVBEG (Start of the Employment Relationship), BVBIS (Employed to), BVALS (Employed as).. 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 P01EE_DBLT 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 MANDTCLNT3Assigned to domainMANDT
GUIDUnique Key for Identification of Notification P01_SVGUIDCHAR32SYSUUID_C
BVBEGStart of the Employment Relationship P01_SV_EE_BVBEGDATS8P01_SV_EE_DATUM
BVBISEmployed to P01_SV_EE_BVBISDATS8P01_SV_EE_DATUM
BVALSEmployed as P01_SV_EE_BVALSCHAR30P01_SV_EE_BVALS
AUSBEducation Relationship P01_SV_EE_AUSBCHAR1P01_SV_EE_KNZJN
VORERContinued Pay for Less Than 6 Weeks P01_SV_EE_VORERCHAR1P01_SV_EE_KNZJN
BEGVE1Start of Imputable Periods of Preexisting Conditions 1 P01_SV_EE_BEGVE1DATS8P01_SV_EE_DATUM
ENDVE1Imputable Periods of Preexisting Conditions End 1 P01_SV_EE_ENDVE1DATS8P01_SV_EE_DATUM
BEGVE2Start of Imputable Periods of Preexisting Conditions 2 P01_SV_EE_BEGVE2DATS8P01_SV_EE_DATUM
ENDVE2Imputable Periods of Preexisting Conditions End 2 P01_SV_EE_ENDVE2DATS8P01_SV_EE_DATUM
AEVZMONMonthly Full-Time Remuneration P01_SV_EE_AEVZMONNUMC8P01_SV_EE_BETRAG
AEVZSTDHourly Full-Time Remuneration P01_SV_EE_AEVZSTDNUMC8P01_SV_EE_BETRAG
WAZTRFWeekly Working Time Agreed by Collective Agreement P01_SV_EE_WAZTRFNUMC5P01_SV_EE_ANZSTD
BEGTRFCurrently Valid Collective Agreement Of P01_SV_EE_BEGTRFDATS8P01_SV_EE_DATUM
TRFGEMDefining Pay Scale Group/Collective Agreement P01_SV_EE_TRFGEMCHAR20P01_SV_EE_KZ20
MMTRFDefining Pay Scale Group/Collective Agreement P01_SV_EE_MMTRFCHAR1P01_SV_EE_MMTRF
VRGTGRRemuneration/Wage Group P01_SV_EE_VRGTGRCHAR20P01_SV_EE_KZ20
VWLMONCollective Agr. Capital Form. Savings Payment of Employer P01_SV_EE_VWLMONNUMC8P01_SV_EE_BETRAG
EZTRFNon-Recurring Payment Regulated by Collective Agreement P01_SV_EE_EZTRFNUMC8P01_SV_EE_BETRAG
VWLCapital Formation Savings Payment During Bens for Particptn P01_SV_EE_VWLNUMC6P01_SV_EE_BETRAG6
BRUSBGross Cont. Paymts in Kind/Rem. for PT Work in Mnth d. BfP P01_SV_EE_BRUSBNUMC8P01_SV_EE_BETRAG
NETSBNet Cont. Payments in Kind/Rem. PT Wrk d. BfP in Month P01_SV_EE_NETSBNUMC8P01_SV_EE_BETRAG
VERZSVFRContribution Exemption Foregone for Part-Time Employment P01_SV_EE_VERZSVFRCHAR1P01_SV_EE_KNZJN
AEGLTZRemuneration in Slide Zone P01_SV_EE_AEGLTZCHAR1P01_SV_EE_KNZJN
VERZGLTZReduction in PI Contributions Foregone for Slide Zone P01_SV_EE_VERZGLTZCHAR1P01_SV_EE_KNZJN
RECHTSKRLegal Area of Place of Work P01_SV_EE_RECHTSKRCHAR1P01_SV_EE_RECHTSKR
AEENTTRFRemuneration Corresponds to Collective Agreement Conditions P01_SV_EE_AEENTTRFCHAR1P01_SV_EE_KZJNU
UNFTRInstitute Indicator of Accident Insurance Carrier P01_SV_EE_UNFTRCHAR15P01_SV_EE_UNFTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01EE_DBLT
INTO CORRESPONDING FIELDS OF WA_P01EE_DBLT
WHERE...

How to access SAP table P01EE_DBLT

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