TABW SAP (Asset transaction types) Table details

Dictionary Type: Table
Description: Asset transaction types




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




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

TABW is a standard SAP Table which is used to store Asset transaction types data and is available within R/3 SAP systems depending on the version and release level.

The TABW table consists of various fields, each holding specific information or linking keys about Asset transaction types data available in SAP. These include BWASL (Asset Transaction Type), BWAGRP (Transaction type group), XVERGA (Indicator: Original transaction in past), XAKTIV (Indicator: Capitalize fixed asset).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TABWT


SAP TABW 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
BWASLAsset Transaction Type BWASLCHAR3BWASLBWA
BWAGRPTransaction type group BWAGRPCHAR2TABWGBWAGRP
XVERGAIndicator: Original transaction in past XVERGACHAR1XFELD
XAKTIVIndicator: Capitalize fixed asset XAKTIVCHAR1XFELD
XDEAKTIndicator: Deactivate fixed asset XDEAKTCHAR1XFELD
XABGMMInd: Post gain/loss from asset retirement automatically XABGMMCHAR1XFELD
XERLOSInd: Asset retirement transaction type with revenue XERLOSCHAR1XFELD
XAVERBIndicator: Asset transfer between affiliated companies XAVERBCHAR1XFELD
XABUCHIndicator: Transaction type cannot be used manually XABUCHCHAR1XFELD
BWAKONConsolidation transaction type AM_RMVCTCHAR3T856RMVCT
XPRJKTIndicator: Account assignment to project desired XPRJKTCHAR1XFELD
ANSHKZDefault posting indicator ANSHKZCHAR1SHKZV
BWASLGTrans. type offsetting entry for transfer BWASLGCHAR3TABWBWASL
BLARTDefault document type for transaction type BLGARTCHAR2T003BLARTBAR
XABINVInd: Repay investment support during period of retention XABINVCHAR1XFELD
BWASLNTrans.type retirement/transfer curr-yr acquis. in same year BWASLNCHAR3TABWBWASL
GITTGRSummariz. of trans. types for asset history sheet GITTGRCHAR2TABWQGITTGR
XABGWGIndicator simulation of LVA ret. in asset hist sheet XABGWGCHAR1XFELD
XABIMMInd. simulate ret. of intangible asset in asset hist sheet XABIMMCHAR1XFELD
XUSBWAIndicator: Call up a user-exit for this transaction type? XUSBWACHAR1XFELD
XUMBHIIndicator: Transfer adopting dep. start date XUMBHICHAR1XFELD
XIFRELIndicator: Post gain/loss to asset XIFRELCHAR1XFELD
XCOOBJRelevant to budget FM_XSAUFCHAR1XFELD
XCOPSPnot used (any longer) IM_XSPSPCHAR1XFELD
XAVERBNPost with affiliated company indicator (net!) XAVERBNCHAR1XFELD
XZUGBRIndicator: Post acquisition gross (with depreciation) XZUGBRUTTOCHAR1XFELD
XUMJASet the changeover year in the asset XUMJACHAR1XFELD
RSN_CODEAsset Transaction Category CHAR1_REASON_CCHAR1REASON_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM TABW
INTO CORRESPONDING FIELDS OF WA_TABW
WHERE...

How to access SAP table TABW

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