BIW_ME_VME SAP (Extract Structure for Info Record BW) Structure details

Dictionary Type: Structure
Description: Extract Structure for Info Record BW




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




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

BIW_ME_VME 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 "Extract Structure for Info Record BW" 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_BIW_ME_VME TYPE BIW_ME_VME.

The BIW_ME_VME table consists of various fields, each holding specific information or linking keys about Extract Structure for Info Record BW data available in SAP. These include LOEKZ (Purchasing info: General data flagged for deletion), ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object), EKORG (Purchasing Organization).. 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 BIW_ME_VME 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
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
LOEKZPurchasing info: General data flagged for deletion ILOEACHAR1XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LOEKZEPurch. info: Purch. organization data flagged for deletion ILOEECHAR1XFELD
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BONUSIndicator: Volume-Based Rebate WRBONCHAR1XFELD
MGBONIndicator: Quantity-Based Volume Rebate MGBONCHAR1XFELD
MINBMMinimum Purchase Order Quantity MINBMQUAN13(3) MENG13
NORBMStandard Purchase Order Quantity NORBMQUAN13(3) MENG13
APLFZPlanned Delivery Time in Days PLIFZDEC3DEC3
UEBTOOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
ANGNRQuotation Number ANGNRCHAR10ANGNR
ANGDTQuotation Validity Date ANGDTDATS8DATUM
ANFNRRFQ Number ANFNRCHAR10Assigned to domainALPHAEBELNANF
ANFPSItem Number of RFQ ANFPSNUMC5Assigned to domainEBELP
ABSKZRejection Indicator ABSKZCHAR1XFELD
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
DATLBDate of Last PO or Sched. Agreement Document in Info Record DATLBDATS8DATUM
NETPRNet Price in Purchasing Info Record IPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
PRDATDate of Price Determination PREDTDATS8DATUM
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
MTXNOMaterial Master Record PO Text Not Relevant MTXNOCHAR1XFELD
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
EFFPREffective Price in Purchasing Info Record EFFPRCURR11(2) WERT11
EKKOLCondition Group with Vendor EKKOGCHAR4CHAR4
SKTOFItem Does Not Qualify for Cash Discount ESKTOFCHAR1XFELD
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
EBONUSettlement Group 1 (Purchasing) EBONUCHAR2EBONU
EVERSShipping Instructions EVERSCHAR2Assigned to domainEVERS
EXPRFExport/Import Procedure for Foreign Trade EXPRFCHAR8Assigned to domainEXPRF
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
MEPRFPrice Determination (Pricing) Date Control MEPRFCHAR1MEPRF
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
XERSNNo Evaluated Receipt Settlement (ERS) XERSNCHAR1XFELD
EBON2Settlement Group 2 (Rebate Settlement, Purchasing) EBON2CHAR2EBONU
EBON3Settlement Group 3 (Rebate Settlement, Purchasing) EBON3CHAR2EBONU
EBONFItem Not Relevant to Subseq. (Period-End Rebate) Settlement EBONFCHAR1XFELD
MHDRZMinimum Remaining Shelf Life MHDRZDEC4DEC4
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
MEGRUUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU

Key field Non-key field



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

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

How to access SAP table BIW_ME_VME

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