MEPO1312 SAP (Item Details: Weight, Volume) Structure details

Dictionary Type: Structure
Description: Item Details: Weight, Volume




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




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

MEPO1312 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Item Details: Weight, Volume" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MEPO1312 TYPE MEPO1312.

The MEPO1312 table consists of various fields, each holding specific information or linking keys about Item Details: Weight, Volume data available in SAP. These include BRGEW (Gross Weight), GEWEI (Unit of Weight), VOLUM (Volume), VOLEH (Volume unit).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MEPO1312 structure 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
NTGEWNet Weight ENTGEQUAN13(3) MENG13
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIUnit of Weight EGEWEUNIT3T006CUNITMEINS
VOLUMVolume VOLUMQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
ANZPUNumber of Points ANZPUQUAN13(3) MENG13
PUNEIPoints unit PUNEIUNIT3T006CUNITMEINS
GEWEI2Unit of Weight EGEWEUNIT3T006CUNITMEINS
GEWEI3Unit of Weight EGEWEUNIT3T006CUNITMEINS
GEWEI4Unit of Weight EGEWEUNIT3T006CUNITMEINS
VOLEH2Volume unit VOLEHUNIT3T006CUNITMEINS
PUNEI2Points unit PUNEIUNIT3T006CUNITMEINS
NTGEW_GNet Weight of the Item NTGEW_APQUAN15(3) MENG15
BRGEW_GGross Weight of the Item BRGEW_APQUAN15(3) MENG15
VOLUM_GVolume of the item VOLUM_APQUAN15(3) MENG15
ANZPU_GNumber of points per purchase order item ANZPU_APQUAN15(3) MENG15
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
MEINS2Purchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
MEINS3Purchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
MEINS4Purchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP structure MEPO1312 using ABAP code?

As MEPO1312 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MEPO1312 as there is no data to select.

How to access SAP table MEPO1312

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