ENT5371 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5371 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 ENT5371 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 / Warehouse Complex), LQNUM (Quant), MATNR (Material Number), WERKS (Plant).. 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 ENT5371 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 MANDTCLNT3MANDT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
LQNUMQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10LAGPLGPLALGPLAG1
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
SKZUEBlocking indicator: for putaways (user) LQUA_SKZUECHAR1XFELD
SKZUABlocking Indicator: For Stock Removals (User) LQUA_SKZUACHAR1XFELD
SKZSEBlocking indicator: current placement into stock (system) LQUA_SKZSECHAR1XFELD
SKZSABlocking Indicator: Current Stock Removal (System) LQUA_SKZSACHAR1XFELD
SKZSIBlocking Indicator: Current Inventory (System) LQUA_SKZSICHAR1XFELD
SPGRUBlocking reason LVS_SPGRUCHAR1T330LVS_SPGRU
ZEUGNCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
BDATUDate of last movement LQUA_BDATUDATS8DATUM
BZEITTime of last movement LQUA_BZEITTIMS6UZEIT
BTANRDocument Number of Last Stock Change in Quant LQUA_BTANRNUMC10TANUM
BTAPSItem in transfer order of last stock transfer LQUA_BTAPSNUMC4TAPOS
EDATUDate of last placement into stock LQUA_EDATUDATS8DATUM
EZEITTime of last placement into stock LQUA_EZEITTIMS6UZEIT
ADATUDate of last stock removal LQUA_ADATUDATS8DATUM
AZEITTime of last stock removal LQUA_AZEITTIMS6UZEIT
ZDATUDate of last addition to existing stock LQUA_ZDATUDATS8DATUM
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
WENUMGoods Receipt Number LVS_WENUMCHAR10ALPHABELNR
WEPOSGoods receipt item LVS_WEPOSNUMC4MBLPO
LETYPStorage Unit Type LVS_LETYPCHAR3T307LVS_LETYP
MEINSBase Unit of Measure MEINSUNIT3CUNITMEINS
GESMETotal Quantity LQUA_GESMEQUAN13(3) MENSH
VERMEAvailable stock LQUA_VERMEQUAN13(3) MENSH
EINMEStock for putaway LQUA_EINMEQUAN13(3) MENSH
AUSMEQuantity to remove LQUA_AUSMEQUAN13(3) MENSH
MGEWIWeight of material LQUA_MGEWIDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3CUNITMEINS
TBNUMTransfer Requirement Number TBNUMNUMC10TBNUMTBN
IVNUMNumber of system inventory record LVS_IVNUMCHAR10ALPHABELNRIVN
IVPOSItem number in inventory document LVS_IVPOSNUMC4LVS_IVPOS
BETYPRequirement Type LVS_BETYPCHAR1LVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5371
INTO CORRESPONDING FIELDS OF WA_ENT5371
WHERE...

How to access SAP table ENT5371

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