TXI_VITAXD SAP (Tax proportions per real estate account assignment) Structure details

Dictionary Type: Structure
Description: Tax proportions per real estate account assignment




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




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

TXI_VITAXD 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 "Tax proportions per real estate account assignment" 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_VITAXD TYPE TXI_VITAXD.

The TXI_VITAXD table consists of various fields, each holding specific information or linking keys about Tax proportions per real estate account assignment data available in SAP. These include MANDT (Client), AWTYP (Reference Transaction), AWREF (Reference Document Number), AWORG (Reference Organizational Units).. 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_VITAXD 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
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
R_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
R_AWREFReference Document Number AWREFCHAR10ALPHAAWREF
R_AWORGReference Organizational Units AWORGCHAR10AWORG
R_POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AKONTOTax account VVVSTKTOCHAR10Assigned to domainALPHASAKNR
RARTOPTOption rate calculation type RARTOPTNUMC1RARTOPT
POPTSReal estate option rate POPTSATZDEC9(6) POPTSATZ
BUDATPosting Date in the Document BUDATDATS8DATUM
IMKEYInternal Key for Real Estate Object IMKEYCHAR8VIZNRNIMKEY
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWARTTax Type MWARTCHAR1MWART
MONATFiscal Period MONATNUMC2MONAT
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
VNAVFWNon-Deductible Input Tax (in Document Currency) NAVFWCURR13(2) WERT7
VNAVHWNon-Deductible Input Tax (in Local Currency) NAVHWCURR13(2) WERT7
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
SOLLIDNo. of debit position in fiscal year VVSSOLLIDNUMC8VVSSOLLID
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DABRZReference Date for Settlement DABRBEZDATS8DDAT
NASAKNRAcct for non-deductible input tax NASAKNRCHAR10Assigned to domainALPHASAKNR
STFLGReverse document indicator IV_STFLGCHAR1FLAG
STOKZIndicator: Document has been reversed IV_STOKZCHAR1FLAG
SVORGAutomatic Posting Run Activity VVSVORGCHAR4VVSVORG
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STJAHReverse document fiscal year STJAHNUMC4GJAHRGJAHR
S_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
S_AWORGReference Organizational Units AWORGCHAR10AWORG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
STBUKTax Company Code STBUKCHAR4Assigned to domainBUKRSBUK
KTOSLTransaction Key KTOSLCHAR3CHAR3
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
OSEDATDate of Service of Option Rate for Input Tax Distribution VVOSEDATDATS8DATUM
MANOPTOption Rate to Be Entered Manually VVMNOPTSCHAR10CHAR10
WMWST_CYCUKY for SYST SYCUKYCUKY5SYCUKY
MWSTS_CYCUKY for SYST SYCUKYCUKY5SYCUKY
VNAVFW_CYCUKY for SYST SYCUKYCUKY5SYCUKY
VNAVHW_CYCUKY for SYST SYCUKYCUKY5SYCUKY

Key field Non-key field



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

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

How to access SAP table TXI_VITAXD

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