T5KSN SAP (ROE Serial Number) Table details

Dictionary Type: Table
Description: ROE Serial Number




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




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

T5KSN is a standard SAP Table which is used to store ROE Serial Number data and is available within R/3 SAP systems depending on the version and release level.

The T5KSN table consists of various fields, each holding specific information or linking keys about ROE Serial Number data available in SAP. These include PERNR (Personnel Number), SEQNR (Sequence number for ROE), LDATE (Date of last day worked), ROESN (ROE Serial 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T5KSN 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
SEQNRSequence number for ROE PCA_SEQNRNUMC2PCA_SRSEQ
LDATEDate of last day worked PCA_LDATEDATS8DATUM
ROESNROE Serial Number PCA_ROESNCHAR9PCA_SERIAL
ORGSNAmend/Replace Serial Number PCA_ORGSNCHAR9PCA_SERIAL
ROEDTDate for issuing ROE PCA_ROEDTDATS8DATUM
ROEFLRecord Flag PCA_FLAGCHAR1PCA_FLAG
ROERSReason code for issuing a ROE PCA_REASONCHAR2T5K1RPCA_REASON
FDATEDate of first day worked PCA_FDATEDATS8DATUM
RUNDTDate Issued (Report Run Date) PCA_RUNDTDATS8DATS
RUNTMTime Issued (Report Run Time) PCA_RUNTMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5KSN
INTO CORRESPONDING FIELDS OF WA_T5KSN
WHERE...

How to access SAP table T5KSN

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