TXW_VB_PARAMS SAP (Parameters for DART Viewbuilder) Structure details

Dictionary Type: Structure
Description: Parameters for DART Viewbuilder




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




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

TXW_VB_PARAMS 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 "Parameters for DART Viewbuilder" 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_VB_PARAMS TYPE TXW_VB_PARAMS.

The TXW_VB_PARAMS table consists of various fields, each holding specific information or linking keys about Parameters for DART Viewbuilder data available in SAP. These include FILENAME (Data File Name), VOL_DIR (Data file directory set), TEXT (Description), OVERWR (Flag: Overwrite file).. 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_VB_PARAMS 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
EXPRT_FLG Export to file0
FILENAMEData File Name TXW_LFILECHAR30TEXT30XW2TXW_LFILE
VOL_DIRData file directory set TXW_VOLSETCHAR10Assigned to domainTXW_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_VB_PARAMS using ABAP code?

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

How to access SAP table TXW_VB_PARAMS

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