LVVGC_V SAP (Generated Table for View LVVGC_V) Table View details

Dictionary Type: Table View
Description: Generated Table for View LVVGC_V




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




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

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

The LVVGC_V table consists of various fields, each holding specific information or linking keys about Generated Table for View LVVGC_V data available in SAP. These include LGNUM (Warehouse Number), TMUOM (Time Unit of Measure), CONDP (Condition Procedure), EXTTO (Automatic Exit from VAS After VAS Order Confirmation).. 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 LVVGC_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
LGNUMWarehouse Number LEINT_LGNUMCHAR3T300LGNUMLGNH_T300
TMUOMTime Unit of Measure LEINT_TMUOMUNIT3CUNITLEINT_MEINSLEINT_UOM_TIME_H
CONDPCondition Procedure LEINT_CONDPCHAR6T683KALSM
EXTTOAutomatic Exit from VAS After VAS Order Confirmation LXHME_EXTTOCHAR1XFELD
IVMVTTO Movement Type: Between Work Centers LEINT_IVMVTNUMC3T333BWLVS
FEMVTTO Movement Type: Work Center to Final Outbound Destination LEINT_FEMVTNUMC3T333BWLVS
FPMVTTO Movement Type: Work Center to Final Putaway Destination LEINT_FPMVTNUMC3T333BWLVS
FEMVTTRTO Move Type: Work Center to Final Outbound TR Destination LEINT_FEMVTRNUMC3T333BWLVS
RQTYPRequirement Type LEINT_BETYPCHAR1T308LVS_BETYP
POSTCVAS Posting Control for Goods Movement LXVAS_POSTCCHAR1LXVAS_POSTC
MAXDYMax.Days for Unprocess. VAS Order Status Before Alert LXVAS_MAXDYNUMC5NUMC

Key field Non-key field



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

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

SELECT SINGLE *
FROM LVVGC_V
INTO CORRESPONDING FIELDS OF WA_LVVGC_V
WHERE...

How to access SAP table LVVGC_V

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