ENT5360 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5360 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 ENT5360 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WERKS (Plant), LGORT (Storage Location), BLDAT (Document Date in Document), BUDAT (Posting Date in the Document).. 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 ENT5360 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
VGARTTransaction/Event Type VGARTCHAR2T158VVGART
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
GIDATPlanned date of inventory count GIDATDATS8DATUM
ZLDATDate of last count DZLDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
IBLNRPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
SPERRPosting block due to physical inventory ISPERCHAR1XFELD
ZSTATStatus of count DZSTATCHAR1ZSTAT
DSTATStatus of adjustment posting (inventory differences) DSTATCHAR1DSTAT
XBLNIReference Number for Physical Inventory XBLNI1CHAR16XBLNR1
USNAMUser name USNAMCHAR12XUBNAMEUSR

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5360
INTO CORRESPONDING FIELDS OF WA_ENT5360
WHERE...

How to access SAP table ENT5360

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