LVVWC SAP (VAS work center determination) Table details

Dictionary Type: Table
Description: VAS work center determination




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




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

LVVWC is a standard SAP Table which is used to store VAS work center determination data and is available within R/3 SAP systems depending on the version and release level.

The LVVWC table consists of various fields, each holding specific information or linking keys about VAS work center determination data available in SAP. These include LGNUM (Warehouse Number), WRKST (Work Center), PACKNR (Unique Internal Packing Object Number), PIID (VAS Template).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LVVWC 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
WRKSTWork Center LXHME_WRKSTCHAR20HUPAST_TCHAR20LEINT_HUPAST_T_H
PACKNRUnique Internal Packing Object Number LXHME_PACKNRCHAR22SYSUUID_22
PIIDVAS Template LEINT_PIIDCHAR20ALPHAPL_EXIDVLEINT_PACK_INSTR
WCPRTWork Center Priority LXVAS_WCPRTNUMC2NUMC2
ENABLEnable LXHME_ENRECCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM LVVWC
INTO CORRESPONDING FIELDS OF WA_LVVWC
WHERE...

How to access SAP table LVVWC

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