MDR1OUTALLOWEDQTUNIT SAP (Allowed Logistics Unit of Measure for a Material) Structure details

Dictionary Type: Structure
Description: Allowed Logistics Unit of Measure for a Material




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




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

MDR1OUTALLOWEDQTUNIT 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 "Allowed Logistics Unit of Measure for a Material" 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_MDR1OUTALLOWEDQTUNIT TYPE MDR1OUTALLOWEDQTUNIT.

The MDR1OUTALLOWEDQTUNIT table consists of various fields, each holding specific information or linking keys about Allowed Logistics Unit of Measure for a Material data available in SAP. These include MEINH (Alternative Unit of Measure for Stockkeeping Unit), FLAGSIQTUNIT (Marker for a valid SI unit of a material without MARM entry), ADDKO (Additive constant for conversion to SI unit), DIMID (Dimension key).. 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 MDR1OUTALLOWEDQTUNIT 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINHAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
FLAGSIQTUNITMarker for a valid SI unit of a material without MARM entry MDR1SIQTUNITCHAR1CHAR1_X
ADDKOAdditive constant for conversion to SI unit ADDKODEC9(6) ADDKO
DIMIDDimension key DIMIDCHAR6Assigned to domainDIMID
UMREZCounter for Conversion to Base UoM (Packed Number) MDR1UMREZPACKDEC30(14) MDR1PACK16DEC14
UMRENDenominator for Converting to Base UoM (Packed Number) MDR1UMRENPACKDEC30(14) MDR1PACK16DEC14
UMREZFCounter for Converting to Base UoM (Floating Pt No. Display) MDR1UMREZFLTPFLTP16(16) MDR1FLTP
UMRENFDenominator for Converting to Base UoM(Floating Pt No. Dis.) MDR1UMRENFLTPFLTP16(16) MDR1FLTP
MSSIESI unit MSSIEUNIT3Assigned to domainCUNITMEINS
ZAEHLNumerator for conversion to SI unit DZAEHLINT410
NENNRDenominator for conversion into SI unit NENNRINT410
FLAGDEFQTUNITDetermination of/Marker for Default Unit MDR1DEFQTUNITCHAR1CHAR1_X
FLAGVENQTUNITDetermination of/Marker for Allowed Vendor Unit MDR1VENQTUNITCHAR1CHAR1_X
FLAGBUYQTUNITDetermination of/Marker for Allowed Recipient Unit MDR1BUYQTUNITCHAR1CHAR1_X
FLAGALLQTUNITDetermination of/marker for allowed logistics units MDR1ALLQTUNITCHAR1CHAR1_X
MSEHLUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table MDR1OUTALLOWEDQTUNIT

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