TXW_VW_INFO SAP (Taxview structure information) Structure details

Dictionary Type: Structure
Description: Taxview structure information




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




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

TXW_VW_INFO 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 "Taxview structure information" 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_VW_INFO TYPE TXW_VW_INFO.

The TXW_VW_INFO table consists of various fields, each holding specific information or linking keys about Taxview structure information data available in SAP. These include PARAMS (), EXPRT_FLG (Export to file), FILENAME (Data File Name), VOL_DIR (Data file directory set).. 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: Cannot Be Enhanced


SAP TXW_VW_INFO 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
METADATA 0
PARAMS 0
EXPRT_FLG Export to file0
FILENAMEData File Name TXW_LFILECHAR30TEXT30XW2TXW_LFILE
VOL_DIRData file directory set TXW_VOLSETCHAR10TXW_VOLSETXW3
TEXTDescription TXW_TXTLGCHAR60TXT60
OVERWRFlag: Overwrite file TXW_XOVERWCHAR1XFELD
APPNDFlag: Append to file TXW_XAPPNDCHAR1XFELD
VIEWFORMAT SEM ; FIX or AIS are allowed0
TAX_VIEW 0
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
XTRCT_UUIDUUID identifier TXW_UUIDCHAR32SYSUUID_C
HEADERLINESFlag: Insert header line with column titles TXW_XHDRCHAR1XFELD
MAXHITSMaximum number of selected entries TXW_MXHITSINT410INT4
STARTROWStart selection at row TXW_STARTROWINT410INT4
SELDATESystem Date SYDATUMDATS8SYDATS
SELTIMESystem Time SYUZEITTIMS6SYTIME
SELUSERUser Name SYUNAMECHAR12SYCHAR12
REFTAX_VIEW 0
VWLOG_UUIDUUID identifier TXW_UUIDCHAR32SYSUUID_C
TOTAL_RECORDSMaximum number of selected entries TXW_MXHITSINT410INT4

Key field Non-key field



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

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

How to access SAP table TXW_VW_INFO

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