T52SP SAP (HRPAY-Status Management: Process ID) Table details

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




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




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

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

The T52SP table consists of various fields, each holding specific information or linking keys about HRPAY-Status Management: Process ID data available in SAP. These include PROCESSID (Process number), MODELLID (Identifier for Process Model), MTYPE (HR subarea for model), UNAME (User Name).. 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

Text table = T52SPT


SAP T52SP 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
PROCESSIDProcess number PAY_PROCESSIDNUMC10NUMC10HRST_PROCESSID
MODELLIDIdentifier for Process Model MODELLIDCHAR8T52SMPAY_MODELLIDHRST_MODELLID
MTYPEHR subarea for model MKINDCHAR2MKINDHRST_MKIND
UNAMEUser Name UNAMECHAR12UNAME
DATUMSystem Date SYDATUMDATS8SYDATS
STATUSStatus of process PAY_PSTATUSCHAR1PAY_PSTATUS
CLOSEDCheckbox RP_XFELDCHAR1XFELD
SEL_PERNRPersonnel Number P_PERNRNUMC8PERNR
START_NAMEUser Name UNAMECHAR12UNAME
START_DATESystem Date SYDATUMDATS8SYDATS
START_TIMESystem Time SYUZEITTIMS6SYTIME
START_VARIABAP: Name of variant (without program name) PAY_VARIANTCHAR14Assigned to domainVARIANT
AUTHCKNAMBackground User Name for Authorization Check BTCAUTHNAMCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52SP
INTO CORRESPONDING FIELDS OF WA_T52SP
WHERE...

How to access SAP table T52SP

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