T5CSJ SAP (Payroll Units for the Employer Statement) Table details

Dictionary Type: Table
Description: Payroll Units for the Employer Statement




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




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

T5CSJ is a standard SAP Table which is used to store Payroll Units for the Employer Statement data and is available within R/3 SAP systems depending on the version and release level.

The T5CSJ table consists of various fields, each holding specific information or linking keys about Payroll Units for the Employer Statement data available in SAP. These include ABREINHEIT (Payroll Unit Employer Statement), ENDDA (End Date), BEGDA (Start Date), WOSTD (Hours per week).. 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)

Text table = T5CSJT


SAP T5CSJ 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 Employer Statement P02_ABREHAGBECHAR8P02_ABREHAGBE
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
WOSTDHours per week WOSTDDEC5(2) STDAZ
WORK_CONTRACTCollective Agreement P02_WORK_CONTRACTCHAR60TEXT60
NOTICE_PERIODDismissals notice period for employee P02_NOTICE_PERIODCHAR2Assigned to domainKDGFR
TERMINAT_REASON1Notice Reason P02_TERMINAT_REASON1CHAR60TEXT60
TERMINAT_REASON2Notice Reason P02_TERMINAT_REASON2CHAR80TEXT80
TERMINAT_REASON3Notice Reason P02_TERMINAT_REASON3CHAR80TEXT80
TERMINAT_REASON4Notice Reason P02_TERMINAT_REASON4CHAR80TEXT80
PENSION_FUNDName of a Pension Fund P02_PENSION_FUND_NAMECHAR60TEXT60
AHVWAGETYPEWage Type LGARTCHAR4T512WLGART
KONTAKTHR-CH: Contact person P02_KONTAKTPCHAR30TEXT30
TELNRHR-CH: Communication number of contact person P02_COMNRCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5CSJ
INTO CORRESPONDING FIELDS OF WA_T5CSJ
WHERE...

How to access SAP table T5CSJ

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