S052 SAP (Means of transportation) Table details

Dictionary Type: Table
Description: Means of transportation




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




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

S052 is a standard SAP Table which is used to store Means of transportation data and is available within R/3 SAP systems depending on the version and release level.

The S052 table consists of various fields, each holding specific information or linking keys about Means of transportation 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 S052 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
TPLSTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
SHTYPShipment type SHTYPCHAR4TVTKSHTYPTSH
VHILM_VELIS: Highest shipping element in transport VHILM_VETCHAR18MARAMATN1MATNR
ROUTEShipment route ROUTRCHAR6TVROROUTEVMTR
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
STAGEWWeight unit for statistics update STAGEWUNIT3T006CUNITMEINS
STAVOLVolume unit for statistics update STAVOLUNIT3T006CUNITMEINS
STADISDistance unit for statistics update STADISUNIT3T006CUNITMEINS
ANZHVTIS: Number of main shipping units in the shipment MC_ANZHVDEC9MCZAEHLER
ANZTPTIS: No. of shipments MC_ANZTPDEC9MCZAEHLER
ANZTPLFTIS: Number of deliveries in the shipment MC_ANZTPLFDEC9MCZAEHLER
BRGEW_VELIS: Gross weight of all main shipping units in shipment BRGEW_VETQUAN15(3) MENG15
NTGEW_VELIS: Net weight of all main shipping units in shipment NTGEW_VETQUAN15(3) MENG15
TARAG_VELIS: Tare weight of all main shipping units in shipment TARAG_VETQUAN15(3) MENG15
MAGEW_VELIS: Max. freight weight of all main shipping units in shpmt MAGEW_VETQUAN15(3) MENG15
BRVOL_VELIS: Gross volume of all main shipping units in shipment BRVOL_VETQUAN15(3) MENG15
NTVOL_VELIS: Net volume of all main shipping units in shipment NTVOL_VETQUAN15(3) MENG15
TAVOL_VELIS: Tare volume of all main shipping units in shipment TAVOL_VETQUAN15(3) MENG15
MAVOL_VELIS: Max. freight volume of all main shipping units in shpmt MAVOL_VETQUAN15(3) MENG15
PRGEW_TOTTotal weight utilization as a percentage PRGEW_TOTDEC10DEC_10
PRVOL_TOTUtilization percentage: volume PRVOL_TOTDEC10DEC_10
BRGEWKTIS: Sum of the delivery gross weights in shipment MC_TPBRGEWQUAN15(3) MENGV15_3
VOLUMKTIS: sum of the delivery volumes in a shipment MC_TPVOLUMQUAN15(3) MENGV15_3
NTGEWKTIS: sum of the delivery net weights in the shipment MC_TPNTGEWQUAN15(3) MENGV15_3
DISTZKTIS: Sum of distances in the shipment MC_TPDISTZQUAN15(3) MENGV15_3
DURLPTIS: planned shipment loading time MC_TPDURLDPDEC11TDURMTDURAMIN
DURLATIS: actual shipment loading time MC_TPDURLDADEC11TDURMTDURAMIN
LATELTIS: Amount of time the planned loading time was exceeded MC_TPDURLDUDEC11TDURMTDURAMIN
DURTPTIS: planned shipment duration MC_TPDURTPPDEC11TDURMTDURAMIN
DURTATIS: actual shipment duration MC_TPDURTPADEC11TDURMTDURAMIN
LATETTIS: Amount of time the planned shipment time was exceeded MC_TPDURTPUDEC11TDURMTDURAMIN
TPAVGLDAAverage actual loading time for a shipment MC_TPAVGLDADEC11TDURMTDURAMIN
TPAVGLDPAverage planned loading time for a shipment MC_TPAVGLDPDEC11TDURMTDURAMIN
TPAVGLDUAverage time the planned shipment loading time was exceeded MC_TPAVGLDUDEC11TDURMTDURAMIN
TPAVGTPAAverage actual shipment duration MC_TPAVGTPADEC11TDURMTDURAMIN
TPAVGTPPAverage planned shipment duration MC_TPAVGTPPDEC11TDURMTDURAMIN
TPAVGTPUAverage time the planned shipment time was exceeded MC_TPAVGTPUDEC11TDURMTDURAMIN
AUSLG_VEUtilization percentage: Weight PRGEW_CAPDDEC3DEC3
AUSLV_VEUtilization percentage: volume PRVOL_CAPDDEC3DEC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM S052
INTO CORRESPONDING FIELDS OF WA_S052
WHERE...

How to access SAP table S052

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