HRDEBW_DBMU SAP (Data Module: Statement of Earnings, Maternity Pay) Structure details

Dictionary Type: Structure
Description: Data Module: Statement of Earnings, Maternity Pay




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




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

HRDEBW_DBMU 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: Statement of Earnings, Maternity Pay" 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_HRDEBW_DBMU TYPE HRDEBW_DBMU.

The HRDEBW_DBMU table consists of various fields, each holding specific information or linking keys about Data Module: Statement of Earnings, Maternity Pay data available in SAP. These include KNZST (Reversal Indicator), WAERS (Currency), MUBEG (Start of Protection Period), ENTRY (Employed Since).. 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 HRDEBW_DBMU 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
KENNGIdentification P01W_KENNGCHAR4TEXT04
KNZSTReversal Indicator P01W_KNZSTCHAR1TEXT1
WAERSCurrency P01W_WAERS_DCHAR3TEXT3
MUBEGStart of Protection Period P01W_MUBEGNUMC8NUMC08
ENTRYEmployed Since P01W_ENTRYNUMC8NUMC08
FRABLWork Relationship to Continue Beyond Protection Period P01W_FRABL_DCHAR1TEXT1
FADFLWork Relationship Ends When Period Expires P01W_FADFL_DCHAR1TEXT1
FADATPeriod Expires On P01W_FADAT_DNUMC8NUMC08
KDGAMDissolution of Work Relationship on P01W_KDGAM_DNUMC8NUMC08
KGVONWork Relationship Was Terminated By P01W_KDVON_DNUMC1NUMC01
KDZUMDissolution of Work Relationship on P01W_KDZUM_DNUMC8NUMC08
KDGRDReason for Termination P01W_KDGRD_DCHAR24TEXT24
LADAYLast Working Day P01W_LADAYNUMC8NUMC08
AEZUSRemuneration Beyond End of Contd Pay/Day of Delivery P01W_AEZUS_DCHAR1TEXT1
AEBISAdditional Remuneration Until P01W_AEBIS_DNUMC8NUMC08
ZANTONet Remuneration P01W_ZANTO_DNUMC8NUMC08
ZLRHTPayment Type P01W_ZLRHT_DNUMC1NUMC01
VWBETCapital Formation Savings Payment P01W_VWBET_DNUMC8NUMC08
VWRHTPayment Type for Capital Formation Savings Payments P01W_VWRHT_DNUMC1NUMC01
ZSBTGAmount of Payments in Kind P01W_ZSBTG_DNUMC8NUMC08
WKWDYRegular Weekly Working Days P01W_WKWDYNUMC1NUMC01
WOSTDRegular Weekly Working Time P01W_WOSTDNUMC4NUMC04
FZVSBAbsence Before Start of Protection Period P01W_FZVSBCHAR30TEXT30
GT750Net Remuneration Was More Than 750 DEM P01W_GT750CHAR1TEXT1
WBEG1Month: Period Start P01W_WEBEGNUMC8NUMC08
WEND1Month: End of Period P01W_WEENDNUMC8NUMC08
WANZ1Paid Working Hours in Month P01W_WEANZNUMC5NUMC05
WMEA1Paid Overtime Hours in Month P01W_WEMEANUMC5NUMC05
ENTS1Unpaid Excused Working Hours in Month P01W_ENTSC_DNUMC5NUMC05
UNTS1Unpaid Unexcused Working Hours in Month P01W_UNTSC_DNUMC5NUMC05
WNET1Net Remuneration in Month P01W_WENETNUMC8NUMC08
WBEG2Month: Period Start P01W_WEBEGNUMC8NUMC08
WEND2Month: End of Period P01W_WEENDNUMC8NUMC08
WANZ2Paid Working Hours in Month P01W_WEANZNUMC5NUMC05
WMEA2Paid Overtime Hours in Month P01W_WEMEANUMC5NUMC05
ENTS2Unpaid Excused Working Hours in Month P01W_ENTSC_DNUMC5NUMC05
UNTS2Unpaid Unexcused Working Hours in Month P01W_UNTSC_DNUMC5NUMC05
WNET2Net Remuneration in Month P01W_WENETNUMC8NUMC08
WBEG3Month: Period Start P01W_WEBEGNUMC8NUMC08
WEND3Month: End of Period P01W_WEENDNUMC8NUMC08
WANZ3Paid Working Hours in Month P01W_WEANZNUMC5NUMC05
WMEA3Paid Overtime Hours in Month P01W_WEMEANUMC5NUMC05
ENTS3Unpaid Excused Working Hours in Month P01W_ENTSC_DNUMC5NUMC05
UNTS3Unpaid Unexcused Working Hours in Month P01W_UNTSC_DNUMC5NUMC05
WNET3Net Remuneration in Month P01W_WENETNUMC8NUMC08
ZUSARType of Payments in Kind P01W_ZUSAR_DCHAR30TEXT30
ABARTFixed Monthly Salary/Monthly Remuneration P01W_ABARTCHAR1CHAR01
KDGVOWork Relationship Was Terminated By P01W_KDVON_DNUMC1NUMC01
KGGRDReason for Termination P01W_KGGRD_DNUMC1NUMC01
ZABRTGross Remuneration P01W_ZABRT_DNUMC8NUMC08

Key field Non-key field



How do I retrieve data from SAP structure HRDEBW_DBMU using ABAP code?

As HRDEBW_DBMU 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 HRDEBW_DBMU as there is no data to select.

How to access SAP table HRDEBW_DBMU

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