ANKB SAP (Asset class: depreciation area) Table details

Dictionary Type: Table
Description: Asset class: depreciation area




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




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

ANKB is a standard SAP Table which is used to store Asset class: depreciation area data and is available within R/3 SAP systems depending on the version and release level.

The ANKB table consists of various fields, each holding specific information or linking keys about Asset class: depreciation area 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ANKB table 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 MANDTCLNT3Assigned to domainMANDT
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
ANLGRGroup asset ANLGRCHAR12ANLHALPHAANLN1AN1
J_1AARVKEYRevaluation Key J_1AARVKEYCHAR4J_1AAA2J_1AARVKEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM ANKB
INTO CORRESPONDING FIELDS OF WA_ANKB
WHERE...

How to access SAP table ANKB

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