HRDESV_EE_S_DBAE SAP (Data Module DBAE Remuneration) Structure details

Dictionary Type: Structure
Description: Data Module DBAE Remuneration




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




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

HRDESV_EE_S_DBAE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data Module DBAE Remuneration" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRDESV_EE_S_DBAE TYPE HRDESV_EE_S_DBAE.

The HRDESV_EE_S_DBAE table consists of various fields, each holding specific information or linking keys about Data Module DBAE Remuneration data available in SAP. These include FRSTNET (Net Remuneration for 1st Day of Release from Work), EELBRU (Gross Remuneration During Drawing of Compensation Benefits), EAZBEG1 (Last Settled Payroll Period 1 Start), EAZEND1 (Last Settled Payroll Period 1 End).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRDESV_EE_S_DBAE structure 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
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 structure HRDESV_EE_S_DBAE using ABAP code?

As HRDESV_EE_S_DBAE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRDESV_EE_S_DBAE as there is no data to select.

How to access SAP table HRDESV_EE_S_DBAE

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