P01W_DBMU SAP (Data Module: Statement of Earnings, Maternity Pay) Table details

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




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




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

P01W_DBMU is a standard SAP Table which is used to store Data Module: Statement of Earnings, Maternity Pay data and is available within R/3 SAP systems depending on the version and release level.

The P01W_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 PERNR (Personnel Number), MSGID (HR: Notification Type), DATUM (Key Date), MNR (Message Number).. 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 P01W_DBMU 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 MANDTCLNT3T000MANDT
PERNRPersonnel Number P01W_PERNRNUMC8Assigned to domainPERSNO
MSGIDHR: Notification Type P01W_MSGIDNUMC4PCAL_MSGID
DATUMKey Date P01W_DATUMDATS8DATS
MNRMessage Number P01W_MNRNUMC4NUMC04
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 table P01W_DBMU using ABAP code

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

SELECT SINGLE *
FROM P01W_DBMU
INTO CORRESPONDING FIELDS OF WA_P01W_DBMU
WHERE...

How to access SAP table P01W_DBMU

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