MMDA_PUR_S_PUR_O01 SAP (Purchase Order Items (Similar to DSO 0PUR_O01)) Structure details

Dictionary Type: Structure
Description: Purchase Order Items (Similar to DSO 0PUR_O01)




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




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

MMDA_PUR_S_PUR_O01 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 "Purchase Order Items (Similar to DSO 0PUR_O01)" 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_MMDA_PUR_S_PUR_O01 TYPE MMDA_PUR_S_PUR_O01.

The MMDA_PUR_S_PUR_O01 table consists of various fields, each holding specific information or linking keys about Purchase Order Items (Similar to DSO 0PUR_O01) data available in SAP. These include OI_EBELP (Item Number of Purchasing Document), COMPL_DEL ('Delivery Completed' Indicator), PCONF_QTY (Confirmed Quantity), PREQU_QTY (Desired Delivery Quantity).. 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 MMDA_PUR_S_PUR_O01 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
OI_EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
OI_EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
COMPL_DEL'Delivery Completed' Indicator ELIKZCHAR1XFELD
PCONF_QTYConfirmed Quantity PCONF_QTYQUAN15(3) MENGV15_3
PREQU_QTYDesired Delivery Quantity PREQU_QTYQUAN15(3) MENGV15_3
PDLV_QTYActual Quantity Delivered PDLV_QTYQUAN15(3) MENGV15_3
PDVQEYCRQuantity Delivered Early Accrding To Requested Delivery Date PDVQEYCRQUAN15(3) MENGV15_3
PDVQLECRQuantity Delivered Late According To Requested Delivery Date PDVQLECRQUAN15(3) MENGV15_3
ENTRY_DATEDate on which the purchasing document was entered MC_ERFDATDATS8DATUM
DOC_DATEPurchasing Document Date EBDATDATS8DATUM
PDVQEYSCQuantity Delivered Early According To Schedule Line Date PDVQEYSCQUAN15(3) MENGV15_3
PDVQLESCQuantity Delivered Late According To Schedule Line Date PDVQLESCQUAN15(3) MENGV15_3
PQCOASREQQuantity Confirmed As Requested PQCOASREQQUAN15(3) MENGV15_3
LOWR_BNDUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
UPPR_BNDOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
BND_INDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
NETPRICENet Price NETPRICECURR17(2) WERTV9
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PARTNERVendor to whom partner roles have been assigned PLIEFCHAR10Assigned to domainALPHALIFNR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
STOR_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SUPPLIERGoods supplier PWLIFCHAR10Assigned to domainALPHALIFNR
SUPPL_VENDSupplying Vendor LLIEFCHAR10Assigned to domainALPHALIFNRLLI
SUPP_PLANTSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
SUP_PLANTSupplying plant to which partner roles have been assigned PLIWKCHAR10Assigned to domainALPHALIFNR
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LOC_CURRCYLocal Currency HWAERCUKY5Assigned to domainWAERS
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
FISCVARNTFiscal year variant RSFISCVARCHAR2RSFISCVAR
PRICE_UNITPrice Unit PRICE_UNITDEC7(3) MMDA_PRICE_UNIT
ITEM_DELIndicator: Cancel Data Record ROCANCELCHAR1BOOLE
RECORDMODEBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

How to access SAP table MMDA_PUR_S_PUR_O01

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