ANIB SAP (Investment projects depr. simulation depr. areas) Table details

Dictionary Type: Table
Description: Investment projects depr. simulation depr. areas




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




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

ANIB is a standard SAP Table which is used to store Investment projects depr. simulation depr. areas data and is available within R/3 SAP systems depending on the version and release level.

The ANIB table consists of various fields, each holding specific information or linking keys about Investment projects depr. simulation depr. areas data available in SAP. These include OBJNR (Object number), LFDNR (Sequence number), AFABE (Real depreciation area), AFABG (Depreciation calculation start date).. 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: Not classified


SAP ANIB 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
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
LFDNRSequence number IM_LFDNRNUMC3NUMC3
AFABEReal depreciation area AFABE_DNUMC2T093AFABEAFB
AFABGDepreciation calculation start date AFABGDATS8DATUM
ZINBGStart date for interest calculation DZINBGDATS8DATUM
SAFBGStart date for special depreciation SAFBGDATS8DATUM
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
UMJARDepreciation key for the changeover year UMJARNUMC4GJAHRGJAHR
SCHRWAsset scrap value SCHRWCURR13(2) ANLKWERT
IVZPRInvestment Portion as Percent AM_IVPRZDEC3DEC03

Key field Non-key field



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

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

SELECT SINGLE *
FROM ANIB
INTO CORRESPONDING FIELDS OF WA_ANIB
WHERE...

How to access SAP table ANIB

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