MEV_S_AD_ITEM_MM_WORK_DATA SAP (Period-End Valuation: Work Structure for MEV_D_AD_ITEM_MM) Structure details

Dictionary Type: Structure
Description: Period-End Valuation: Work Structure for MEV_D_AD_ITEM_MM




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




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

MEV_S_AD_ITEM_MM_WORK_DATA 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 "Period-End Valuation: Work Structure for MEV_D_AD_ITEM_MM" 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_MEV_S_AD_ITEM_MM_WORK_DATA TYPE MEV_S_AD_ITEM_MM_WORK_DATA.

The MEV_S_AD_ITEM_MM_WORK_DATA table consists of various fields, each holding specific information or linking keys about Period-End Valuation: Work Structure for MEV_D_AD_ITEM_MM data available in SAP. These include EKORG (Purchasing Organization), EKGRP (Purchasing Group), LIFNR (Account Number of Vendor or Creditor), WEMNG (Quantity of Goods Received).. 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 (Deep)


SAP MEV_S_AD_ITEM_MM_WORK_DATA 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
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
BPWEMGoods Receipt Quantity in Purchase Order Price Unit BPWEMQUAN13(3) MENG13
WEWWRValue of goods received in foreign currency WEWWRCURR13(2) WERT7
WEWRTValue of goods received in local currency WEWRTCURR13(2) WERT7
REMNGQuantity invoiced REMNGQUAN13(3) MENG13
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7
AREWWClearing value on GR/IR clearing account (transac. currency) AREWWCURR13(2) WERT7
REEWRInvoice Value Entered (in Local Currency) REEWRCURR13(2) WRTV7
AREWRGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
WEBUDPosting Date in the Document BUDATDATS8DATUM
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WWERTTranslation Date WWERT_DDATS8DATUM
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
OPEN_GRIR_AMOUNTOpen Amount on GR/IR Clearing Account MEV_OPEN_GRIR_AMOUNTCURR15(2) WERT8
OPEN_GRIR_AMOUNT_LCOpen GR/IR Amount in Local Currency MEV_OPEN_GRIR_AMOUNT_LCCURR15(2) WERT8
NAME1Name 1 NAME1_GPCHAR35NAME

Key field Non-key field



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

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

How to access SAP table MEV_S_AD_ITEM_MM_WORK_DATA

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