ANKL SAP (Generation table for generating asset classes from accounts) Table details

Dictionary Type: Table
Description: Generation table for generating asset classes from accounts




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




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

ANKL is a standard SAP Table which is used to store Generation table for generating asset classes from accounts data and is available within R/3 SAP systems depending on the version and release level.

The ANKL table consists of various fields, each holding specific information or linking keys about Generation table for generating asset classes from accounts data available in SAP. These include KTOPL (Chart of Accounts), AFAPL (Chart of depreciaton for asset valuation), KTO_I (Account number), STAT_KTOGR (Processing status).. 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: Not classified


SAP ANKL 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 MANDTCLNT3T000MANDT
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
KTO_IAccount number KTNR_ICHAR10Assigned to domainALPHASAKNR
STAT_KTOGRProcessing status KZ_STATUSNUMC1KZ_STATUS
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR
KTGRTXDescription of account determination KTGRTXCHAR50TEXT50
KTANSWBal. sheet account: Acquisition and production costs KTANSWCHAR10SKA1ALPHASAKNR
KTNAFBAccumulated depreciation account for ordinary depreciation KTNAFBCHAR10SKA1ALPHASAKNR
KTNAFGExpense account for ordinary depreciation to book val. 0 KTNAFGCHAR10SKA1ALPHASAKNR
KTERLWClearing account for revenue from asset sale KTERLWCHAR10SKA1ALPHASAKNR
KTMINDG/L account for asset retirement loss KTMINDCHAR10SKA1ALPHASAKNR
KTMEHRG/L account: asset retirement gain KTMEHRCHAR10SKA1ALPHASAKNR
STAT_NRKRSProcessing status KZ_STATUSNUMC1KZ_STATUS
NRRANGENRNumber range number NRNRCHAR2CHAR2
FROMNUMBERFrom number NRFROMCHAR20CHAR20
TONUMBERTo number NRTOCHAR20CHAR20
EXTERNINDInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD
STAT_FELEIProcessing status KZ_STATUSNUMC1KZ_STATUS
FELEIScreen layout for Asset Accounting FELEICHAR4Assigned to domainFELEI
FELEITXT30Text TXT30CHAR30TEXT30
FKANN001Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN002Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN003Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN004Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN005Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN006Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN007Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN008Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN009Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN010Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN011Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN012Flag for structure FLG_FELEICHAR1FLG_FELEI
FKANN013Flag for structure FLG_FELEICHAR1FLG_FELEI
STAT_ANLKLProcessing status KZ_STATUSNUMC1KZ_STATUS
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
ANLKLTXT50Asset class description TXT50_ANKTCHAR50TEXT50
B1_AFASLDepreciation key AFASLCHAR4T090NAAFASLSH_AFASL
B1_NDJARPlanned useful life in years NDJARNUMC3JARAF
B2_AFASLDepreciation key AFASLCHAR4T090NAAFASLSH_AFASL
B2_NDJARPlanned useful life in years NDJARNUMC3JARAF
B2_WBINDIndex series for replacement values WBINDCHAR5T094AWBIND
TYP_ANLKLType of asset class TYP_ANLKLNUMC1TYP_ANLKL

Key field Non-key field



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

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

SELECT SINGLE *
FROM ANKL
INTO CORRESPONDING FIELDS OF WA_ANKL
WHERE...

How to access SAP table ANKL

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