MVER_UEB SAP (Field TRANC Added to MVER) Structure details

Dictionary Type: Structure
Description: Field TRANC Added to MVER




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




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

MVER_UEB 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 "Field TRANC Added to MVER" 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_MVER_UEB TYPE MVER_UEB.

The MVER_UEB table consists of various fields, each holding specific information or linking keys about Field TRANC Added to MVER data available in SAP. These include MANDT (Client), MATNR (Material Number), WERKS (Plant), GJAHR (Fiscal Year).. 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: Not classified


SAP MVER_UEB 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4MARCWERKSWRKH_T001W_C
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
ZAHLRNumber of follow-on records in Table MVER DZAHLRNUMC2NUMC2
GSV01Total consumption GSVBRQUAN13(3) MENGV13
GSV02Total consumption GSVBRQUAN13(3) MENGV13
GSV03Total consumption GSVBRQUAN13(3) MENGV13
GSV04Total consumption GSVBRQUAN13(3) MENGV13
GSV05Total consumption GSVBRQUAN13(3) MENGV13
GSV06Total consumption GSVBRQUAN13(3) MENGV13
GSV07Total consumption GSVBRQUAN13(3) MENGV13
GSV08Total consumption GSVBRQUAN13(3) MENGV13
GSV09Total consumption GSVBRQUAN13(3) MENGV13
GSV10Total consumption GSVBRQUAN13(3) MENGV13
GSV11Total consumption GSVBRQUAN13(3) MENGV13
GSV12Total consumption GSVBRQUAN13(3) MENGV13
GSV13Total consumption GSVBRQUAN13(3) MENGV13
UNV01Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV02Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV03Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV04Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV05Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV06Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV07Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV08Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV09Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV10Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV11Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV12Unplanned consumption UNVBRQUAN13(3) MENGV13
UNV13Unplanned consumption UNVBRQUAN13(3) MENGV13
MGV01Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV02Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV03Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV04Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV05Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV06Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV07Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV08Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV09Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV10Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV11Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV12Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MGV13Manually corrected total consumption MGVBRQUAN13(3) MENGV13
MUV01Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV02Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV03Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV04Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV05Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV06Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV07Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV08Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV09Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV10Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV11Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV12Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
MUV13Manually corrected unplanned consumption MUVBRQUAN13(3) MENGV13
TRANCTransaction counter for data transfer TRANSCOUNTNUMC10NUMC10
D_INDWhich number within a transaction must be reset? M_DELINDNUMC10NUMC10

Key field Non-key field



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

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

How to access SAP table MVER_UEB

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