HRDEBW_DBMU_V4 SAP (Data Module: Statement of Earnings, Maternity Pay Version 4) Structure details

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




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




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

HRDEBW_DBMU_V4 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 Version 4" 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_V4 TYPE HRDEBW_DBMU_V4.

The HRDEBW_DBMU_V4 table consists of various fields, each holding specific information or linking keys about Data Module: Statement of Earnings, Maternity Pay Version 4 data available in SAP. These include MUBEG (Start of Protection Period), ENTRY (Employed Since), LADAY (Last Working Day), KDGAM (Dissolution of Work Relationship on).. 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_V4 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
MUBEGStart of Protection Period P01W_MUBEGNUMC8NUMC08
ENTRYEmployed Since P01W_ENTRYNUMC8NUMC08
LADAYLast Working Day P01W_LADAYNUMC8NUMC08
KDGAMDissolution of Work Relationship on P01W_KDGAM_DNUMC8NUMC08
KDZUMDissolution of Work Relationship on P01W_KDZUM_DNUMC8NUMC08
KDGVOWork Relationship Was Terminated By P01W_KDVON_DNUMC1NUMC01
KGGRDReason for Termination P01W_KGGRD_DNUMC1NUMC01
AEBISAdditional Remuneration Until P01W_AEBIS_DNUMC8NUMC08
ZABRTGross Remuneration P01W_ZABRT_DNUMC8NUMC08
ZLRHTPayment Type P01W_ZLRHT_DNUMC1NUMC01
FZVSBAbsence Before Start of Protection Period P01W_FZVSBCHAR30TEXT30
GT750Net Remuneration Was More Than 750 DEM P01W_GT750CHAR1TEXT1
ABARTFixed Monthly Salary/Monthly Remuneration P01W_ABARTCHAR1CHAR01
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
WOSTDRegular Weekly Working Time P01W_WOSTDNUMC4NUMC04
ZUSARType of Payments in Kind P01W_ZUSAR_DCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table HRDEBW_DBMU_V4

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