OIBQCIP SAP (Quantity conversion interface - conversion parameters) Structure details

Dictionary Type: Structure
Description: Quantity conversion interface - conversion parameters




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




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

OIBQCIP 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 "Quantity conversion interface - conversion parameters" 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_OIBQCIP TYPE OIBQCIP.

The OIBQCIP table consists of various fields, each holding specific information or linking keys about Quantity conversion interface - conversion parameters data available in SAP. These include TSTEH (Test Temperature Unit (Density): Measurement), MTTMP (Oil/Gas Material Temperature: Observed Quantity), MTTEH (Oil/Gas Material Temperature Unit: Observed Quantity), THVAL (Heating value at test conditions (natural gas): observed).. 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 or numeric)


SAP OIBQCIP 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
TSTMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
TSTEHTest Temperature Unit (Density): Measurement OIB_TSTEHUNIT3T006CUNITMEINS
MTTMPOil/Gas Material Temperature: Observed Quantity OIB_MTTMPFLTP16(16) TEMP_VALUE
MTTEHOil/Gas Material Temperature Unit: Observed Quantity OIB_MTTEHUNIT3T006CUNITMEINS
THVALHeating value at test conditions (natural gas): observed OIB_THVALFLTP16(16) OIB_HVAL
TDICHEHUnit for densities of petroleum products and natural gas OIB_DNEHUNIT3T006CUNITMEINS
TDICHOil/Gas Test Density OIB_TDICHFLTP16(16) OIB_DICHT
MTPRESOil/gas material pressure: observed quantity OIB_MTPRESFLTP16(16) OIB_PRES
MTPRESEHOil/gas material pressure unit: observed quantity OIB_MTPRESEHUNIT3T006CUNITMEINS
TPREDOil/gas test pressure: metering (obs. density) OIB_TPREDFLTP16(16) OIB_PRES
TPREDEHOil/Gas test press. unit: metering (density) OIB_TPREDEHUNIT3T006CUNITMEINS
TPRHVNatural gas test pressure: combustion (obs. heating value ) OIB_TPRHVFLTP16(16) OIB_PRES
TPRHVEHNatural gas test pressure unit: combustion ( heating value ) OIB_TPRHVEHUNIT3T006CUNITMEINS
TTMPHVNatural gas test temperature: combustion (obs. heat. value ) OIB_TTMPHVFLTP16(16) TEMP_VALUE
TTMPHVEHNatural gas test temp. unit: combustion (heating value) OIB_TTMPHVEHUNIT3T006CUNITMEINS
ATPRESAtmospheric pressure of the air surrounding a product OIB_ATPRESFLTP16(16) OIB_PRES
ATPRESEHAtmospheric pressure unit OIB_ATPRESEHUNIT3T006CUNITMEINS
VAPRESVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESFLTP16(16) OIB_PRES
VAPRESEHVapor pressure unit (LPG) OIB_VAPRESEHUNIT3T006CUNITMEINS
THVALEHHeating value unit OIB_HVEHUNIT3T006CUNITMEINS
MTCOMBTMPNatural gas material combustion temp.: observed quantity OIB_MTCOMBTMPFLTP16(16) TEMP_VALUE
MTCOMBTEHNatural gas material combustion temp. unit: obs. quantity OIB_MTCOMBTEHUNIT3T006CUNITMEINS
MTCOMBPRESNatural gas material combustion pressure: observed quantity OIB_MTCOMBPRESFLTP16(16) OIB_PRES
MTCOMBPRESEHNatural gas material combustion pres. unit: oberved quantity OIB_MTCOMBPRESEHUNIT3T006CUNITMEINS
TSTMPCALNatural gas: Calorimeter test temperature (density) OIB_TSTMPCALFLTP16(16) TEMP_VALUE
TSTMPCALEHNatural gas: unit for calorimeter test temperature (density) OIB_TSTMPCALEHUNIT3T006CUNITMEINS
TPREDCALNatural gas: Calorimeter test pressure (density) OIB_TPREDCALFLTP16(16) OIB_PRES
TPREDCALEHNatural gas: Unit for calorimeter test pressure (density) OIB_TPREDCALEHUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table OIBQCIP

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