OIBIA8 SAP (Import structure for AGA report 8 c-code call:gross method 2) Structure details

Dictionary Type: Structure
Description: Import structure for AGA report 8 c-code call:gross method 2




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




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

OIBIA8 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 "Import structure for AGA report 8 c-code call:gross method 2" 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_OIBIA8 TYPE OIBIA8.

The OIBIA8 table consists of various fields, each holding specific information or linking keys about Import structure for AGA report 8 c-code call:gross method 2 data available in SAP. These include TDICH (Oil/Gas Test Density), N2RATIO (Natural gas N2 (nitrogen) content (ratio)), CO2RATIO (Natural gas CO2 content (ratio)), H2RATIO (Natural gas H2 (Hydrogen) content (ratio)).. 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 OIBIA8 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
CHGSConversion handling for gases OIB_CHGSCHAR1OIB_CHGS
TDICHOil/Gas Test Density OIB_TDICHFLTP16(16) OIB_DICHT
N2RATIONatural gas N2 (nitrogen) content (ratio) OIB_N2RATFLTP16(16) OIB_RAT
CO2RATIONatural gas CO2 content (ratio) OIB_CO2RATFLTP16(16) OIB_RAT
H2RATIONatural gas H2 (Hydrogen) content (ratio) OIB_H2RATFLTP16(16) OIB_RAT
CORATIONatural gas CO content (ratio) OIB_CORATFLTP16(16) OIB_RAT
MTTMPOil/Gas Material Temperature: Observed Quantity OIB_MTTMPFLTP16(16) TEMP_VALUE
MTPRESOil/gas material pressure: observed quantity OIB_MTPRESFLTP16(16) OIB_PRES
BSTMPOil/gas standard/base temperature OIB_BSTMPFLTP16(16) TEMP_VALUE
BPRESVOil/gas standard/base pressure:metering (volume, density) OIB_BPRESVFLTP16(16) OIB_PRES
TSTMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
TPREDOil/gas test pressure: metering (obs. density) OIB_TPREDFLTP16(16) OIB_PRES
TSTMPCALNatural gas: Calorimeter test temperature (density) OIB_TSTMPCALFLTP16(16) TEMP_VALUE
TPREDCALNatural gas: Calorimeter test pressure (density) OIB_TPREDCALFLTP16(16) OIB_PRES
TTMPHVNatural gas test temperature: combustion (obs. heat. value ) OIB_TTMPHVFLTP16(16) TEMP_VALUE

Key field Non-key field



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

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

How to access SAP table OIBIA8

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