T52ST SAP (HRPAY-Status Management: Status Table) Table details

Dictionary Type: Table
Description: HRPAY-Status Management: Status Table




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




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

T52ST is a standard SAP Table which is used to store HRPAY-Status Management: Status Table data and is available within R/3 SAP systems depending on the version and release level.

The T52ST table consists of various fields, each holding specific information or linking keys about HRPAY-Status Management: Status Table data available in SAP. These include PERNR (Personnel Number), PROCESSID (Process number), STEPID (Identifier of Process Model Step), STATUS (Status for Payroll Accounting and Time Management).. 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: Cannot Be Enhanced


SAP T52ST 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 P_PERNRNUMC8PERNR
PROCESSIDProcess number PAY_PROCESSIDNUMC10T52SPNUMC10HRST_PROCESSID
STEPIDIdentifier of Process Model Step STEPIDNUMC10NUMC10
STATUSStatus for Payroll Accounting and Time Management PY_TM_STATUSCHAR1PY_TM_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52ST
INTO CORRESPONDING FIELDS OF WA_T52ST
WHERE...

How to access SAP table T52ST

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