TXI_T095 SAP (Balance sheet accounts for depreciation areas) Structure details

Dictionary Type: Structure
Description: Balance sheet accounts for depreciation areas




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




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

TXI_T095 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 "Balance sheet accounts for depreciation areas" 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_T095 TYPE TXI_T095.

The TXI_T095 table consists of various fields, each holding specific information or linking keys about Balance sheet accounts for depreciation areas data available in SAP. These include MANDT (Client), KTOPL (Chart of Accounts), KTOGR (Account determination), AFABE (Real depreciation area).. 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_T095 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
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
KTOGRAccount determination KTOGRCHAR8T095AALPHAKTOGR
AFABEReal depreciation area AFABE_DNUMC2T093AFABEAFB
KTANSWBal. sheet account: Acquisition and production costs KTANSWCHAR10SKA1ALPHASAKNR
KTANZAG/L account:down payments KTANZACHAR10SKA1ALPHASAKNR
KTERLWClearing account for revenue from asset sale KTERLWCHAR10SKA1ALPHASAKNR
KTMEHRG/L account: asset retirement gain KTMEHRCHAR10SKA1ALPHASAKNR
KTMAHKAcct:Gain from asset retirement over APC (curr. not used) KTMAHKCHAR10SKA1ALPHASAKNR
KTMINDG/L account for asset retirement loss KTMINDCHAR10SKA1ALPHASAKNR
KTRESTG/L account for net book value when scrapped KTRESTCHAR10SKA1ALPHASAKNR
KTAPFGG/L account:Decimals from asset acquisition: not used KTADECCHAR10SKA1ALPHASAKNR
KTAUFWReconciliation account: Revaluation KTAUFWCHAR10SKA1ALPHASAKNR
KTAUFGOffsetting account for revaluation KTAUFGCHAR10SKA1ALPHASAKNR
KTANSGContra account: Acquisition value posting KTANSGCHAR10SKA1ALPHASAKNR
KTANZGContra account: Down payment posting KTANZGCHAR10SKA1ALPHASAKNR
KTVBABClearing acct.revenue from sale to affiliated company KTVBABCHAR10SKA1ALPHASAKNR
KTVZUClearing acct: Acquisition from affiliated company KTVBZUCHAR10SKA1ALPHASAKNR
KTVIZUClearing account for allocation of investment support KTVIZUCHAR10SKA1ALPHASAKNR
KTRIZUClearing account for repaying investment support KTVRIZCHAR10SKA1ALPHASAKNR
KTARIZExpense account:Repayment of investment support KTARIZCHAR10SKA1ALPHASAKNR
KTVERKG/L acct for costs of sale KTVERKCHAR10Assigned to domainALPHASAKNR
KTCOABCost element for settlement of asset u. cons. to CO objects KTCOABCHAR10SKA1ALPHASAKNR
KTENAKRevenue account for post-capitaliz. of asset KTENAKCHAR10SKA1ALPHASAKNR
KTNAIBAccount for capitalization differences/nonoperating expense KTNAIBCHAR10SKA1ALPHASAKNR

Key field Non-key field



How do I retrieve data from SAP structure TXI_T095 using ABAP code?

As TXI_T095 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_T095 as there is no data to select.

How to access SAP table TXI_T095

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