TXW_GLOBAL SAP (Fields for global settings) Structure details

Dictionary Type: Structure
Description: Fields for global settings




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




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

TXW_GLOBAL 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 "Fields for global settings" 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_GLOBAL TYPE TXW_GLOBAL.

The TXW_GLOBAL table consists of various fields, each holding specific information or linking keys about Fields for global settings data available in SAP. These include MAX_QBUFF (Maximum query buffer size in Megabytes), MAX_IDXSZ (Maximum memory allocation for data segment indexes (MB)), PACKSIZE (Package size for data selection (number of records)), X_COMPRESS (Flag: Compress data records).. 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)


SAP TXW_GLOBAL 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
MAX_SIZEMaximum file size in MB TXW_MAXSIZNUMC6NUM6
MAX_QBUFFMaximum query buffer size in Megabytes TXW_QBUFMXNUMC6NUM6
MAX_IDXSZMaximum memory allocation for data segment indexes (MB) TXW_IDXSZMNUMC6NUM6
PACKSIZEPackage size for data selection (number of records) TXW_PCKSIZNUMC4NUM4
X_COMPRESSFlag: Compress data records TXW_X_CMPRCHAR1XFELD
X_CHECKSUMFlag: Calculate Data Checksums TXW_X_CHKSCHAR1XFELD
X_ISO9660Flag: Require filenames following ISO 9660 CD-ROM format TXW_X_ISOCHAR1XFELD
X_MRGENOTEFlag: Merge notes from source extracts TXW_X_MRNTCHAR1XFELD
X_OPTIMIZEFlag: Optimize access sequence TXW_X_OPTICHAR1XFELD
X_ORDERFlag: Use specified access sequence TXW_X_ORDRCHAR1XFELD
TPARMSSelection flags for transaction data sources TXW_TPRMSCHAR20CHAR20
X_MAX_DOCSFlag: Enable test run with limited number of documents TXW_X_MXDCCHAR1XFELD
X_CONVERTFlag: Detection if conversion has occured TXW_X_CNVTCHAR1XFELD
SEL_BSEGSelection mode for table BSEG TXW_SBSEGCHAR1TXW_SBSEG
UNICODE_MODEUnicode Mode for DART Files TXW_UNICODE_MODECHAR1TXW_UNICODE_MODE
INDEX_RECLENIndex Record Length for Unicode Extracts TXW_INDEX_RECLENNUMC3TXW_INDEX_RECLEN
AUTH_VIEW_DEFMode for Authority Check for View Def TXW_AUTH_VIEW_DEFCHAR12CHAR12
EXT_SN_RANGEFlag: Extended regnum range TXW_EXT_SN_RANGECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TXW_GLOBAL

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