TXI_T001K SAP (Valuation area) Structure details

Dictionary Type: Structure
Description: Valuation area




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




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

TXI_T001K 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 "Valuation area" 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_TXI_T001K TYPE TXI_T001K.

The TXI_T001K table consists of various fields, each holding specific information or linking keys about Valuation area data available in SAP. These include MANDT (Client), BWKEY (Valuation Area), BUKRS (Company Code), BWMOD (Valuation Grouping Code).. 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 (Deep)


SAP TXI_T001K 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 MANDTCLNT3T000MANDT
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BWMODValuation Grouping Code BWMODCHAR4CHAR4
XBKNGNegative stocks in valuation area allowed XBKNGCHAR1XFELD
MLBWAMaterial ledger activated in valuation area CK_ML_BWACCHAR1XFELD
MLBWVMaterial ledger activated in valuation area (compulsory) CK_ML_BWAVCHAR1XFELD
XVKBWSales price valuation active XVKBWCHAR1XFELD
ERKLAERKOMExplanation Facility for Material Ledger Active/Inactive ERKLAERKOMCHAR1XFELD
UPROFRetail revalution profile UPROF_DCHAR4TWUPUPROF
WBPROProfile for value-based inventory management WBPROCHAR4TWPRWBPRO
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
MLASVPrice Determination is Binding in Valuation Area CK_ML_ABSVCHAR1XFELD
BDIFPStock correction tolerance BDIFPDEC5(2) PROZS
XLBPDPrice difference posting in GR for subcontract oder XLBPDCHAR1XFELD
XEWRXPost purchase account with receipt value XEWRXCHAR1XFELD
X2FDOTwo FI documents with purchase account X2FDOCHAR1XFELD
PRSFRPrice Release PRSFRGCHAR1PRSFRG
MLCCSActive Actual Cost Component Split CK_MLCCSCHAR1BOOLE
XEFREDel. costs to price diff. acct when purch. acct active XEFRECHAR1XFELD
EFREJStart of validity period f. del. costs in price diff. acct EFREJNUMC4GJAHRGJAHR
.INCLU--AP 0
/FMP/PRSFRPrice Release Flexible Material Prices /FMP/MP_PRSFRG_NCHAR1/FMP/MP_PRSFRG_N
/FMP/PRFRGRPrice Release Group /FMP/MP_PRRGRCHAR4/FMP/C_MP_PRGRP/FMP/MP_PRRGR

Key field Non-key field



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

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

How to access SAP table TXI_T001K

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