MDR1INALLOWEDQTUNIT 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 MDR1INALLOWEDQTUNIT
Related tables to MDR1INALLOWEDQTUNIT
Access table MDR1INALLOWEDQTUNIT




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

MDR1INALLOWEDQTUNIT 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_MDR1INALLOWEDQTUNIT TYPE MDR1INALLOWEDQTUNIT.

The MDR1INALLOWEDQTUNIT 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 FLAGDEFQTUNIT (Determination of/Marker for Default Unit), FLAGVENQTUNIT (Determination of/Marker for Allowed Vendor Unit), FLAGBUYQTUNIT (Determination of/Marker for Allowed Recipient Unit), FLAGALLQTUNIT (Determination of/marker for allowed logistics units).. 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 MDR1INALLOWEDQTUNIT 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
APPVIEWApplication View MDR1APPVIEWCHAR2MDR1APPVIEW
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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
INTVENDIndicates internal vendor MDR1INTVENDCHAR1MDR1INTVEND
WERKS_KREDSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
INTCUSTIndicates internal customer MDR1INTCUSTCHAR1CHAR1_X
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
INFLSRead customer-material info record ? INFLSCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
DEFQTUNITDefault Unit of Measure Entered MDR1DEFAULTQTUNITUNIT3Assigned to domainCUNITMEINS
DEFUMREZCounter for Converting Default UoM to Base UoM MDR1DEFUMREZDEC30(14) MDR1PACK16DEC14
DEFUMRENDenominator for Converting Default UoM to Base UoM MDR1DEFUMRENDEC30(14) MDR1PACK16DEC14
VENUNITGRVendor Unit of Measure Group MDR1VENUNITGRCHAR4Assigned to domainMEGRU
BUYUNITGRRecipient Unit of Measure Group MDR1BUYUNITGRCHAR4Assigned to domainMEGRU
VABMEVariable Purchase Order Unit Active VABMECHAR1VABME
VAVMEVariable Sales Unit Not Allowed VAVMECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MDR1INALLOWEDQTUNIT

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