EIDEMAPUNIT SAP (Allocation of Units of Measurement) Table details

Dictionary Type: Table
Description: Allocation of Units of Measurement




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




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

EIDEMAPUNIT is a standard SAP Table which is used to store Allocation of Units of Measurement data and is available within R/3 SAP systems depending on the version and release level.

The EIDEMAPUNIT table consists of various fields, each holding specific information or linking keys about Allocation of Units of Measurement data available in SAP. These include IDOC_UNIT (IDoc- Unit of Measurement), BLIWIRK (Reactive, apparent, or active registers), MASSREAD (Unit of measurement for meter reading), PROCESSTYPE (Processing Control for Aggregation).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = EIDEMAPUNITT


SAP EIDEMAPUNIT 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
IDOC_UNITIDoc- Unit of Measurement IDOC_UNITCHAR3
BLIWIRKReactive, apparent, or active registers BLIWIRKNUMC2BLIWIRK
MASSREADUnit of measurement for meter reading E_MASSREADUNIT3T006CUNITMEINS
PROCESSTYPEProcessing Control for Aggregation PROCESSTYPE_IDECHAR2PROCESSTYPE_IDE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EIDEMAPUNIT
INTO CORRESPONDING FIELDS OF WA_EIDEMAPUNIT
WHERE...

How to access SAP table EIDEMAPUNIT

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