S152 SAP (W&S: Rough Workload Estimate - Goods Issue) Table details

Dictionary Type: Table
Description: W&S: Rough Workload Estimate - Goods Issue




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




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

S152 is a standard SAP Table which is used to store W&S: Rough Workload Estimate - Goods Issue data and is available within R/3 SAP systems depending on the version and release level.

The S152 table consists of various fields, each holding specific information or linking keys about W&S: Rough Workload Estimate - Goods Issue 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 S152 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
WARTYPGoods category (promotional goods or normal goods) MCL_WARTYPCHAR1MCL_WARTYPVLW
BELTYPDocument category: rough workload estimate MCL_BELTYPCHAR3MCL_BELTYPVLT
PLGTYPPlanned picking storage type MCL_PLGTYPCHAR3T301LGTYPLGT
PKOBERPlanned picking area MCL_PKOBERCHAR3T30AKOBER
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
METYPUnit-of-measure load category according to workload criteria METYPCHAR1TMETMEITYVLY
VHARTPackaging Material Type Rough Workload Estimate MCL_VHARTLCHAR4TVTYTRATY
TIMELTime slot: Rough workload forecast MCL_TIMELCHAR4TC37AKAPTPROG
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
GEWEHWeight unit: Rough Workload Estimate and picking waves MCL_GEWEHUNIT3T006CUNITMEINS
VOLEHVolume unit: Rough Workload Estimate and picking waves MCL_VOLEHUNIT3T006CUNITMEINS
METYP_EQuantity for unit-of-measure load category + MCL_METYPEDEC15(3) DEC15_3
METYP_RQuantity for UoM handling group MCL_METYPRDEC15(3) DEC15_3
METYP_DQuantity for unit-of-measure load category MCL_METYPDDEC15(3) DEC15_3
MEGEW_EWeight for quantity + MCL_MEGEWEQUAN15(3) MENG8
MEGEW_RWeight for quantity - MCL_MEGEWRQUAN15(3) MENG8
MEGEW_DWeight for quantity MCL_MEGEWDQUAN15(3) MENG8
MEVOL_EVolume for quantity + MCL_MEVOLEQUAN15(3) MENG8
MEVOL_RVolume for quantity - MCL_MEVOLRQUAN15(3) MENG8
MEVOL_DVolume for quantity MCL_MEVOLDQUAN15(3) MENG8
BZEIT_EProcessing time+ for quantity in hours MCL_BZEITEDEC17(5) DEC17_5
BZEIT_RProcessing time- for quantity in hours MCL_BZEITRDEC17(5) DEC17_5
BZEIT_DProcessing time for quantity in hours MCL_BZEITDDEC17(5) DEC17_5
VHART_EPackaging Materials for Packaging Material Type + MCL_VHARTEDEC15(3) DEC15_3
VHART_RPackaging Materials for Packaging Material Type MCL_VHARTRDEC15(3) DEC15_3
VHART_DPackaging Materials for Packaging Material Type MCL_VHARTDDEC15(3) DEC15_3
ANZBP_ENumber of document items/schedule lines + MCL_ANZBPEINT410MCZAEHLINT
ANZBP_RNumber of document items/schedule lines - MCL_ANZBPRINT410MCZAEHLINT
ANZBP_DNumber of document items/schedule lines MCL_ANZBPDINT410MCZAEHLINT
VZTTGWarehouse process MCL_VZTTGCHAR1MCL_VZTTGVLP
BELNRLLast document number for database record RWE MCL_BELNRLCHAR10CHAR10
BELPSLLast document item for RWE database record MCL_BELPSLCHAR6CHAR6

Key field Non-key field



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

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

SELECT SINGLE *
FROM S152
INTO CORRESPONDING FIELDS OF WA_S152
WHERE...

How to access SAP table S152

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