BAPI_MARM_GA SAP (Units of Measure) Structure details

Dictionary Type: Structure
Description: Units of Measure




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




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

BAPI_MARM_GA 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_GA TYPE BAPI_MARM_GA.

The BAPI_MARM_GA 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: Cannot Be Enhanced


SAP BAPI_MARM_GA 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
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
INTERNAL_CHARInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
UOMSORTNUMBERUnit of measure sort number MESRTNUMC2NUM02
LEADINGUOMLeading batch-specific unit of measure XFHDWCHAR1XFELD
VALUEDUOMValuation based on the batch-specific unit of measure XBEWWCHAR1XFELD
CHAR_UNITUnit of Measurement of Characteristic MSEHI_WSUNIT3Assigned to domainCUNITMEINS
CHAR_UNIT_ISOLower-Level Unit of Measure in ISO Code MSEHI_ISOCHAR3Assigned to domainISOCD_UNIT
GTIN_VARIANTGlobal Trade Item Number Variant GTIN_VARIANTCHAR2GTIN_VARIANT
NET_WEIGHTNet Weight NTGEWQUAN13(3) MENG13
ME_ANZ_SUBNumber of Lower-Level Units of Measure MEANZSUBDEC8(3) MEANZSUB
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_GA using ABAP code?

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

How to access SAP table BAPI_MARM_GA

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