ENT3008 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT3008 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 ENT3008 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ANLKL (Asset Class), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created), AENAM (Name of Person Who Changed 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 ENT3008 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
ANLKLAsset Class ANLKLCHAR8ALPHAANLKLANKSH_ANLKA
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged on AEDAT_ANLADATS8DATUM
XLOEVInd.: Asseet class marked for deletion XLOEV_ANKACHAR1XFELD
XSPEAIndicator: Asset class is blocked XSPEA_ANKACHAR1XFELD
XOPVWAsset under construct. with line item settlement OPVWACHAR1XFELD
NUMKRNumber range NUMKRCHAR2CHAR2
KTOGRAccount determination KTOGRCHAR8T095AALPHAKTOGR
ANKARLayout set name for asset history ANKARCHAR16TDFORMNEW
FELEIScreen layout for Asset Accounting FELEICHAR4T082AFELEI
BEGRUAuthorization Group BEGRUCHAR4BEGRU
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6LSTARLARLART_EMPTY
ANEQKIndicator: Historical management ANEQKNUMC1ANEQK
ANEQSCompleteness indicator for the asset ANEQSNUMC1ANEQS
MACKZMatchcode indicator MACKZCHAR1MACKZ
LAND1Asset's country of origin AM_LAND1CHAR3T005LAND1
LIFNRAccount number of vendor (other key word) AM_LIFNRCHAR10LFA1ALPHALIFNRLIF
LIEFEName of asset supplier LIEFECHAR30TEXT30
ANLUEAsset super number ANLUECHAR12T087UANLUEH_T087U
EIGKZProperty indicator EIGKZCHAR1T097EIGKZ
VMGLIProperty classification key VMGLICHAR4T092ALPHAVMGLI
XVRMWManual net worth tax value XVRMWCHAR1XFELD
INVSLInvestment support key INVSLCHAR2INVSL
ORD41Evaluation group 1 ORD41CHAR4T087ORD4X
ORD42Evaluation group 2 ORD42CHAR4T087ORD4X
ORD43Evaluation group 3 ORD43CHAR4T087ORD4X
ORD44Evaluation group 4 ORD44CHAR4T087ORD4X
IZWEKReason for investment IZWEKCHAR2T087IIZWEK
HERSTManufacturer of asset HERSTCHAR30TEXT30
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
FEINSArea unit FEINSUNIT3T006CUNITMEINSFEH
INKENInventory indicator INKENCHAR1XFELD
FIAMTLocal tax office FIAMTCHAR25TEXT25
STADTMunicipality ORT01_ANLACHAR25TEXT25
ANLTPAsset Category ANLTPNUMC1ANLTP
XUNTVExternal/internal asset subnumber assignment XUNTVCHAR1XFELD
XAKTIVIndicator: Capitalize fixed asset XAKTIVCHAR1XFELD
LEAFILeasing company LEAFICHAR10ALPHALIFNR
LEJARLength of lease in years LEJARNUMC3JARAF
LEPERLength of lease in periods LEPERNUMC3PERAF
LRYTHLease payment cycle LRYTHNUMC3PERAF
LMZINLeasing monthly interest rate (Capital Lease) LMZINDEC7(4) AFPROZ
LEANZNumber of lease payments LEANZDEC5DEC5
LETXTLeasing data text LETXTCHAR50TEXT50
AIMMOIndicator: real estate AIMMONUMC1AIMMO
GDLGRPEvaluation group 5 GDLGRPCHAR8T087GGDLGRP
XERWRTIndicator: Ignore memo value XERWRTCHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TXK20Short Text for Asset Class Name TXT20_ANKTCHAR20TEXT20
TXK50Asset class description TXT50_ANKTCHAR50TEXT50
TXT50Asset description TXA50_ANLTCHAR50TEXT50
TXA50Asset description TXA50_ANLTCHAR50TEXT50
XLTXIDIndicator: Long text active XLTXIDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT3008
INTO CORRESPONDING FIELDS OF WA_ENT3008
WHERE...

How to access SAP table ENT3008

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