ENT3011 SAP (Generated Table for View ENT3011) Table View details

Dictionary Type: Table View
Description: Generated Table for View ENT3011




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




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

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

The ENT3011 table consists of various fields, each holding specific information or linking keys about Generated Table for View ENT3011 data available in SAP. These include ANLKL (Asset Class), AFAPL (Chart of depreciaton for asset valuation), AFABE (Depreciation area real or derived), BDATU (Date validity ends).. 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 ENT3011 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 ANLKLCHAR8ANKAALPHAANLKLANKSH_ANLKA
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
AFABEDepreciation area real or derived AFABERNUMC2T093AFABE
BDATUDate validity ends BDATUDATS8DATUM
ADATUDate for beginning of validity ADATUDATS8DATUMADT
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
XSPEBIndicator: lock asset class (chart of depreciation-specif.) XSPEB_ANKBCHAR1XFELD
XLOEVIndicator: Class/area marked for deletion XLOEV_ANKBCHAR1XFELD
FELEIScreen layout for Asset Accounting FELEICHAR4T082AFELEI
KTOGRAccount determination KTOGRCHAR8T095AALPHAKTOGR
XNEGAIndicator: Negative values allowed XNEGACHAR1XFELD
XGWGKLow-value asset amount and quantity check XGWGKNUMC1XGWGK
MINDJMinimum useful life in years MINDJNUMC3JARAF
MINDPMinimum useful life in periods MINDPNUMC3PERAF
MAXDJMaximum useful life in years MAXDJNUMC3JARAF
MAXDPMaximum useful life in periods MAXDPNUMC3PERAF
INVSLInvestment support key INVSLCHAR2T085INVSL
AFASLDepreciation key AFASLCHAR4T090NAAFASLSH_AFASL
NDJARPlanned useful life in years NDJARNUMC3JARAF
NDPERPlanned useful life in periods NDPERNUMC3PERAF
NAPRZOrdinary depreciation percentage rate NAPRZDEC7(4) AFPROZ
SAPRZSpecial depreciation percentage rate SAPRZDEC7(4) AFPROZ
WBINDIndex series for replacement values WBINDCHAR5T094AWBIND
ALINDIndex series for replacement values by age ALINDCHAR5T094AWBIND
APROPVariable depreciation portion APROPDEC7(4) DEC3_4
XUNTAIndicator: Depreciate main asset number totally XUNTACHAR1XFELD
XAFBEIndicator: Depreciation area is deactivated XAFBECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT3011
INTO CORRESPONDING FIELDS OF WA_ENT3011
WHERE...

How to access SAP table ENT3011

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