OIB_IAPI2004 SAP (Interface to import all fields from GT_PARAM into API_2004C) Structure details

Dictionary Type: Structure
Description: Interface to import all fields from GT_PARAM into API_2004C




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




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

OIB_IAPI2004 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 "Interface to import all fields from GT_PARAM into API_2004C" 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_OIB_IAPI2004 TYPE OIB_IAPI2004.

The OIB_IAPI2004 table consists of various fields, each holding specific information or linking keys about Interface to import all fields from GT_PARAM into API_2004C data available in SAP. These include COEFF (Quantity Conversion Coefficient), TSTMP (Oil/Gas Test Temperature: Observed Density), MTPRES (Oil/gas material pressure: observed quantity), TDICH (Oil/Gas Test Density).. 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: Cannot Be Enhanced


SAP OIB_IAPI2004 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
BSTMPOil/gas standard/base temperature OIB_BSTMPFLTP16(16) TEMP_VALUE
COEFFQuantity Conversion Coefficient OIB_COEFFFLTP16(16) OIB_COEFF
TSTMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
MTPRESOil/gas material pressure: observed quantity OIB_MTPRESFLTP16(16) OIB_PRES
TDICHOil/Gas Test Density OIB_TDICHFLTP16(16) OIB_DICHT
MTTMPOil/Gas Material Temperature: Observed Quantity OIB_MTTMPFLTP16(16) TEMP_VALUE
APRESVAlternate Pressure OIB_APRESVFLTP16(16) OIB_APRESV
TRQNTTransaction Quantity OIB_TRQNTFLTP16(16) OIB_TRQNT
ALTQUANTITYAlternate Quantity OIB_ALTQUANTITYFLTP16(16) OIB_ALTQUANTITY
STDQUANTITYStandard Quantity OIB_STDQUANTITYFLTP16(16) OIB_STDQUANTITY
BDICHOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
API_PDTYPEAPI Prodyct Type OIB_PDTYP_APIINT410OIB_PDTYP_API
API_TUBAPI Base Temperature Unit OIB_API_TUBCHAR19OIB_API_UNIT
API_PUBAPI Base Pressure Unit OIB_API_PUBCHAR19OIB_API_UNIT
API_AUAPI Alpha 60 Unit OIB_API_AUCHAR19OIB_API_UNIT
API_TUOAPI Observed Temperature Unit OIB_API_TUOCHAR19OIB_API_UNIT
API_PUOAPI Observed Pressure Unit OIB_API_PUOCHAR19OIB_API_UNIT
API_DUOAPI Observed Density Unit OIB_API_DUOCHAR19OIB_API_UNIT
API_TUAAPI Alternate Temperature Unit OIB_API_TUACHAR19OIB_API_UNIT
API_PUAAPI Alternate Pressure Unit OIB_API_PUACHAR19OIB_API_UNIT
API_VUOAPI Observed Volume Unit OIB_API_VUOCHAR19OIB_API_UNIT
API_VUAAPI Alternate Volume Unit OIB_API_VUACHAR19OIB_API_UNIT
API_VUBAPI Base Volume Unit OIB_API_VUBCHAR19OIB_API_UNIT
API_DUAAPI Alternate Density Unit OIB_API_DUACHAR19OIB_API_UNIT
API_DUBAPI Base Density Unit OIB_API_DUBCHAR19OIB_API_UNIT

Key field Non-key field



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

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

How to access SAP table OIB_IAPI2004

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