OIB01 SAP (Definition of Conversion Groups) Table details

Dictionary Type: Table
Description: Definition of Conversion Groups




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




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

OIB01 is a standard SAP Table which is used to store Definition of Conversion Groups data and is available within R/3 SAP systems depending on the version and release level.

The OIB01 table consists of various fields, each holding specific information or linking keys about Definition of Conversion Groups data available in SAP. These include UMRSL (Conversion Group (Oil, Natural Gas,..)), PDTYP (Oil product type), BSTMP (Oil/gas standard/base temperature), BSTEH (Oil/gas standard/base temperature unit).. 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: Can be enhanced (character-type or numeric)

Text table = OIB01T


SAP OIB01 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 MANDTCLNT3T000MANDT
UMRSLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4OIB_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_BSTEHUNIT3T006CUNITMEINS
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_BPRESHEHUNIT3T006CUNITMEINS
BSTMPHNatural Gas Base Temperature of Combustion (Heating Value) OIB_BSTMPHFLTP16(16) TEMP_VALUE
BSTMPHEHNatural gas std/base temp.: combustion (heat. value): unit OIB_BSTMPHEHUNIT3T006CUNITMEINS
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_BPRESVEHUNIT3T006CUNITMEINS
BTMPVPOil/gas standard/base temperature (vapor pressure) OIB_BTMPVPFLTP16(16) TEMP_VALUE
BTMPVPEHOil/gas standard/base temperature unit (vapor pressure) OIB_BTMPVPEHUNIT3T006CUNITMEINS
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_DNEHUNIT3T006CUNITMEINS
EXTHVUNITHeating value unit OIB_HVEHUNIT3T006CUNITMEINS
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_BSDNEHUNIT3T006CUNITMEINS
BSHVEHBase heating value unit (at standard reference conditions) OIB_BSHVEHUNIT3T006CUNITMEINS
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 table OIB01 using ABAP code

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

SELECT SINGLE *
FROM OIB01
INTO CORRESPONDING FIELDS OF WA_OIB01
WHERE...

How to access SAP table OIB01

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