TXI_OIB01 SAP (Definition of Conversion Groups) Structure details

Dictionary Type: Structure
Description: Definition of Conversion Groups




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




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

TXI_OIB01 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 "Definition of Conversion Groups" 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_OIB01 TYPE TXI_OIB01.

The TXI_OIB01 table consists of various fields, each holding specific information or linking keys about Definition of Conversion Groups data available in SAP. These include MANDT (Client), UMRSL (Conversion Group (Oil, Natural Gas,..)), PDTYP (Oil product type), BSTMP (Oil/gas standard/base temperature).. 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 TXI_OIB01 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
UMRSLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
.INCLU--AP 0
PDTYPOil product type OIB_PDTYPCHAR1OIB_PDTYP
BSTMPOil/gas standard/base temperature OIB_BSTMPFLTP16(16) TEMP_VALUE
BSTEHOil/gas standard/base temperature unit OIB_BSTEHUNIT3Assigned to domainCUNITMEINS
WQTYLLower warning tolerance limit for manual entries (in %) OIB_WQTYLFLTP16(16) OIB_QTYPC
WQTYHUpper warning tolerance limit for manual entries (in %) OIB_WQTYHFLTP16(16) OIB_QTYPC
EQTYLLower Tolerance Limit for Manual Quantity Entries (in %) OIB_EQTYLFLTP16(16) OIB_QTYPC
EQTYHUpper Tolerance Limit for Manual Quantity Entries (in %) OIB_EQTYHFLTP16(16) OIB_QTYPC
DNTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP
VCFLNVolume correction factor OIB_VCFLNCHAR1OIB_VCFLN
MCFIMeter correction factor indicator OIB_MCFICHAR1XFELD
PDCLOil/Gas product conversion class OIB_PDCLCHAR2OIB_PDCL
HVTYPHeating value type OIB_HVTYPCHAR2OIB_HVTYP
BPRESHNatural Gas Base Pressure for Combustion (Heating Value) OIB_BPRESHFLTP16(16) B_FLOAT
BPRESHEHNatural gas std/base press.: combustion (heat. value): unit OIB_BPRESHEHUNIT3Assigned to domainCUNITMEINS
BSTMPHNatural Gas Base Temperature of Combustion (Heating Value) OIB_BSTMPHFLTP16(16) TEMP_VALUE
BSTMPHEHNatural gas std/base temp.: combustion (heat. value): unit OIB_BSTMPHEHUNIT3Assigned to domainCUNITMEINS
EXT_PROG_VERSIONSupported version of external routines OIB_EXT_VERSIONCHAR1OIB_EXT_VERSION
BPRESVOil/gas standard/base pressure:metering (volume, density) OIB_BPRESVFLTP16(16) OIB_PRES
BPRESVEHOil/gas standard/base pres.:metering (volume, density): unit OIB_BPRESVEHUNIT3Assigned to domainCUNITMEINS
BTMPVPOil/gas standard/base temperature (vapor pressure) OIB_BTMPVPFLTP16(16) TEMP_VALUE
BTMPVPEHOil/gas standard/base temperature unit (vapor pressure) OIB_BTMPVPEHUNIT3Assigned to domainCUNITMEINS
CHGSConversion handling for gases OIB_CHGSCHAR1OIB_CHGS
CHLQConversion handling for liquid products OIB_CHLQCHAR1OIB_CHLQ
EXTDNUNITUnit for densities of petroleum products and natural gas OIB_DNEHUNIT3Assigned to domainCUNITMEINS
EXTHVUNITHeating value unit OIB_HVEHUNIT3Assigned to domainCUNITMEINS
EXTINDExternal functions ind. (API c-codes, etc.) OIB_EXTINDCHAR1OIB_EXTIND
VCFLN_LPGVolume correction factor LPG OIB_VCFLN_LPGCHAR1OIB_VCFLN_LPG
BSDNEHBase density unit (at standard reference conditions) OIB_BSDNEHUNIT3Assigned to domainCUNITMEINS
BSHVEHBase heating value unit (at standard reference conditions) OIB_BSHVEHUNIT3Assigned to domainCUNITMEINS
TDTHVTest density/test heating value - parameter handling OIB_TDTHVCHAR1OIB_XFELD
BDBHVBase density / base heating value parameter handling OIB_BDBHVCHAR1OIB_XFELD
AROMATICSIndustrial aromatic hydrocarbons: Type OIB_AROMATICSCHAR2OIB_AROMATICS
BHVCLSHeating value class (calorific value class) OIB_HVCLSCHAR2OIB_HVCLS
IDGASIndicator for SAP natural gas routine (ideal/real gas) OIB_IDGASCHAR1OIB_IDGAS
RFC_RELEASERelease indicator for external (RFC) calls to QCI OIB_RELEASECHAR1OIB_XFELD

Key field Non-key field



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

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

How to access SAP table TXI_OIB01

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