/MIVE/S_ERPMAT_MAT SAP (ERP Material Header structure) Structure details

Dictionary Type: Structure
Description: ERP Material Header structure




ABAP Code to SELECT data from /MIVE/S_ERPMAT_MAT
Related tables to /MIVE/S_ERPMAT_MAT
Access table /MIVE/S_ERPMAT_MAT




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

/MIVE/S_ERPMAT_MAT 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 "ERP Material Header structure" 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_/MIVE/S_ERPMAT_MAT TYPE /MIVE/S_ERPMAT_MAT.

The /MIVE/S_ERPMAT_MAT table consists of various fields, each holding specific information or linking keys about ERP Material Header structure data available in SAP. These include MATERIAL (ERP Material material number (external)), MATL_DESC (ERP Material material description), BASE_UOM (ERP Material base unit of material), BASE_UOM_DESC (ERP Material base unit of material (external)).. 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 /MIVE/S_ERPMAT_MAT 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
MATERIAL_KEYERP Material material number /MIVE/ERPMAT_MATKEYCHAR18Assigned to domainMATN1MATNR
MATERIALERP Material material number (external) /MIVE/ERPMAT_MATNOCHAR18Assigned to domainMATN1MATNR
MATL_DESCERP Material material description /MIVE/ERPMAT_DESCRIPTIONCHAR40TEXT40
BASE_UOMERP Material base unit of material /MIVE/ERPMAT_BUOMUNIT3
BASE_UOM_DESCERP Material base unit of material (external) /MIVE/ERPMAT_BUOM_DESCCHAR30TEXT30
MATL_GROUP_DESCERP MAterial material group description /MIVE/ERPMAT_MATGRP_DESCCHAR20TEXT20
WEIGHT_UNITERP Material weight unit of measure (internal) /MIVE/ERPMAT_WEIGHT_UOMUNIT3Assigned to domainCUNITMEINS
GROSS_WEIGHT_FORMATTEDERP Material gross weight (external) /MIVE/ERPMAT_GRWEIGHT_FORMATCHAR80CHAR80
NET_WEIGHT_FORMATTEDERP Material net weight (external) /MIVE/ERPMAT_NTWEIGHT_FORMATCHAR80CHAR80
VOLUME_UNITERP Material volume unit of measure (internal) /MIVE/ERPMAT_VOLUME_UOMUNIT3Assigned to domainCUNITMEINS
VOLUME_FORMATTEDERP Material volume (external) /MIVE/ERPMAT_VOLUME_FORMATCHAR80CHAR80
BASE_PRICE_FORMATTEDERP Material base price (external) /MIVE/ERPMAT_PRICE_FORMATCHAR40CHAR40
SIZE_DIMERP Material size/dim /MIVE/ERPMAT_SIZEDIMCHAR32CHAR32
EAN_UPCERP Material EAN/UPC /MIVE/ERPMAT_EAN_UPCCHAR18EAN11EAN11
EAN_CATEGORY_DESCERP Material EAN category (external) /MIVE/ERPMAT_EAN_CAT_DESCCHAR40CHAR40
IMAGE_CONTENTERP Material image binary content /MIVE/ERPMAT_IMAGERSTR0

Key field Non-key field



How do I retrieve data from SAP structure /MIVE/S_ERPMAT_MAT using ABAP code?

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

How to access SAP table /MIVE/S_ERPMAT_MAT

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