S032 SAP (Statistics: Current Stock and Grouping Terms) Table details

Dictionary Type: Table
Description: Statistics: Current Stock and Grouping Terms




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




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

S032 is a standard SAP Table which is used to store Statistics: Current Stock and Grouping Terms data and is available within R/3 SAP systems depending on the version and release level.

The S032 table consists of various fields, each holding specific information or linking keys about Statistics: Current Stock and Grouping Terms data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), WERKS (Plant), LGORT (Storage Location).. 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 S032 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VWDATPointer to administrative data VWDATNUMC10VWDAT
BASMEBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
HWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
DISMMMRP Type DISMMCHAR2T438ADISMM
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
MBWBESTQuantity of valuated stock MBWBESTQUAN15(3) MENGV15
WBWBESTValue of valuated stock WBWBESTCURR15(2) WERT15
MKOBESTQuantity of consignment stock MKOBESTQUAN15(3) MENGV15
LETZTZUGDate: Last Receipt LETZTZUGDATS8DATS
LETZTABGDate: last (i.e. most recent) goods issue LETZTABGDATS8DATS
LETZTVERDate: last (i.e. most recent) consumption LETZTVERDATS8DATS
LETZTBEWDate: last (i.e. most recent) goods movement LETZTBEWDATS8DATS
EISBESafety stock MC_EISBEQUAN15(3) MENGV15
BKLASValuation Class BKLASCHAR4T025BKLAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM S032
INTO CORRESPONDING FIELDS OF WA_S032
WHERE...

How to access SAP table S032

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