TXW_ASSINV SAP (Investment support measures) Structure details

Dictionary Type: Structure
Description: Investment support measures




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




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

TXW_ASSINV 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_TXW_ASSINV TYPE TXW_ASSINV.

The TXW_ASSINV table consists of various fields, each holding specific information or linking keys about Investment support measures data available in SAP. These include AFAPL (Chart of depreciaton for asset valuation), INVSL (Investment support key), ADATU (Date for beginning of validity), BDATU (Date validity ends).. 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: Can be enhanced (character-type)


SAP TXW_ASSINV 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 MANDTCLNT3Assigned to domainMANDT
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4Assigned to domainAFAPLAFPH_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
MXPROZAPC investment support: Maximum percentage TXW_MXPROZCHAR9CHAR9
IAFABEDepreciation area for determining investment support amount IAFABENUMC2Assigned to domainAFABE
EAFABEInvestment support: Separate area EAFABENUMC2Assigned to domainAFABE
INVETXInvestment support measures INVETXCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table TXW_ASSINV

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