P01EE_DBAE SAP (Data Module DBAE Remuneration) Table details

Dictionary Type: Table
Description: Data Module DBAE Remuneration




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




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

P01EE_DBAE is a standard SAP Table which is used to store Data Module DBAE Remuneration data and is available within R/3 SAP systems depending on the version and release level.

The P01EE_DBAE table consists of various fields, each holding specific information or linking keys about Data Module DBAE Remuneration data available in SAP. These include GUID (Unique Key for Identification of Notification), FRSTBRU (Gross Remuneration for 1st Day of Release from Work), FRSTNET (Net Remuneration for 1st Day of Release from Work), EELBRU (Gross Remuneration During Drawing of Compensation Benefits).. 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_DBAE 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
FRSTBRUGross Remuneration for 1st Day of Release from Work P01_SV_EE_FRSTBRUNUMC8P01_SV_EE_BETRAG
FRSTNETNet Remuneration for 1st Day of Release from Work P01_SV_EE_FRSTNETNUMC8P01_SV_EE_BETRAG
EELBRUGross Remuneration During Drawing of Compensation Benefits P01_SV_EE_EELBRUNUMC8P01_SV_EE_BETRAG
EAZBEG1Last Settled Payroll Period 1 Start P01_SV_EE_EAZBEG1DATS8P01_SV_EE_DATUM
EAZEND1Last Settled Payroll Period 1 End P01_SV_EE_EAZEND1DATS8P01_SV_EE_DATUM
BRUEAZ1Period 1 Gross Remuneration P01_SV_EE_BRUEAZ1NUMC8P01_SV_EE_BETRAG
NETEAZ1Period 1 Net Remuneration P01_SV_EE_NETEAZ1NUMC8P01_SV_EE_BETRAG
UMGEWAERemuneration Conversion P01_SV_EE_UMGEWAENUMC8P01_SV_EE_BETRAG
ENTGARTRemuneration Type P01_SV_EE_ENTGARTCHAR1P01_SV_EE_ENTGART
VEBBRUAgreed Gross Remuneration P01_SV_EE_VEBBRUNUMC8P01_SV_EE_BETRAG
VEBNETNet Remuneration P01_SV_EE_VEBNETNUMC8P01_SV_EE_BETRAG
EAZBEG2Period 2 Start P01_SV_EE_EAZBEG2DATS8P01_SV_EE_DATUM
EAZEND2Period 2 End P01_SV_EE_EAZEND2DATS8P01_SV_EE_DATUM
BRUEAZ2Period 2 Gross Remuneration P01_SV_EE_BRUEAZ2NUMC8P01_SV_EE_BETRAG
NETEAZ2Period 2 Net Remuneration P01_SV_EE_NETEAZ2NUMC8P01_SV_EE_BETRAG
EAZBEG3Period 3 Start P01_SV_EE_EAZBEG3DATS8P01_SV_EE_DATUM
EAZEND3Period 3 End P01_SV_EE_EAZEND3DATS8P01_SV_EE_DATUM
BRUEAZ3Period 3 Gross Remuneration P01_SV_EE_BRUEAZ3NUMC8P01_SV_EE_BETRAG
NETEAZ3Period 3 Net Remuneration P01_SV_EE_NETEAZ3NUMC8P01_SV_EE_BETRAG
EZKVHI Non-Recurring Payments Part Liable for Contributions P01_SV_EE_EZKVNUMC8P01_SV_EE_BETRAG
EZRVPI Non-Recurring Payments Part Liable for Contributions P01_SV_EE_EZRVNUMC8P01_SV_EE_BETRAG
EZAVUI Non-Recurring Payments Part Liable for Contributions P01_SV_EE_EZAVNUMC8P01_SV_EE_BETRAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01EE_DBAE
INTO CORRESPONDING FIELDS OF WA_P01EE_DBAE
WHERE...

How to access SAP table P01EE_DBAE

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