S024 SAP (Totals Records for Work Center) Table details

Dictionary Type: Table
Description: Totals Records for Work Center




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




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

S024 is a standard SAP Table which is used to store Totals Records for Work Center data and is available within R/3 SAP systems depending on the version and release level.

The S024 table consists of various fields, each holding specific information or linking keys about Totals Records for Work Center data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month), SPTAG (Period to analyze - current date).. 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 S024 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
FEVORResponsible planner group/department VAGRPCHAR3T024AVAGRPH_T024A
ARBPLWork center ARBPLCHAR8ARBPLAGR
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
LMEINBase Unit of Measure LAGMEUNIT3T006CUNITMEINS
DFZEHUnit of measure for execution time DFZEHUNIT3CUNITEINHEIT
ANZFANumber of production orders MC_ANZFADEC9MCZAEHLER
S_DLZTarget lead time S_DLZQUAN7(1) DAUER_6_1V
I_DLZActual lead time I_DLZQUAN7(1) DAUER_6_1V
DLZABDeviation in lead time DLZABQUAN7(1) DAUER_6_1
S_DFZTarget execution time S_DFZQUAN7(1) DAUER_6_1V
I_DFZActual execution time I_DFZQUAN7(1) DAUER_6_1V
S_WTZTarget queue time S_WTZQUAN7(1) DAUER_6_1V
I_WTZActual queue time I_WTZQUAN7(1) DAUER_6_1V
WTZABQueue time deviation WTZABQUAN7(1) DAUER_6_1V
Z_TABDeviation from scheduled input date X_TABQUAN7(1) DAUER_6_1V
ZA_TABSchedule deviation: input date in relation to output date DZA_TABQUAN7(1) DAUER_6_1
A_TABDeviation in scheduled output date A_TABQUAN7(1) DAUER_6_1V
R_TABRelative schedule deviation R_TABQUAN7(1) DAUER_6_1V
GMNGATotal Delivered Lot Size MC_GMNGAQUAN15(3) MENGV15
MGVRGOperation quantity MC_MGVRGQUAN15(3) MENGV15
LMNGATotal quantity confirmed MC_LMNGAQUAN15(3) MENGV15
ABWMGQuantity Variance ABWMGQUAN15(3) MENG15
ASVRGOperation scrap MC_ASVRGQUAN15(3) MENGV15
XMNGATotal scrap quantity confirmed MC_XMNGAQUAN15(3) MENGV15
ABWASScrap Variance ABWASQUAN15(3) MENG15
KAPANAvailable capacity MC_KAPANQUAN7(1) DAUER_6_1
KSUMSTotal target capacity requirements MC_KSUMSQUAN7(1) DAUER_6_1V
KAPAZCapacity Load Utilization MC_KAPAZDEC4MENGEP4

Key field Non-key field



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

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

SELECT SINGLE *
FROM S024
INTO CORRESPONDING FIELDS OF WA_S024
WHERE...

How to access SAP table S024

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