MDR1INSINGLEROUND SAP (Input Parameter for Rounding) Structure details

Dictionary Type: Structure
Description: Input Parameter for Rounding




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




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

MDR1INSINGLEROUND 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 "Input Parameter for Rounding" 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_MDR1INSINGLEROUND TYPE MDR1INSINGLEROUND.

The MDR1INSINGLEROUND table consists of various fields, each holding specific information or linking keys about Input Parameter for Rounding data available in SAP. These include MATNR (Material Number), MENGE (Unrounded Input Quantity), MEINH (Unit of Measure for Unrounded Input Quantity), UMREZ (Conversion Counter for UoM Inpur).. 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 MDR1INSINGLEROUND 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
OPCODEInternal Data Element SYINPUTCHAR1SYCHAR01
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MENGEUnrounded Input Quantity MDR1MENGEDEC30(14) MDR1PACK16DEC14
MEINHUnit of Measure for Unrounded Input Quantity MDR1MEINHUNIT3Assigned to domainCUNITMEINS
UMREZConversion Counter for UoM Inpur MDR1UMREZMEINHDEC30(14) MDR1PACK16DEC14
UMRENConversion Denominator for UoM Input MDR1UMRENMEINHDEC30(14) MDR1PACK16DEC14
NO_MIN_MAX_CHECKNo Min. or Max. Check MDR1NOMINMAXCHECKCHAR1CHAR1_X
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KMEINHContract UoM MDR1KMEINHUNIT3Assigned to domainCUNITMEINS
KUMREZConversion Counter for Contract UoM MDR1KUMREZDEC30(14) MDR1PACK16DEC14
KUMRENConversion Denominator for Contract UoM MDR1KUMRENDEC30(14) MDR1PACK16DEC14
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WERKS_KREDSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SDMEINHDifferent SD Unit of Measure MDR1SDMEINHUNIT3Assigned to domainCUNITMEINS
SDUMREZDifferent Conversion Counter for SD Unit of Measure MDR1SDUMREZDEC30(14) MDR1PACK16DEC14
SDUMRENDifferent Conversion Denominator for SD Unit of Measure MDR1SDUMRENDEC30(14) MDR1PACK16DEC14
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
KUNNRCustomer number KUNNR_VCHAR10Assigned to domainALPHAKUNNRKUN
INFLSRead customer-material info record ? INFLSCHAR1XFELD
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
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
RDPR 0
MANDTClient MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
RDZAELevel in the rounding profile RDZAENUMC6NUMC6
BDMNGThreshold value for the rounding profile BEDMGQUAN13(3) MENG13
VORMGRounding value according to rounding profile VORMGQUAN13(3) MENG13
RDMPORounding off method for rounding up/down items RDMPOCHAR1RDMPO
RDRGLRounding rule RDRGLCHAR2Assigned to domainRDRGL
CHKMELIIndicator: check allowed unit of measure for vendor CHKMELICHAR1XFLAG
CHKMEKUIndicator: Check allowed unit of measure for recipient CHKMEKUCHAR1XFLAG
MAXQTMaximum quantity MDR1MAXQTDEC30(14) MDR1PACK16DEC14
MINQTMinimum quantity MDR1MINQTDEC30(14) MDR1PACK16DEC14
MAMIQTUNITUnit of Measure for Minimum and Maximum Quantity MDR1MAMIQTUNITUNIT3Assigned to domainCUNITMEINS
MAMIUMREZCounter for Converting MinMaxUoM to Base UoM MDR1MAMIUMREZDEC30(14) MDR1PACK16DEC14
MAMIUMRENDenominator for Converting MinMaxUoM to Base UoM MDR1MAMIUMRENDEC30(14) MDR1PACK16DEC14
INTVENDIndicates internal vendor MDR1INTVENDCHAR1MDR1INTVEND
VABMEVariable Purchase Order Unit Active VABMECHAR1VABME
BSTRFRounding value for purchase order quantity BSTRFQUAN13(3) MENG13
VAVMEVariable Sales Unit Not Allowed VAVMECHAR1XFELD
SCMNGDelivery unit SCHRTQUAN13(3) MENG13
SCHMEUnit of measure of delivery unit SCHMEUNIT3Assigned to domainCUNITMEINS
SCHMEUMREZCounter for Converting Delivery Unit to Base UoM MDR1SCHMEUMREZDEC30(14) MDR1PACK16DEC14
SCHMEUMRENDenominator for Converting Delivery Unit to Base UoM MDR1SCHMEUMRENDEC30(14) MDR1PACK16DEC14
SIMUROUNDINGIndicator: Rounding Simulation is Being Executed MDR1SIMUROUNDINGCHAR1CHAR1_X
RAPPLCalling Application for Rounding LUMERRAPPLCHAR2LUMERRAPPL
MANDTClient MANDTCLNT3T000MANDT
CPROFControl Profile for Quantity Optimizing LUMERCPROFCHAR4Assigned to domainLUMERCPROF
RVALUInclude Rounding Values LUMERRVALUCHAR1CHAR1_X
RDYNAInclude Dynamic Rounding Profiles LUMERRDYNACHAR1CHAR1_X
RSTATInclude Static Rounding Profiles LUMERRSTATCHAR1CHAR1_X
RMAMIAdjust Rounding Quantity to Minimum and Maximum Quantity LUMERRMAMICHAR1CHAR1_X
RCHALUMCheck Allowed Logistics Units of Measure LUMERRCHALUMCHAR1CHAR1_X
RVALDECInclusion of Valid Decimal Points LUMERRVALDECCHAR1CHAR1_X
PURPARDetermine Rounding Parameter for Purchasing LUMERRPURPARCHAR1LUMERRPURPAR
RLEAVESales Order: Cancel Rounding if There is no Profile LUMERRLEAVECHAR1CHAR1_X
RAUFABInclude Markup/down Profiles LUMERRAUFABCHAR1CHAR1_X
.INCLU--AP 0
RMUFSD_WADDONRead Unit of Issue in Sales Order LUMERRMUFSD_WADDONCHAR1CHAR1_X
TCODETransaction Code for Calling Application LUMERTCODECHAR20Assigned to domainTCODE

Key field Non-key field



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

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

How to access SAP table MDR1INSINGLEROUND

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