TXI_T090 SAP (Depreciation calculation keys) Structure details

Dictionary Type: Structure
Description: Depreciation calculation keys




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




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

TXI_T090 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Depreciation calculation keys" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_T090 TYPE TXI_T090.

The TXI_T090 table consists of various fields, each holding specific information or linking keys about Depreciation calculation keys data available in SAP. These include MANDT (Client), AFARSL (Internal calculation key for depreciation and interest), GBEGIN (Start of Validity Period), AFATYP (Depreciation type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_T090 structure 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 structure TXI_T090 using ABAP code?

As TXI_T090 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_T090 as there is no data to select.

How to access SAP table TXI_T090

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