LVVGC SAP (Value-Added Services (VAS) general customization) Table details

Dictionary Type: Table
Description: Value-Added Services (VAS) general customization




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




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

LVVGC is a standard SAP Table which is used to store Value-Added Services (VAS) general customization data and is available within R/3 SAP systems depending on the version and release level.

The LVVGC table consists of various fields, each holding specific information or linking keys about Value-Added Services (VAS) general customization data available in SAP. These include LGNUM (Warehouse Number), TMUOM (Time Unit of Measure), CONDP (Condition Procedure), PUTTO (Call TO Transaction for Putaway).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LVVGC table 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_TMUOMUNIT3Assigned to domainCUNITLEINT_MEINSLEINT_UOM_TIME_H
CONDPCondition Procedure LEINT_CONDPCHAR6T683KALSM
PUTTOCall TO Transaction for Putaway LXHME_TOPUTCHAR1XFELD
PLNVOCreate VAS Order on TO Creation LXHME_PLNDCCHAR1XFELD
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
FEMVTTRTO Move Type: Work Center to Final Outbound TR Destination LEINT_FEMVTRNUMC3T333BWLVS
FPMVTTO Movement Type: Work Center to Final Putaway Destination LEINT_FPMVTNUMC3T333BWLVS
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 using ABAP code

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

SELECT SINGLE *
FROM LVVGC
INTO CORRESPONDING FIELDS OF WA_LVVGC
WHERE...

How to access SAP table LVVGC

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