MMPURPA_ORDITM_STY SAP (Vendor Confirmation in IDoc: PO Item Data) Structure details

Dictionary Type: Structure
Description: Vendor Confirmation in IDoc: PO Item Data




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




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

MMPURPA_ORDITM_STY 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 "Vendor Confirmation in IDoc: PO Item Data" 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_MMPURPA_ORDITM_STY TYPE MMPURPA_ORDITM_STY.

The MMPURPA_ORDITM_STY table consists of various fields, each holding specific information or linking keys about Vendor Confirmation in IDoc: PO Item Data data available in SAP. These include EBELP (Item Number of Purchasing Document), LOEKZ (Deletion Indicator in Purchasing Document), MATNR (Material Number), TXZ01 (Short Text).. 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 MMPURPA_ORDITM_STY 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TXZ01Short Text TXZ01CHAR40TEXT40
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
IDNLFOVendor's Old Material Number MMPURPA_IDNLFO_TYCHAR35IDNEX
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
NETPRDNet Price in Output Format MMPURPA_NETPRD_TYCHAR14CHAR14
PEINBPrice Unit EPEINDEC5DEC5
BPRMBPrice Unit of Measure EDI6411_BCHAR3EDIF6411
WAERBCurrency EDI6345_ACHAR3EDIF6345
NETPROOld Net Price MMPURPA_NETPRO_TYCURR11(2) WERT11
NETPRODOld Net Price in Output Format MMPURPA_NETPROD_TYCHAR14CHAR14
PEINHPrice Unit EPEINDEC5DEC5
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
QTYDPurchase Order Quantity in Output Format MMPURPA_QTYD_TYCHAR17CHAR17
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QTYCNFQty Confirmed via Order Acknowledgments MMPURPA_QTYCNF_TYQUAN13(3) MENGE
QTYCNFDQty Confirmed via Order Acknowledgments in Output Format MMPURPA_QTYCNFD_TYCHAR17CHAR17
MEINBUnit of measure EDI_MENEECHAR3CHAR3
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK

Key field Non-key field



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

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

How to access SAP table MMPURPA_ORDITM_STY

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