T5KR0 SAP (Record of Employment (ROE) History) Table details

Dictionary Type: Table
Description: Record of Employment (ROE) History




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




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

T5KR0 is a standard SAP Table which is used to store Record of Employment (ROE) History data and is available within R/3 SAP systems depending on the version and release level.

The T5KR0 table consists of various fields, each holding specific information or linking keys about Record of Employment (ROE) History data available in SAP. These include PERNR (Personnel Number), LSTDT (Last Day For Which Paid), RUNID (Evaluation run ID), SEQNO (Sequential number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5KR0 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
LSTDTLast Day For Which Paid PCA_ROE_LSTDTDATS8DATUM
RUNIDEvaluation run ID PCAL_ERNIDNUMC10PCERTPCAL_ERNID
SEQNOSequential number PCA_SEQNONUMC2NUM02
ACTUALUpdate indicator for payroll reporting status P_ACTSTATCHAR1CHAR1
FSTDTFirst Day Worked PCA_ROE_FSTDTDATS8DATUM
RUNDTROE run date PCA_ROE_RUNDTDATS8DATUM
ROEDTROE Issue date PCA_ROE_ROEDTDATS8DATUM
ROESNROE Serial Number PCA_ROE_ROESNCHAR9T5KR1CHAR9
ORGSNAmended ROE Serial Number PCA_ROE_ORGSNCHAR9T5KR1CHAR9
CDSEQ1Sequence Number CDSEQNUMC5NUM5
CDSEQ2Sequence Number CDSEQNUMC5NUM5
STATUSReporting status PNA_STATUSCHAR2PNA_STATUS
CREATORUser name USERNAMECHAR12USERNAME
CREADATECreated on HIER_FDATEDATS8SYDATS
CREATIMECreated at HIER_FTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5KR0
INTO CORRESPONDING FIELDS OF WA_T5KR0
WHERE...

How to access SAP table T5KR0

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