MDLA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MDLA 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 MDLA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ETENS (Sequential Number of Vendor Confirmation), MATNR (Material Number).. 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 MDLA 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EBELPBSP
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4T001WWERKSWRK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
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
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRConsumption Posting KZVBRCHAR1KZVBR
EINDTDelivery Date of Vendor Confirmation BBEINDATS8DATUM
UZEITDelivery Date Time-Spot in Vendor Confirmation BBUZETIMS6UZEIT
MENGEQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
ESTKZCreation Indicator: Vendor Confirmation BBESTCHAR1BBEST
KZDISIndicator: Confirmation is Relevant to Materials Planning KZDISCHAR1XFELD
BBLOEVendor confirmation deletion indicator BBLOECHAR1ELOEK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10LFA1ALPHALIFNR
LBLKZSubcontracting vendor LBLKZCHAR1XFELD
STATURFQ status ASTATCHAR1ASTAT
BERIDMRP Area BERIDCHAR10MDLVBERIDBERID
ARSNRSettlement reservation number ARSNRNUMC10MDNUM
ARSPSItem number of the settlement reservation ARSPSNUMC4RSPOS
INSMKStock Type INSMKCHAR1INSMK
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4T001LLGORT
CHARGBatch Number CHARG_DCHAR10CHARGCHA
UPTYPSubitem Category, Purchasing Document UPTYPCHAR1TMSI1UPTYP
FLS_RSTOStore Return with Inbound and Outbound Delivery FLS_RSTOCHAR1XFELD
ITCONSReal-Time Consumption Posting of Subcontracting Components ME_IR_CO_ORDERCHAR1XFELD
STAPOItem is statistical STAPOCHAR1XFELD
IMWRKDelivery has Status 'In Plant' IMWRKCHAR1XFELD
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDLA
INTO CORRESPONDING FIELDS OF WA_MDLA
WHERE...

How to access SAP table MDLA

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