LVVGC_S SAP (General VAS customization) Structure details

Dictionary Type: Structure
Description: General VAS customization




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




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

LVVGC_S 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 "General VAS customization" 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_LVVGC_S TYPE LVVGC_S.

The LVVGC_S table consists of various fields, each holding specific information or linking keys about General VAS customization data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number), TMUOM (Time Unit of Measure), CONDP (Condition Procedure).. 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: Can be enhanced (character-type or numeric)


SAP LVVGC_S 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
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 structure LVVGC_S using ABAP code?

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

How to access SAP table LVVGC_S

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