T52SMS SAP (HRPAY-Status Management: Steps in a Process Model) Table details

Dictionary Type: Table
Description: HRPAY-Status Management: Steps in a Process Model




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




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

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

The T52SMS table consists of various fields, each holding specific information or linking keys about HRPAY-Status Management: Steps in a Process Model data available in SAP. These include MODELLID (Identifier for Process Model), STEPID (Identifier of Process Model Step), ENTID (Program category in process model), PROG (ABAP: program 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T52SMST


SAP T52SMS 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
MODELLIDIdentifier for Process Model MODELLIDCHAR8T52SMPAY_MODELLIDHRST_MODELLID
STEPIDIdentifier of Process Model Step STEPIDNUMC10NUMC10
ENTIDProgram category in process model PROGENTCHAR8T52SEPROGENT
PROGABAP: program name PAY_PROGRAMMCHAR40D010SINFPROGNAMERID
VARIANTABAP: Name of variant (without program name) PAY_VARIANTCHAR14VARIDVARIANT
PARCELSize of Personnel Number Sets (Number of PerNos) PAY_NOPERNUMC6NUM6
FUNCFunction Module Name PAY_FUNCNAMECHAR30TFDIRFUNCNAMELIB
PERCENTAGEMinimum percentage rate MIN_PERCNUMC3NUMC3
IDIdentifier for graphical objects NETOBJIDCHAR10CHAR10
TYPEType for identifying objects NETTYPECHAR1NETTYPE
PARENT_IDIdentifier for graphical objects NETOBJIDCHAR10CHAR10
LEFT_IDIdentifier for graphical objects NETOBJIDCHAR10CHAR10
PRI_KEY1Spool Request SYPLISTCHAR12SYCHAR12
PRI_KEY2Current index for PRI_PARAMS archive (buffer) SYPRINDXCHAR4SYPRINDX
TARGETGROUPName of Server Group PAY_PM_V_SERVERCHAR20CHAR20
WAIT_IMPFilter Value for Wait Points PAY_PM_WAIT_FLT_VALCHAR20Assigned to domainPAY_PM_WAIT_FLT_VAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52SMS
INTO CORRESPONDING FIELDS OF WA_T52SMS
WHERE...

How to access SAP table T52SMS

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