T5C2N SAP (Payroll unit - wage statement) Table details

Dictionary Type: Table
Description: Payroll unit - wage statement




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




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

T5C2N is a standard SAP Table which is used to store Payroll unit - wage statement data and is available within R/3 SAP systems depending on the version and release level.

The T5C2N table consists of various fields, each holding specific information or linking keys about Payroll unit - wage statement data available in SAP. These include ABREINHEIT (Payroll unit - wage statement), ENDDA (End Date), BEGDA (Start Date), ARBOR (Work location).. 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)

Text table = T5C2NT


SAP T5C2N 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 MANDTCLNT3Assigned to domainMANDT
ABREINHEITPayroll unit - wage statement P02_ABREHLAWCHAR8P02_ABREHLAW
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ARBORWork location P02_ARBORCHAR25TEXT25
LAUWGFlat-rate cost reimbursement P02_LAUWGCHAR1P02_LAUWG
UNENTGratuitous transportation to place of work (LAW Switz.) HRCHUNENTCHAR1XFELD
LUNCHContribution to costs of meals (LAW Switz.) HRCHLUNCHCHAR1XFELD
KANTIPossibility of canteen meals (LAW Switz.) HRCHKANTICHAR1P02_KANTI
BETEIGranting of Employee Stock Options (LAW Switz.) HRCHBETEICHAR1XFELD
KONTAKTHR-CH: Contact person P02_KONTAKTPCHAR30TEXT30
TELNRHR-CH: Communication number of contact person P02_COMNRCHAR20CHAR20
EXPENSE_RULEExpenses According to Guide Mg 52 P02_EXPENSE_RULECHAR1XFELD
EXPENSE_CANTONExpense Rule: Approving Canton P02_EXPENSE_CANTONCHAR2T5C2FP02_CQKAN
EXPENSE_DATEExpense Rule: Approval Date P02_EXPENSE_DATEDATS8DATUM
COM_CAR_RULE P02_COMCAR_RULE_ELMCHAR1XFELD
COM_CAR_CANTON P02_COMCAR_CANTON_ELMCHAR2T5C2FP02_CQKAN
COM_CAR_DATE P02_COMCAR_DATE_ELMDATS8DATUM
MAR_VAL_RULE P02_MARVAL_RULE_ELMCHAR1XFELD
MAR_VAL_CANTON P02_MARVAL_CANTON_ELMCHAR2T5C2FP02_CQKAN
MAR_VAL_DATE P02_MARVAL_DATE_ELMDATS8DATUM
FORM_PERNROutput Personnel Number on Wage Statement (CH) P02_FORM_PERNRCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5C2N
INTO CORRESPONDING FIELDS OF WA_T5C2N
WHERE...

How to access SAP table T5C2N

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