PGR03 SAP (Payroll Standard Elements (SE) Greece) Structure details

Dictionary Type: Structure
Description: Payroll Standard Elements (SE) Greece




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




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

PGR03 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 "Payroll Standard Elements (SE) Greece" 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_PGR03 TYPE PGR03.

The PGR03 table consists of various fields, each holding specific information or linking keys about Payroll Standard Elements (SE) Greece data available in SAP. These include ENDDA (End Date), MMAPD (Method for Maximum Payroll Days(MPD)), MAXPD (Maximum Payroll Days (MPD)), FACPD (Factor for Payroll Days).. 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 PGR03 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
MMAPDMethod for Maximum Payroll Days(MPD) PGR_MMAPDCHAR2T7GR2STDALLCHAR2
MAXPDMaximum Payroll Days (MPD) PGR_MAX_PDDEC6(2) DEC4_2
FACPDFactor for Payroll Days PGR_FAC_PDDEC9(2) DEC7_2
ROUPDRounding Payroll Days PGR_ROUNDING_PDCHAR1PGR_ROUNDING
ROUPFFactor for Rounding Payroll Days PGR_ROUPFDEC4(2) DEC2_2
MMAIDMethod for Maximum Insurance Days(MID) PGR_MMAIDCHAR2T7GR2STDALLCHAR2
MAXIDMaximum Insurance Days(MID) PGR_MAX_IDDEC6(2) DEC4_2
FACIDFactor for Insurance Days PGR_FAC_IDDEC9(2) DEC7_2
ROUIDRounding Insurance Days PGR_ROUNDING_IDCHAR1PGR_ROUNDING
ROUIFFactor for Rounding Insurance Days PGR_ROUIFDEC4(2) DEC2_2
METPDMethod for Payroll Days PGR_METPDCHAR2T7GR2STDALLCHAR2
METIDMethod for Insurance Days PGR_METIDCHAR2T7GR2STDALLCHAR2
METNPMethod for Normal Payroll PGR_METNPCHAR2T7GR2STDALLCHAR2
MILPDMethod for Illness Payroll Days PGR_MILPDCHAR2T7GR2STDALLCHAR2
MILIDMethod for Illness Insurance Days PGR_MILIDCHAR2T7GR2STDALLCHAR2
METILMethod for Illness PGR_METILCHAR2T7GR2STDALLCHAR2
MDAIHMethod for Daily – Hourly EEs PGR_MDAIHCHAR2T7GR2STDALLCHAR2
MBASIMethod for Basic Pay per Hour PGR_MBASICHAR2T7GR2STDALLCHAR2
MDISMMaximum Salary for Dismissal PGR_MDISMCURR13(2) P_AMT07V
ENTEBEntitle Easter Bonus PGR_ENTEBCHAR1PGR_ENTEB
MPDEBMaximum Payroll Days Easter Bonus(EB) PGR_MPDEBDEC5(2) DEC3_2
MCDEDMaximum Calculations Days Easter Bonus(EB) PGR_MCDEBDEC5(2) DEC3_2
FCTEBFactor of Vacation Bonus Increment for EB PGR_FCTEBDEC9(2) PGR_FCTEB
CLDEBCalculation Method for Easter Bonus(EB) Days PGR_CLDEBCHAR2T7GR2STDALLCHAR2
MXDEBMaximum Insurance Days of Easter Bonus (EB) PGR_MXDEBDEC6(2) DEC4_2
WTBEBWage Type for Basic Pay Easter Bonus PGR_WTPEBCHAR4T512WLGART
WTIEBWage Type for Averages Easter Bonus PGR_WTAEBCHAR4T512WLGART
WTLEBWage Type for Increment of Vacation Bonus to EB PGR_WTVEBCHAR4T512WLGART
ENTCBEntitle Christmas Bonus PGR_ENTCBCHAR1PGR_ENTCB
MPDCBMaximum Payroll Days Christmas Bonus (CB) PGR_MPDCBDEC5(2) DEC3_2
MCDCBMaximum Calculations Days Christmas Bonus(CB) PGR_MCDCBDEC5(2) DEC3_2
FCTCBFactor of Vacation Bonus Increment for CB PGR_FCTCBDEC9(2) PGR_FCTEB
CLDCBCalculation Method for Christmas Bonus(CB) Days PGR_CLDCBCHAR2T7GR2STDALLCHAR2
MXDCBMaximum Insurance Days of Christmas Bonus(CB) PGR_MXDCBDEC6(2) DEC4_2
WTBCBWage Type for Basic Pay Christmas Bonus PGR_WTPCBCHAR4T512WLGART
WTICBWage Type for Averages Christmas Bonus PGR_WTACBCHAR4T512WLGART
WTLCBWage Type for Increment of Vacation Bonus to CB PGR_WTVCBCHAR4T512WLGART
ENTVBEntitle Vacation bonus PGR_ENTVBCHAR1PGR_ENTVB
MDMVBDays per Month for Vacation(VB) PGR_MDMVBDEC6(2) DEC4_2
MCDVBMaximum Calculations Days Vacation Bonus(VB) PGR_MCDVBDEC5(2) DEC3_2
MLMVBMinimum Limit For Vacation Bonus(VB) PGR_MLMVBDEC5(2) DEC3_2
MLXVBMaximum Limit For Vacation Bonus(VB) per year PGR_MLXVBDEC5(2) DEC3_2
WTBVBWage Type for Basic Pay Vacation Bonus PGR_WTPVBCHAR4T512WLGART
WTIVBWage Type for Averages Vacation Bonus PGR_WTAVBCHAR4T512WLGART

Key field Non-key field



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

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

How to access SAP table PGR03

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