TXW_VWLVF2 SAP (Copy of VWLG2) Structure details

Dictionary Type: Structure
Description: Copy of VWLG2




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




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

TXW_VWLVF2 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 "Copy of VWLG2" 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_VWLVF2 TYPE TXW_VWLVF2.

The TXW_VWLVF2 table consists of various fields, each holding specific information or linking keys about Copy of VWLG2 data available in SAP. These include MANDT (Client), FILE_UUID (UUID identifier), VOL_ID (Volume ID), FISC_YEAR (Fiscal Year).. 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 TXW_VWLVF2 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
FILE_UUIDUUID identifier TXW_UUIDCHAR32SYSUUID_C
VOL_IDVolume ID TXW_VOL_IDNUMC2TXW_VOL_ID
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TAX_VIEWData file view TXW_TXVIEWCHAR10TXW_C_V0TXW_TXVIEWXW1
FILE_IDView query file id TXW_FILEIDNUMC6NUM6
XTRCT_UUIDUUID identifier TXW_UUIDCHAR32SYSUUID_C
L_FILEData File Name TXW_LFILECHAR30TEXT30XW2TXW_LFILE
VOL_SETData file directory set TXW_VOLSETCHAR10TXW_C_VOLTXW_VOLSETXW3
HOSTApplication Server SYHOSTCHAR32HOST_ID
TXTLGDescription TXW_TXTLGCHAR60TXT60
DART_RLRelease of SAP System SYSAPRLCHAR4SYCHAR04
SELUSERUser Name SYUNAMECHAR12SYCHAR12
SELDATESystem Date SYDATUMDATS8SYDATS
SELTIMESystem Time SYUZEITTIMS6SYTIME
DELUSERDeletion: User TXW_DELNAMECHAR12SYCHAR12
DELDATEDeletion: Date TXW_DELDATEDATS8SYDATS
DELTIMEDeletion: Time TXW_DELTIMETIMS6SYTIME
RECORDSNumber of records (counter) TXW_RCDCNT10NUMC10NUMC10
TIME_SECSElapsed time in seconds TXW_TIMSECNUMC5NUM5
FILE_SIZEFile size in bytes TXW_FSIZENUMC10TXW_ADDR
X_ALECheckbox XFELDCHAR1XFELD
ALEUSERArchiveLink export: User name TXW_ALENAMECHAR12SYCHAR12
ALEDATEArchiveLink export: Date TXW_ALEDATEDATS8SYDATS
ALETIMEArchiveLink export: Time TXW_ALETIMETIMS6SYTIME
ALESTATSAP ArchiveLink: Request status SAEREQSTATCHAR4SADC4
X_ALICheckbox XFELDCHAR1XFELD
ALIUSERArchiveLink import: User name TXW_ALINAMECHAR12SYCHAR12
ALIDATEArchiveLink import: Date TXW_ALIDATEDATS8SYDATS
ALITIMEArchiveLink import: Time TXW_ALITIMETIMS6SYTIME
ALISTATSAP ArchiveLink: Request status SAEREQSTATCHAR4SADC4
NEXT_VOLId of next volume TXW_NEXT_VNUMC2TXW_VOL_ID
ALI_LIGHTArchiveLink import status TXW_ALILGHTCHAR4CHAR4
ALE_LIGHTArchiveLink export status TXW_ALELGHTCHAR4CHAR4
DEL_LIGHTStatus of extract (available/archived/deleted) TXW_DELLGHTCHAR132SYCHAR132
XTRACTData extract: name and description TXW_XTRACTCHAR60CHAR60
VIEW_TYPEView type TXW_VIEW_TYPECHAR60CHAR60

Key field Non-key field



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

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

How to access SAP table TXW_VWLVF2

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