V_TABW_ALL SAP (Generated Table for View V_TABW_ALL) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_TABW_ALL




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




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

V_TABW_ALL is a standard SAP Table View which is used to store Generated Table for View V_TABW_ALL data and is available within R/3 SAP systems depending on the version and release level.

The V_TABW_ALL table consists of various fields, each holding specific information or linking keys about Generated Table for View V_TABW_ALL data available in SAP. These include BWASL (Asset Transaction Type), BWAGRP (Transaction type group), XZUGNE (Indicator: Current-year acquisition transaction), ANSHKZ (Default posting indicator).. 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 V_TABW_ALL table view 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 BWAGRPCHAR2BWAGRP
XZUGNEIndicator: Current-year acquisition transaction XZUGNECHAR1XFELD
ANSHKZDefault posting indicator ANSHKZCHAR1SHKZV
BWASLNTrans.type retirement/transfer curr-yr acquis. in same year BWASLNCHAR3TABWBWASL
BWASLGTrans. type offsetting entry for transfer BWASLGCHAR3TABWBWASL
BLARTDefault document type for transaction type BLGARTCHAR2T003BLARTBAR
PERGRPPeriod control group PERGRP_DCHAR1PERGRP
VZJSAL+/- Sign for year-to-date balance VZJSALCHAR1VORZW
XANTEIInd: Post proportional values automatically XANTEINUMC1TABW_ANTEI
GITCOLClassification of transaction type group GITCOLCHAR1GITCOL
BWATYPTransaction type category BWATYPCHAR1BWATYP
XAKTIVIndicator: Capitalize fixed asset XAKTIVCHAR1XFELD
XDEAKTIndicator: Deactivate fixed asset XDEAKTCHAR1XFELD
XERLOSInd: Asset retirement transaction type with revenue XERLOSCHAR1XFELD
XAVERBIndicator: Asset transfer between affiliated companies XAVERBCHAR1XFELD
XAVERBNPost with affiliated company indicator (net!) XAVERBNCHAR1XFELD
XABUCHIndicator: Transaction type cannot be used manually XABUCHCHAR1XFELD
BWAKONConsolidation transaction type AM_RMVCTCHAR3T856RMVCT
XABINVInd: Repay investment support during period of retention XABINVCHAR1XFELD
GITTGRSummariz. of trans. types for asset history sheet GITTGRCHAR2TABWQGITTGR
XUSBWAIndicator: Call up a user-exit for this transaction type? XUSBWACHAR1XFELD
XUMBHIIndicator: Transfer adopting dep. start date XUMBHICHAR1XFELD
XZUGBRIndicator: Post acquisition gross (with depreciation) XZUGBRUTTOCHAR1XFELD
XUMJASet the changeover year in the asset XUMJACHAR1XFELD
RSN_CODEAsset Transaction Category CHAR1_REASON_CCHAR1REASON_C
XZUGDAIndicator: Set date of the first acquistion XZUGDACHAR1XFELD
XACLASIndicator: Check asset classes XACLASCHAR1XFELD
XBNAFAIndicator: Plan/write-up ordinary depreciation XBNAFACHAR1XFELD
XBSAFAIndicator: Plan/write-up special depreciation XBSAFACHAR1XFELD
XBAAFAIndicator: Plan/write-up unplanned depreciation XBAAFACHAR1XFELD
XBMAFAIndicator: Plan/write-up reserve transfer XBMAFACHAR1XFELD
VALIDValidation VALIDCHAR7GB93VALIDATION
V_ACTIVActivation level for validation/substitution callup points GVSACTIVNUMC1GVSACTIV
SUBSTIDSubstitution name SUBST_IDCHAR7GB92SUBSTIDGBU
S_ACTIVActivation level for validation/substitution callup points GVSACTIVNUMC1GVSACTIV
JVMANManual use of Transaction Type Allowed JV_ABWMANCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TABW_ALL
INTO CORRESPONDING FIELDS OF WA_V_TABW_ALL
WHERE...

How to access SAP table V_TABW_ALL

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