TXW_DIRVF2 SAP (Copy dir2 table) Structure details

Dictionary Type: Structure
Description: Copy dir2 table




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




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

TXW_DIRVF2 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 dir2 table" 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_DIRVF2 TYPE TXW_DIRVF2.

The TXW_DIRVF2 table consists of various fields, each holding specific information or linking keys about Copy dir2 table data available in SAP. These include MANDT (Client), XTRCT_UUID (UUID identifier), VOL_ID (Volume ID), DART_RL (Release of SAP System).. 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: Can be enhanced (character-type or numeric)


SAP TXW_DIRVF2 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
XTRCT_UUIDUUID identifier TXW_UUIDCHAR32SYSUUID_C
VOL_IDVolume ID TXW_VOL_IDNUMC2TXW_VOL_ID
DART_RLRelease of SAP System SYSAPRLCHAR4SYCHAR04
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXTRACT_IDData extract ID (to be replaced in release 99 by txw_uuid) TXW_EXT_IDNUMC4NUM4
ISOURCEInfo Source (should be overwritten with RSISOURCE from BRS) TXW_ISRCCHAR30CHAR30
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REQUSERUser Name SYUNAMECHAR12SYCHAR12
SELDATESystem Date SYDATUMDATS8SYDATS
SELTIMESystem Time SYUZEITTIMS6SYTIME
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
TXTLGDescription TXW_TXTLGCHAR60TXT60
DIRSEG_VOLVolume id of segment directory TXW_DIRVOLNUMC2TXW_VOL_ID
DIRSEG_ADRSegment directory address TXW_DIRADRNUMC10TXW_ADDR
FIRST_RECAddress of first data record in file (volume) TXW_FIRSTDNUMC10TXW_ADDR
LAST_RECAddress of last data record in file (volume) TXW_LASTDNUMC10TXW_ADDR
FILE_SIZEFile size in bytes TXW_FSIZENUMC10TXW_ADDR
FILE_NAMEPhysical file name TXW_FILECHAR132TEXT132
NEXT_VOLId of next volume TXW_NEXT_VNUMC2TXW_VOL_ID
X_COMPRESSFlag: Compress data records TXW_X_CMPRCHAR1XFELD
L_FILEData File Name TXW_LFILECHAR30TEXT30XW2TXW_LFILE
VOL_SETData file directory set TXW_VOLSETCHAR10TXW_C_VOLTXW_VOLSETXW3
CHECK_SUMByte-level check sum TXW_CHECKSNUMC32TXW_CHECKS
DELIMITERField delimiter for compressed records TXW_FLDDELCHAR1CHAR1
EOL_BYTESNumber of bytes for end-of-line mark TXW_EOLBYTNUMC1NUM1
TIME_SECSElapsed time in seconds TXW_TIMS6NUMC6NUM6
HOSTApplication Server SYHOSTCHAR32HOST_ID
X_ISO9660Flag: Require filenames following ISO 9660 CD-ROM format TXW_X_ISOCHAR1XFELD
DELUSERDeletion: User TXW_DELNAMECHAR12SYCHAR12
DELDATEDeletion: Date TXW_DELDATEDATS8SYDATS
DELTIMEDeletion: Time TXW_DELTIMETIMS6SYTIME
ALEUSERArchiveLink export: User name TXW_ALENAMECHAR12SYCHAR12
ALEDATEArchiveLink export: Date TXW_ALEDATEDATS8SYDATS
ALETIMEArchiveLink export: Time TXW_ALETIMETIMS6SYTIME
ALESTATSAP ArchiveLink: Request status SAEREQSTATCHAR4SADC4
ALIUSERArchiveLink import: User name TXW_ALINAMECHAR12SYCHAR12
ALIDATEArchiveLink import: Date TXW_ALIDATEDATS8SYDATS
ALITIMEArchiveLink import: Time TXW_ALITIMETIMS6SYTIME
ALISTATSAP ArchiveLink: Request status SAEREQSTATCHAR4SADC4
X_ALECheckbox XFELDCHAR1XFELD
X_ALICheckbox XFELDCHAR1XFELD
UNICODE_MODEUnicode Mode for DART Files TXW_UNICODE_MODECHAR1TXW_UNICODE_MODE
INDEX_RECLENIndex Record Length for Unicode Extracts TXW_INDEX_RECLENNUMC3TXW_INDEX_RECLEN
CODEPAGECodepage TXW_CODEPAGENUMC4NUMC4
BUKRSCompany Code TXW_BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ALI_LIGHTArchiveLink import status TXW_ALILGHTCHAR4CHAR4
ALE_LIGHTArchiveLink export status TXW_ALELGHTCHAR4CHAR4
DEL_LIGHTStatus of extract (available/archived/deleted) TXW_DELLGHTCHAR132SYCHAR132
FILE_SIZE_CSIZE SIZE_PDEC16

Key field Non-key field



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

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

How to access SAP table TXW_DIRVF2

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