MEV_S_WL_COMMON_DATA SAP (Period-end valuation: Organizational Data) Structure details

Dictionary Type: Structure
Description: Period-end valuation: Organizational Data




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




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

MEV_S_WL_COMMON_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: Organizational 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_MEV_S_WL_COMMON_DATA TYPE MEV_S_WL_COMMON_DATA.

The MEV_S_WL_COMMON_DATA table consists of various fields, each holding specific information or linking keys about Period-end valuation: Organizational Data data available in SAP. These include BUKRS (Company Code), MATNR (Material Number), MATKL (Material Group), CHARG (Batch 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: Can be enhanced (character-type or numeric)


SAP MEV_S_WL_COMMON_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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ANTICIP_AMOUNTAnticipated Final Invoice Item Amount MEV_ANTICIPATED_AMOUNTCURR15(2) WERT8
POSTED_AMOUNTAmount Posted by GR or Provisional/Differential Invoice MEV_POSTED_AMOUNTCURR15(2) WERT8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANTICIP_QUANTITYAnticipated Final Invoice Item Quantity MEV_ANTICIPATED_QUANTITYQUAN13(3) MENG13
POSTED_QUANTITYQuantity Posted by Goods Movement or Prov. / Diff. Invoice MEV_POSTED_QUANTITYQUAN13(3) MENG13
ORDER_UOMOrder Unit of Measure MEV_ORDER_UOMUNIT3Assigned to domainCUNITMEINS
GUID_TEXTGUID for SAPScript Text MEV_TEXT_GUIDCHAR32SYSUUID_C32
NOT_EFFECTIVEValuation Result/Accrual Doc. Item without Accr. Posting MEV_ITEM_NOT_EFFECTIVECHAR1XFELD
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
OBJ_ITEM_HLCommodity Management: High Level Number of Object Item CMM_OBJ_ITEM_HIGH_LEVELNUMC6CMM_OBJ_ITEM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG

Key field Non-key field



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

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

How to access SAP table MEV_S_WL_COMMON_DATA

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