ANIA SAP (Depr. simulation for invest. projects) Table details

Dictionary Type: Table
Description: Depr. simulation for invest. projects




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




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

ANIA is a standard SAP Table which is used to store Depr. simulation for invest. projects data and is available within R/3 SAP systems depending on the version and release level.

The ANIA table consists of various fields, each holding specific information or linking keys about Depr. simulation for invest. projects data available in SAP. These include OBJNR (Object number), LFDNR (Sequence number), BUKRS (Company Code), ANLKL (Asset Class).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ANIA 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
LFDNRSequence number IM_LFDNRNUMC3NUMC3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
GEGSTTechnical asset number GEGSTCHAR8ALPHAGEGST
ANLARAsset types ANLARCHAR5CHAR5
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR
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
AKTIVPlanned capitalization date AM_AKTIVPDATS8DATUM
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
MSFAKMultiple-shift factor for multiple shift operation MSFAKDEC3(2) MSFAK
GPLABPlanned retirement date GPLABDATS8DATUM
CAUFNInternal order CAUFNCHAR12Assigned to domainALPHAAUFNR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFPRDist.perc.rate for cost ctr./class/start-up date IM_AUFPRDEC5(2) DEC3_2
GSBERBusiness area for dep. simulation IM_GSBERCHAR4TGSBGSBERGSB
AQZIFEquivalence number for distrib. of deprec.simulation values IM_AQZIFDEC10AQZIF
BETRGAmount for depreciation simulation distribution IMA_BETRGCURR15(2) WERTV8
XUNVLCorrective maintenance indicator for deprec. simulation IMA_XUNVLCHAR1XFELD
PS_PSP_PNR2WBS Element (Costs) PS_PSP_PNR2NUMC8Assigned to domainABPSPPS_POSNR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM ANIA
INTO CORRESPONDING FIELDS OF WA_ANIA
WHERE...

How to access SAP table ANIA

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