HRPAYDE_EHGL_BASE SAP (HR-DGL: Data Record of Salary and Wage Structure) Structure details

Dictionary Type: Structure
Description: HR-DGL: Data Record of Salary and Wage Structure




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




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

HRPAYDE_EHGL_BASE 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 "HR-DGL: Data Record of Salary and Wage Structure" 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_HRPAYDE_EHGL_BASE TYPE HRPAYDE_EHGL_BASE.

The HRPAYDE_EHGL_BASE table consists of various fields, each holding specific information or linking keys about HR-DGL: Data Record of Salary and Wage Structure data available in SAP. These include TARIFNR (Column 05: Sequence Number of Collective Agreement), LSTGR (Column 06: Benefits Group), GESCH (Column 07: Gender), GEBMO (Column 08: Birth Month).. 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 HRPAYDE_EHGL_BASE 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
TARIFColumn 04: Pay Scale Group P_TARIFCHAR10CHAR10
TARIFNRColumn 05: Sequence Number of Collective Agreement P_TARIFNRCHAR1CHAR1
LSTGRColumn 06: Benefits Group P_LSTGRCHAR1CHAR1
GESCHColumn 07: Gender P_GESCHCHAR1GESCH
GEBMOColumn 08: Birth Month P_GEBMOCHAR2CHAR2
GEBJHColumn 08: Birth Year P_GEBJHCHAR4CHAR4
HIREMOColumn 09: Entry Month P_HIREMOCHAR2CHAR2
HIREYColumn 09: Entry Year P_HIREYCHAR4CHAR4
FIREMOColumn 10: Leaving Month P_FIREMOCHAR2CHAR2
LSTKLColumn 11: Employment Tax Class P_LSTKLCHAR1CHAR1
KIFRBSpalte 12: Tax Exemption for Children P_KIFRBNUMC3NUMC03
DUETAColumn 13: Field A of Insurance No. P_DUETACHAR3CHAR3
STBRFColumn 14: Field B Left Part of Insurance No. P_STBRFCHAR1CHAR1
AUSBGColumn 14: Field B Right Part of Insurance No. P_AUSBGCHAR1CHAR1
VARTColumn 15: Type of Work Contract P_VARTCHAR1CHAR1
LOHNFSpalte 16: Wage System P_LOHNFCHAR1CHAR1
TECHNColumn 17: Technical Job P_TECHNCHAR1CHAR1
WOABZColumn 18: Weekly Working Time (Contract) P_WOABZNUMC4NUMC04
STDBEZColumn 19: Total Hours Paid P_STDBEZNUMC5NUMC05
NSTDBZColumn 20: Paid Regular Working Hours P_NSTDBZNUMC5NUMC05
MESTDColumn 21: Paid Overtime Hours P_MESTDNUMC5NUMC05
ZGTHAColumn 22: Starting Flextime Credit P_ZGTHANUMC5NUMC05
ZGTHEColumn 23: Ending Flextime Credit P_ZGTHENUMC5NUMC05
WAERSCurrency P_WAERSCHAR1CHAR1
BETRG24Column 24: Total Gross (Period) P_BETRG24NUMC6NUMC06
BETRG25Spalte 25: Overtime (Period) P_BETRG25NUMC6NUMC06
BETRG26Column 26: Shift Work Bonus (Period) P_BETRG26NUMC4NUMC04
BETRG27Spalte 27: Sunday Work Bonus (Period) P_BETRG27NUMC4NUMC04
BETRG28Column 28: Night Work Bonus (Period) P_BETRG28NUMC4NUMC04
BETRG29Column 29: Employment Tax (Period) P_BETRG29NUMC5NUMC05
BETRG30Column 30: Pension and Unemployment Insurance (Period) P_BETRG30NUMC5NUMC05
BETRG31Column 31: Health and Care Indurance (Period) P_BETRG31NUMC5NUMC05
BETRG32Column 32: Gross Remuneration (Year) P_BETRG32NUMC7NUMC07
BETRG33Column 33: Special Payments (Year) P_BETRG33NUMC7NUMC07
BETRG34Column 34: Net Remuneration (Year) P_BETRG34NUMC7NUMC07
URLAUBColumn 35: Leave Entitlement P_URLAUBCHAR2CHAR02
ANZHL36Column 36: Monthly Working Hours P_ANZHL36NUMC5NUMC05
ANZHL37Column 37: working Hours 1- 28 October P_ANZHL37NUMC5NUMC05
ANZHL38Column 38: Working Hours 29- 31 October P_ANZHL38NUMC5NUMC05
FELD39Spalte 39: Empty Field P_FELD39CHAR7CHAR07

Key field Non-key field



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

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

How to access SAP table HRPAYDE_EHGL_BASE

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