J_7LIZMV_V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

J_7LIZMV_V 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 J_7LIZMV_V 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), VARIANTE (Variant of Article), BUKRS (Company Code), LAND1 (Country Key).. 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 J_7LIZMV_V 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 MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VARIANTEVariant of Article J_7LAVARIANTECHAR18J_7LVARIANTE
BUKRSCompany Code BUKRSCHAR4J_7LM03BUKRSBUKC_T001
LAND1Country Key LAND1CHAR3J_7LM03LAND1LND
VRKMESales unit VRKMEUNIT3J_7LM03CUNITMEINS
VRPNRPackaging J_7LVRPCHAR18J_7LV01MATN1MATNRJ6L
VVARIANTEVariant of Packaging J_7LVVARIANTECHAR18J_7LV01J_7LVARIANTE
DATBIValid To Date DATBIDATS8DATUM
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MATNRMMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MEINHAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3T006CUNITMEINS
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MTYPArticle Category J_7LRMTYPCHAR1J_7LRMTYP
MERELDerivation of Sales Units for REA Article J_7LMERELCHAR1J_7LMEREL
VRSIOVersion J_7LVRSCHAR6CHAR6
VPGRPPackaging Group J_7LVPGRPCHAR6J_7LV04J_7LRVPGRP
DATABValid-From Date DATABDATS8DATUM
KPEINNumber of Sales Units in Packaging Bill of Material J_7LRKPEINDEC5KPEIN
FMEINSComponent unit of measure KMPMEUNIT3T006CUNITMEINS
FMENGComponent quantity KMPMGQUAN13(3) MENGV13
VPEBENEPackaging Level J_7LVEBENENUMC2J_7LC20J_7LVEBENE
VERSCHNITTRemnants J_7LVRSCHNDEC5(2) KKA_PROZ
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MAKTGMaterial description in upper case for matchcodes MAKTGCHAR40CHAR40
LVORMADMDeletion Indicator LVORMCHAR1XFELD
VPTYPPackaging Class J_7LVPTYPCHAR1J_7LRVTYP
VPARTGPackaging Type Weight-Dependent Fee J_7LVPARTGNUMC2J_7LC17J_7LRVPART
VPARTSPackaging Type Item-Dependent Fee J_7LVPARTSNUMC2J_7LC17J_7LRVPART
TRENNKZIndicator for Packaging Separability J_7LVTRNKZCHAR1J_7LVTRNKZ
VPFORMTYPPackaging Form Type J_7LVFORMTCHAR1J_7LVFORMT
MUSTERVRPNRREA Packaging Master: Assigned Model Packaging J_7LMSTVRPCHAR18J_7LV01MATN1MATNR
GMENGQuantity Limit J_7LRGMENGQUAN13(3) MENGE
MEVWXInd.: Reference UoM for All Non-Defined UoMs for Article J_7LMEVWXCHAR1XFELD
LAENGZLength LAENGQUAN13(3) MENG13
BREITZWidth BREITQUAN13(3) MENG13
HOEHEZHeight HOEHEQUAN13(3) MENG13
MEABMZUnit of Dimension for Length/Width/Height MEABMUNIT3T006CUNITMEINS
NTGEWZNet Weight NTGEWQUAN13(3) MENG13
GEWEIZWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
FMENGZComponent quantity KMPMGQUAN13(3) MENGV13
MEINSZComponent unit of measure KMPMEUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_7LIZMV_V
INTO CORRESPONDING FIELDS OF WA_J_7LIZMV_V
WHERE...

How to access SAP table J_7LIZMV_V

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