T090 SAP (Depreciation calculation keys) Table details

Dictionary Type: Table
Description: Depreciation calculation keys




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




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

T090 is a standard SAP Table which is used to store Depreciation calculation keys data and is available within R/3 SAP systems depending on the version and release level.

The T090 table consists of various fields, each holding specific information or linking keys about Depreciation calculation keys data available in SAP. These include AFARSL (Internal calculation key for depreciation and interest), GBEGIN (Start of Validity Period), AFATYP (Depreciation type), XAFAUT (Automatic calculation of depreciation or interest).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T090S


SAP T090 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
AFARSLInternal calculation key for depreciation and interest AFARSL_OLDCHAR4Assigned to domainAFARSL
GBEGINStart of Validity Period GBEGINCHAR1GBEGIN
AFATYPDepreciation type AFATYPCHAR1AFATYP
XAFAUTAutomatic calculation of depreciation or interest XAFAUTCHAR1XFELD
DEGFAKDeclining-balance multiplication factor DEGFAKDEC3(2) DEC1_2
MAXPRZMaximum percentage rate MAXPRZDEC7(4) AFPROZ
MINPRZMinimum percentage rate MINPRZDEC7(4) AFPROZ
UMAFSLCalculation key after changeover UMAFSLCHAR4T090AFARSL
UMRPRZNet book value percentage rate for depreciation changeover UMRPRZDEC3(1) DEC2_1
XSTILLCalculate shutdown XSTILLCHAR1XFELD
XENDAUDepreciation after end of planned life XENDAUCHAR1XFELD
XUNTNLCalculation of depreciation below net book value zero XUNTNLCHAR1XFELD
XEFDAUDepreciation with expired effective life XEFDAUCHAR1XFELD
PERBZUPeriod control: Acquisition PERBZUCHAR2T090RPERBSL
PERBNAPeriod control: Acquisition in the following year PERBNACHAR2T090RPERBSL
PERBABPeriod control: Retirement PERBABCHAR2T090RPERBSL
PERBUMPeriod control : Transfer PERBUMCHAR2T090RPERBSL
XDAILYDepreciation calculation to exact day XDAILYCHAR1XFELD
XLIFECReduce useful life to the end of fiscal year XLIFECCHAR1XFELD
XAFNAHDepreciation levels by fiscal years and periods XAFNAHCHAR1XFELD
XBZDATInd.: Calculate depreciation from the asset value date XBZDATCHAR1XFELD
UMSTMChangeover method UMSTMCHAR1UMSTM
AFACLAOrdinary depreciation classification AFACLACHAR1AFACLA
AFAMETDepreciation calculation method AFAMETCHAR1AFAMET
XRAFADo not reduce depreciation in shortened fiscal year XRAFACHAR1XFELD
MSFAKREffects of multiple shifts in depreciation key MSFAKRCHAR1MSFAKR
SCHROTTEffect of scrap value on the base value AA_SCHROTTNUMC1AA_SCHROTT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T090
INTO CORRESPONDING FIELDS OF WA_T090
WHERE...

How to access SAP table T090

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