VITAXA SAP (Line items for correction items) Table details

Dictionary Type: Table
Description: Line items for correction items




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




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

VITAXA is a standard SAP Table which is used to store Line items for correction items data and is available within R/3 SAP systems depending on the version and release level.

The VITAXA table consists of various fields, each holding specific information or linking keys about Line items for correction items data available in SAP. These include SBERI (Correction item number), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VITAXA 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
SBERICorrection item number SBERICHAR10VIBEBEALPHASBERIBEB
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
R_AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
R_AWREFReference Document Number AWREFCHAR10ALPHAAWREF
R_AWORGReference Organizational Units AWORGCHAR10AWORG
R_POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
BAKHKInput Tax View Acquisition/production costs amount BAKHKCURR13(2) WERTV7
BMWSTTax amount in document currency VVWMWSTCURR13(2) WERTV7
BABVSDeductible input tax amount ABZFWCURR13(2) WERTV7
BNAVSInput tax amount cannot be deducted NABFWCURR13(2) WERTV7
BYVVSDummy: Is no longer used (3.0) BYVVSCURR13(2) WERTV7
DBEARLast Edited on DBEARDATS8DATUM
BSBVSDummy: Is no longer used (3.0) VVBSBVSCURR13(2) WERTV7
JSRCHFinal settlement indicator VVJSRCHCHAR1XFELD
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STJAHReverse document fiscal year STJAHNUMC4GJAHRGJAHR
STFLGReverse document indicator IV_STFLGCHAR1FLAG
STOKZIndicator: Document has been reversed IV_STOKZCHAR1FLAG
JALTDIndicator: Data record from transfer of legacy data VVJALTDCHAR1XFELD
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
POPTSATZReal estate option rate POPTSATZDEC9(6) POPTSATZ
PVSTBOrigin Indicator of Input Tax Document PVSTBCHAR1PVSTB
JKUMBIndicator: Complete transfer VVJKUMBCHAR1XFELD
JSBUCHIndicator: Collective posting VVJSBUCHCHAR1XFELD
DGPLABPlanned retirement date VVGPLABDATS8DATUM
JRBUCHIndicator: Posting to prior period VVJRBUCHCHAR1XFELD
JABUCHIndicator: Input tax adjustment from sale VVJABUCHCHAR1XFELD
S_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
S_AWORGReference Organizational Units AWORGCHAR10AWORG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM VITAXA
INTO CORRESPONDING FIELDS OF WA_VITAXA
WHERE...

How to access SAP table VITAXA

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