TXI_T085 SAP (Investment support measures) Structure details

Dictionary Type: Structure
Description: Investment support measures




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




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

TXI_T085 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 "Investment support measures" 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_T085 TYPE TXI_T085.

The TXI_T085 table consists of various fields, each holding specific information or linking keys about Investment support measures data available in SAP. These include MANDT (Client), AFAPL (Chart of depreciaton for asset valuation), INVSL (Investment support key), ADATU (Date for beginning of validity).. 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_T085 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
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
INVSLInvestment support key INVSLCHAR2Assigned to domainINVSL
ADATUDate for beginning of validity ADATUDATS8DATUMADT
BDATUDate validity ends BDATUDATS8DATUM
FRIBEGIndicator: Period calculation start date FRIBEGCHAR1GBEGIN
BFRJARRetention period in years BFRJARNUMC2JAHR2
BFRMONRetention period in months BFRMONNUMC2MONAT
INVEINZIndicator: Line item proof for investment support INVEINZCHAR1XFELD
MXPROZAPC investment support: Maximum percentage MXPROZDEC7(4) AFPROZ
MXBTRGInvestment support measure: Maximum amount MXBTRGCURR13(2) ANLKWERT
IBWASLTransaction type for posting investment support IBWASLCHAR3TABWBWASL
IAFABEDepreciation area for determining investment support amount IAFABENUMC2T093AFABE
EAFABEInvestment support: Separate area EAFABENUMC2T093AFABE
XPROBChecking an investment support measure XPROBCHAR1XFELD
XIFBGJNot used: Investment support by acquisition years XIFBGJCHAR1XFELD
XINACHIndicator: Investment support catch-up XINACHCHAR1XFELD
XMAFAIndicator: Allowance for transfer of reserves XINVMAFACHAR1XFELD
RUECKZHow should investment support be repaid? RUECKZCHAR1RUECKZ
IFDARTWhich date is used for calculating investment support? AA_IFDARTCHAR1AA_IFDART
MXBTRG_CYCUKY for SYST SYCUKYCUKY5SYCUKY

Key field Non-key field



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

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

How to access SAP table TXI_T085

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