T5C1M SAP (Family-Related Bonuses) Table details

Dictionary Type: Table
Description: Family-Related Bonuses




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




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

T5C1M is a standard SAP Table which is used to store Family-Related Bonuses data and is available within R/3 SAP systems depending on the version and release level.

The T5C1M table consists of various fields, each holding specific information or linking keys about Family-Related Bonuses data available in SAP. These include KANTO (Family Equalization Fund (FAK)), UNTER (Accommodation code), ZULAG (Code for bonus), 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 T5C1M 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
KANTOFamily Equalization Fund (FAK) P02_FAKANCHAR2T5C19P02_FAKAN
UNTERAccommodation code UNTBGCHAR2T577AUSPR
ZULAGCode for bonus DZULAGCHAR2T577AUSPR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
BETR1Appropriation 1 of bonus BETR1CURR7(2) WERT4
BETR2Appropriation 2 of bonus BETR2CURR7(2) WERT4
ANWSLApplication key P02_FZANCHAR1P02_FZAN
ALTGRAge ALTSPNUMC2NUM2
FIRMACompany estimate key FRMCHCHAR2CHAR2
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
LGARTWage Type LGARTCHAR4T512WLGART
KUREGReduction rule P02_FZKUCHAR1P02_FZKU
UGRENMinimum number of hours for payment UGRENDEC5(2) DEC3_2
OGRENMaximum Number of Hours for Payment OGRENDEC5(2) DEC3_2
KUFAKReduction factor KUFAKDEC5(2) DEC3_2
ALTBECode for age calculation P02_FZALCHAR1P02_FZAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5C1M
INTO CORRESPONDING FIELDS OF WA_T5C1M
WHERE...

How to access SAP table T5C1M

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