MMPURUI_VNDCNF_POS_STY SAP (Vendor Confirmation Item for Output) Structure details

Dictionary Type: Structure
Description: Vendor Confirmation Item for Output




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




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

MMPURUI_VNDCNF_POS_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 Item for Output" 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_MMPURUI_VNDCNF_POS_STY TYPE MMPURUI_VNDCNF_POS_STY.

The MMPURUI_VNDCNF_POS_STY table consists of various fields, each holding specific information or linking keys about Vendor Confirmation Item for Output data available in SAP. These include EBELP (Item Number of Purchasing Document), MATNR (Material Number), IDNLF (Material Number Used by Vendor), IDNLFO (Vendor's Old 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: Cannot Be Enhanced


SAP MMPURUI_VNDCNF_POS_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
POS_SELECTEDCheckbox XFELDCHAR1XFELD
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
IDNLFOVendor's Old Material Number MMPURPA_IDNLFO_TYCHAR35IDNEX
NETPR_ORIG Net Price From Purchase Order Incl. Currency0
NETPR_CONF Confirmed Price Incl. Currency0
AMOUNT_ORIG PO Quantity Incl. Unit0
AMOUNT_CONF Confirmed Quantity Incl. Unit0
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MESSAGE Message Text of IDOC Item Check0
SELECTED_POPIN ID of Currently Selected Popin0
SCHED_CONF_TEXT Text of Schedule Line Comparison Link0
SCHED_TAB_HEADER Heading of Schedule Line Table0
CONF_TAB_HEADER Confirmation Table Heading0
SCHED_CONF_LINES Number of Lines in Scheduling Line Comparison Table0
SCHED_TAB_FIRST_ROW First Visible Line of Schedule Line Table0
CONF_TAB_FIRST_ROW First Visible Line of Confirmation Table0

Key field Non-key field



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

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

How to access SAP table MMPURUI_VNDCNF_POS_STY

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