LEINT_WCNTR_PACK SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The LEINT_WCNTR_PACK table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LGNUM (Warehouse Number), WRKST (Work Center), WCPRT (Work Center Priority), POBJID (Identification number of packing object).. 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 LEINT_WCNTR_PACK 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
WRKSTWork Center LXHME_WRKSTCHAR20HUPAST_TCHAR20LEINT_HUPAST_T_H
WCPRTWork Center Priority LXVAS_WCPRTNUMC2NUMC2
POBJIDIdentification number of packing object PL_POBJIDCHAR20ALPHAPL_EXIDV
PACKNRUnique internal packing object number PL_PACKNRCHAR22SYSUUID_22
LGNUM_PACKIWarehouse Number LEINT_LGNUMCHAR3T300LGNUMLGNH_T300
STDTMVAS Standard Duration LXVAS_STDTMNUMC5NUM05
VTMRTVAS Template Rating LXVAS_VTMRTNUMC5NUMC5
EXEMTVAS Execution Method LXVAS_EXEMTCHAR10LXVAS_EXEMT
ACTSQVAS Template Sequence LXVAS_ACTSQNUMC5NUMC05
STGE_TYPEStorage Type LGTYPCHAR3LGTYPLGTH_T301
STGE_BINStorage Bin LGPLACHAR10LGPLALGPLAG1
WCSEQWork Center Sequence LXVAS_WCSEQNUMC5NUMC
HDCOUNTInternal Counter PL_CIM_COUNTNUMC8CIM_COUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM LEINT_WCNTR_PACK
INTO CORRESPONDING FIELDS OF WA_LEINT_WCNTR_PACK
WHERE...

How to access SAP table LEINT_WCNTR_PACK

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