T5C3H SAP (HR-CH: Control of End of Year Bonus (13th Wage)) Table details

Dictionary Type: Table
Description: HR-CH: Control of End of Year Bonus (13th Wage)




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




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

T5C3H is a standard SAP Table which is used to store HR-CH: Control of End of Year Bonus (13th Wage) data and is available within R/3 SAP systems depending on the version and release level.

The T5C3H table consists of various fields, each holding specific information or linking keys about HR-CH: Control of End of Year Bonus (13th Wage) data available in SAP. These include PARM1 (First parameter), PERSK (Grouping for year-end bonus), ABART (Employee subgroup grouping for personnel calculation rule), ENDDA (End Date).. 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: Cannot Be Enhanced


SAP T5C3H 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
PARM1First parameter PARM1CHAR4PARMS
PERSKGrouping for year-end bonus P02_GRP13LOCHAR2P02_GRP13LO
ABARTEmployee subgroup grouping for personnel calculation rule ABRARCHAR1T546TABRAR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PER01Payment instalments to payroll period P02_PERCHAR1XFELD
PER02Payment instalments to payroll period P02_PERCHAR1XFELD
PER03Payment instalments to payroll period P02_PERCHAR1XFELD
PER04Payment instalments to payroll period P02_PERCHAR1XFELD
PER05Payment instalments to payroll period P02_PERCHAR1XFELD
PER06Payment instalments to payroll period P02_PERCHAR1XFELD
PER07Payment instalments to payroll period P02_PERCHAR1XFELD
PER08Payment instalments to payroll period P02_PERCHAR1XFELD
PER09Payment instalments to payroll period P02_PERCHAR1XFELD
PER10Payment instalments to payroll period P02_PERCHAR1XFELD
PER11Payment instalments to payroll period P02_PERCHAR1XFELD
PER12Payment instalments to payroll period P02_PERCHAR1XFELD
KZLOHNBase Creation for Year End Bonus P02_KZLOHNCHAR1P02_KZLOHN
KZANTAUSProrated payment when leaving/retiring P02_ANTAUSCHAR1XFELD
ANZAUSObsolete- Do Not Use ! P02_ANZAUSNUMC2NUM02
LOHN13Wage type for payment of year-end bonus P02_13LOHNCHAR4T512WLGART
LOHNKORR13Wage type for correction year-end bonus P02_13LOKORRCHAR4T512WLGART
LOHNRUECKWage type for year-end bonus reserves P02_13LORUECKCHAR4T512WLGART
LOHNDIFFExpected wage for year-end bonus P02_ERWLOHNCHAR4T512WLGART
LOHNKUMcumulated basis year-end bonus P02_13LOBASISCHAR4T512WLGART
TMKUMcumulated partial period factors for year-end bonus P02_13LOTMFAKCHAR4T512WLGART
KZRUECKIndicator for Writing Off Reserve P02_KZRUECKCHAR1XFELD
LOHNAUScumulated payment year-end bonus P02_13LOKUMAUSCHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5C3H
INTO CORRESPONDING FIELDS OF WA_T5C3H
WHERE...

How to access SAP table T5C3H

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