TXW_C_VOL SAP (Data file directory sets) Table details

Dictionary Type: Table
Description: Data file directory sets




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




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

TXW_C_VOL is a standard SAP Table which is used to store Data file directory sets data and is available within R/3 SAP systems depending on the version and release level.

The TXW_C_VOL table consists of various fields, each holding specific information or linking keys about Data file directory sets data available in SAP. These include VOL_SET (Data file directory set), AR_OBJECT_EXTR (document type DART extract), AR_OBJECT_VIEW (document type DART view).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TXW_C_VOLT


SAP TXW_C_VOL 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 MANDTCLNT3Assigned to domainMANDT
VOL_SETData file directory set TXW_VOLSETCHAR10TXW_VOLSETXW3
AR_OBJECT_EXTRdocument type DART extract TXW_DTYPE_EXTRCHAR10Assigned to domainSADC10_DVTXW_DTYPE_EXTR
AR_OBJECT_VIEWdocument type DART view TXW_DTYPE_VIEWCHAR10Assigned to domainSADC10_DVTXW_DTYPE_VIEW

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_C_VOL
INTO CORRESPONDING FIELDS OF WA_TXW_C_VOL
WHERE...

How to access SAP table TXW_C_VOL

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