MAWEV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

MAWEV is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The MAWEV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MATNR (Material Number), WERKS (Plant), ALAND (Departure country (country from which the goods are sent)), TRAGR (Transportation Group).. 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 MAWEV table view 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 MATNRCHAR18MATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3T005LAND1VAL
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
DISMMMRP Type DISMMCHAR2T438ADISMM
ATPKZReplacement part ATPKZCHAR1ATPKZ
LADGRLoading Group LADGRCHAR4TLGRLADGR
VBAMGBase quantity for capacity planning in shipping VBAMGQUAN13(3) MENG13
VBEAZShipping processing time VBEAZDEC5(2) DEC3_2
VRVEZShipping setup time VRVEZDEC5(2) DEC3_2
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
MTVFPChecking Group for Availability Check MTVFPCHAR2TMVFMTVFP
BESKZProcurement Type BESKZCHAR1BESKZMBS
EISBESafety Stock EISBEQUAN13(3) MENG13
UMLMCStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
DZEITIn-house production time DZEITDEC3DEC3
BEARZProcessing time BEARZDEC5(2) DEC3_2
RUEZTSetup and teardown time RUEZTDEC5(2) DEC3_2
TRANZInteroperation time TRANZDEC5(2) DEC3_2
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
LVORMFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
MINBEReorder Point MINBEQUAN13(3) MENG13
STAWNCommodity Code/Import Code Number for Foreign Trade STAWNCHAR17T604STAWN
HERKLCountry of origin of the material HERKLCHAR3T005LAND1LND
HERKRRegion of origin of material (non-preferential origin) HERKRCHAR3T005SREGIO
MTVERExport/import material group MTVERCHAR4TVFMMTVER
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
MISKZMixed MRP indicator MISKZCHAR1MISKZ
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
DISGRMRP Group DISGRCHAR4T438MDISGR
DIBERIndicator: MRP area exists DIBERCHAR1XFELD
STRGRPlanning strategy group STRGRCHAR2T461PSTRGR
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
TAXM1Tax classification material TAKLMCHAR1TAXKM
TAXM2Tax classification material TAKLMCHAR1TAXKM
TAXM3Tax classification material TAKLMCHAR1TAXKM
TAXM4Tax classification material TAKLMCHAR1TAXKM
TAXM5Tax classification material TAKLMCHAR1TAXKM
TAXM6Tax classification material TAKLMCHAR1TAXKM
TAXM7Tax classification material TAKLMCHAR1TAXKM
TAXM8Tax classification material TAKLMCHAR1TAXKM
TAXM9Tax classification material TAKLMCHAR1TAXKM
SERNPSerial Number Profile SERAILCHAR4T377PSERAIL
STDPDConfigurable material STDPDCHAR18MARAMATN1MATNR
CUOBJInternal object number CUOBMNUMC18CUOBJ
VHARTPackaging Material Type VHIARTCHAR4TVTYTRATY
FUELGMaximum level (by volume) FUELGDEC3DEC3
STFAKStacking factor STFAKINT25INT2
MAGRVMaterial Group: Packaging Materials MAGRVCHAR4TVEGRMAGRV
KZUMWEnvironmentally Relevant KZUMWCHAR1XFELD
QMATVInspection Setup Exists for Material/Plant QMATVCHAR1XFELD
MFRGRMaterial freight group MFRGRCHAR8TMFGMFRGR
BASMGBase quantity BASMGQUAN13(3) MENG13
SERLVLevel of Explicitness for Serial Number SERLVCHAR1SERLV
KZWSMUnits of measure usage KZWSOCHAR1KZWSO
EPRIOStock determination group BF_GROUPCHAR4T434GBF_GROUP
KZEFFAssign effectivity parameter values/ override change numbers CC_MTEFFCHAR1XFELD
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
UCHKZIndicator for Original Batch Management UCHKZCHAR1UCHKZ

Key field Non-key field



How do I retrieve data from SAP table MAWEV using ABAP code

The following ABAP code Example will allow you to do a basic selection on MAWEV to SELECT all data from the table
DATA: WA_MAWEV TYPE MAWEV.

SELECT SINGLE *
FROM MAWEV
INTO CORRESPONDING FIELDS OF WA_MAWEV
WHERE...

How to access SAP table MAWEV

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