LEINT_LVVOR_WCNTR SAP (VAS Order with work center details) Structure details

Dictionary Type: Structure
Description: VAS Order with work center details




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




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

LEINT_LVVOR_WCNTR 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 "VAS Order with work center details" 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_LEINT_LVVOR_WCNTR TYPE LEINT_LVVOR_WCNTR.

The LEINT_LVVOR_WCNTR table consists of various fields, each holding specific information or linking keys about VAS Order with work center details data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number), VORID (VAS Order), STORD (VAS Order Status).. 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 LEINT_LVVOR_WCNTR 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 MANDTCLNT3Assigned to domainMANDT
LGNUMWarehouse Number LEINT_LGNUMCHAR3Assigned to domainLGNUMLGNH_T300
VORIDVAS Order LXVAS_VORIDNUMC10NUMC10
STORDVAS Order Status LXVAS_STORDCHAR1LXVAS_STORD
PACKNRUnique Internal Packing Object Number LXHME_PACKNRCHAR22SYSUUID_22
WCSEQWork Center Sequence LXVAS_WCSEQNUMC5NUMC
ACTSQVAS Template Sequence LXVAS_ACTSQNUMC5NUMC05
BILLBBusiness Partner (Customer or Vendor) to be Billed LXVAS_BILLBCHAR10LXVAS_BILLBLEINT_DEBI
PACKING_STATIONName of Packing Station Profile HUM_PROFILECHAR20CHAR20
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4T001LLGORTLAG
STGE_TYPEStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
STGE_BINStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1

Key field Non-key field



How do I retrieve data from SAP structure LEINT_LVVOR_WCNTR using ABAP code?

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

How to access SAP table LEINT_LVVOR_WCNTR

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