ANKA SAP (Asset classes: general data) Table details

Dictionary Type: Table
Description: Asset classes: general data




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




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

ANKA is a standard SAP Table which is used to store Asset classes: general data data and is available within R/3 SAP systems depending on the version and release level.

The ANKA table consists of various fields, each holding specific information or linking keys about Asset classes: general data 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: 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)

Text table = ANKT


SAP ANKA 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 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 KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_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 INVSLCHAR2Assigned to domainINVSL
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 LEAFICHAR10Assigned to domainALPHALIFNR
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
XANLGRIndicator: asset class managed as group asset XANLGRCHAR1XFELD
XINVMAsset under Construction for Investment Measures IM_XINVMCHAR1XFELD
LEARTLeasing type LEARTCHAR2T083LLEASART
ABGSLCapitalization Key for Investment Measure IM_ABGR_SLCHAR6TKKAAABGR_SCHLACS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ANKA
INTO CORRESPONDING FIELDS OF WA_ANKA
WHERE...

How to access SAP table ANKA

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