BAPI_MARM SAP (Units of Measure) Structure details

Dictionary Type: Structure
Description: Units of Measure




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




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

BAPI_MARM 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 "Units of Measure" 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_BAPI_MARM TYPE BAPI_MARM.

The BAPI_MARM table consists of various fields, each holding specific information or linking keys about Units of Measure data available in SAP. These include ALT_UNIT_ISO (Alternative unit of measure to stockkeeping unit in ISO code), NUMERATOR (Numerator for Conversion to Base Units of Measure), DENOMINATR (Denominator for conversion to base units of measure), EAN_UPC (International Article Number (EAN/UPC)).. 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 BAPI_MARM 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
ALT_UNITAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
ALT_UNIT_ISOAlternative unit of measure to stockkeeping unit in ISO code LRMEI_ISOCHAR3Assigned to domainISOCD_UNIT
NUMERATORNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
DENOMINATRDenominator for conversion to base units of measure UMRENDEC5UMBSN
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
EAN_CATCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
LENGTHLength LAENGQUAN13(3) MENG13
WIDTHWidth BREITQUAN13(3) MENG13
HEIGHTHeight HOEHEQUAN13(3) MENG13
UNIT_DIMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
UNIT_DIM_ISOUnit for length/breadth/height in ISO code MEABM_ISOCHAR3Assigned to domainISOCD_UNIT
VOLUMEVolume VOLUMQUAN13(3) MENG13
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VOLUMEUNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3Assigned to domainISOCD_UNIT
GROSS_WTGross Weight BRGEWQUAN13(3) MENG13
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
UNIT_OF_WT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3Assigned to domainISOCD_UNIT
DEL_FLAGDelete Data Record (in Repeat Tables) DELETE_FLAGCHAR1XFELD
SUB_UOMLower-Level Unit of Measure in a Packing Hierarchy MESUBUNIT3Assigned to domainCUNITMEINS
SUB_UOM_ISOLower-Level Unit of Measure in ISO Code MESUB_ISOCHAR3Assigned to domainISOCD_UNIT
GTIN_VARIANTGlobal Trade Item Number Variant GTIN_VARIANTCHAR2GTIN_VARIANT
NESTING_FACTORRemaining Volume after Nesting (in Percentage) CIFNESTFTRDEC3DEC3
MAXIMUM_STACKINGMaximum Stacking Factor CIFMXSTACKINT13INT1
CAPACITY_USAGECapacity Usage CIFCAPAUSEDEC15(3) DEC15_3
EWM_CW_UOM_TYPEEWM-CW: Category of Unit of Measure DE_EWMTY2TQCHAR1DO_EWMTY2TQ

Key field Non-key field



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

As BAPI_MARM 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 BAPI_MARM as there is no data to select.

How to access SAP table BAPI_MARM

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