MDUB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MDUB is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The MDUB table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MATNR (Material Number), RESWK (Supplying (Issuing) Plant in Stock Transport Order), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document).. 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: Not classified


SAP MDUB table view 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
WERKSPlant EWERKCHAR4T001WWERKSWRK
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1SOBKZ
ETENRDelivery Schedule Line Counter EETENNUMC4EETEN
EINDTItem Delivery Date EINDTDATS8DATUM
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
SERNRBOM explosion number SERNRCHAR8SERNR
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
DAT01Committed Date DAT05DATS8DATUM
GLMNGQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
EGLKZ'Outward Delivery Completed' Indicator EGLKZCHAR1XFELD
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
ETFZ1Firm Zone (Go-Ahead for Production) ETFZ1DEC3PACK2
ETFZ2Trade-Off Zone (Go-Ahead for Materials Procurement) ETFZ2DEC3PACK2
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
FIXKZSchedule Line is 'Fixed' ETFIXCHAR1XFELD
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
RETPOReturns Item RETPOCHAR1XFELD
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
STAPOItem is statistical STAPOCHAR1XFELD
KZFIXFirm/Trade-Off Zones Binding with Regard to Mat. Planning MRPRECHAR1KZFIX
BERIDMRP Area BERIDCHAR10MDLVBERIDBERID
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4T001LLGORT
CHARGBatch Number CHARG_DCHAR10CHARGCHA
UPTYPSubitem Category, Purchasing Document UPTYPCHAR1TMSI1UPTYP
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10LFA1ALPHALIFNR
LBLKZSubcontracting vendor LBLKZCHAR1XFELD
FLS_RSTOStore Return with Inbound and Outbound Delivery FLS_RSTOCHAR1XFELD
BSTAEConfirmation Control Key BSTAECHAR4T163LBSTAE
FIXMGDelivery Date and Quantity Fixed ME_FIXMGCHAR1ME_FIXMG
SPE_INSMK_SRCStock Type of Source Storage Location in STO /SPE/INSMK_SRCCHAR1INSMK

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDUB
INTO CORRESPONDING FIELDS OF WA_MDUB
WHERE...

How to access SAP table MDUB

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