T7GR2STD SAP (Payroll Groupings & Standard Elements) Table details

Dictionary Type: Table
Description: Payroll Groupings & Standard Elements




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




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

T7GR2STD is a standard SAP Table which is used to store Payroll Groupings & Standard Elements data and is available within R/3 SAP systems depending on the version and release level.

The T7GR2STD table consists of various fields, each holding specific information or linking keys about Payroll Groupings & Standard Elements data available in SAP. These include CAREA (Personnel Area-Subarea Grouping for Gross Payroll), KOSTL (Cost Center), PRSGK (Employee Group-Subgroup Grouping for Gross Payroll), ANSVH (Work Contract).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7GR2STD 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
CAREAPersonnel Area-Subarea Grouping for Gross Payroll PGR_CAREACHAR2T7GR2C1CHAR2
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PRSGKEmployee Group-Subgroup Grouping for Gross Payroll PGR_PRSGKCHAR2T7GR2C2CHAR2
ANSVHWork Contract ANSVHCHAR2T542AANSVH
SPLTYSpecialty for Labor Authority PGR_SPECIALTYCHAR7T7GR1HR4CHAR7
SPTY2Secondary Specialty PGR_2SPECIALTYCHAR7T7GR1HR5CHAR7
WOSTDHours per Week PGR_WOSTDCHAR6PGR_WOSTD
WKWDYWeekly Workdays PGR_WARSTCHAR6PGR_WARST
TYINSType of Insurance PGR_TYPE_INSCHAR2T7GR1HR13CHAR2
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
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
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



How do I retrieve data from SAP table T7GR2STD using ABAP code

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

SELECT SINGLE *
FROM T7GR2STD
INTO CORRESPONDING FIELDS OF WA_T7GR2STD
WHERE...

How to access SAP table T7GR2STD

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