OIB_A14 SAP (HPM QCI Import/Export Structure for Gas/Liquide) Structure details

Dictionary Type: Structure
Description: HPM QCI Import/Export Structure for Gas/Liquide




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




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

OIB_A14 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 "HPM QCI Import/Export Structure for Gas/Liquide" 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_A14 TYPE OIB_A14.

The OIB_A14 table consists of various fields, each holding specific information or linking keys about HPM QCI Import/Export Structure for Gas/Liquide data available in SAP. These include VOLRATIO_GAS_U (Unit of Measurement), VOLRATIO_LIQ_U (Unit of Measurement), VOLRATIO_LG (Ratio of liquid to gaseous volume of component), VOLRATIO_GL (Ratio of gaseous to liquid volume of component).. 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 OIB_A14 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
PAR_NAMEParameter of the Quantity Conversion Interface OIB_PAR_NAMECHAR10OIB_PAR_NAME
VOLRATIO_GAS_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
VOLRATIO_LIQ_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
VOLRATIO_LGRatio of liquid to gaseous volume of component OIB_LGRATFLTP16(16) OIB_FAC
VOLRATIO_GLRatio of gaseous to liquid volume of component OIB_GLRATFLTP16(16) OIB_FAC
GHVAL_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
GHVALGas comp. heat. value,superior, id. react. fuel as ideal gas OIB_BHVALGSSUPFLTP16(16) OIB_HVAL
MOLWEIGHT_MOL_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
MOLWEIGHT_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
MOLWEIGHTMolecular weight of natural gas:return value from AGA c-code OIB_MOLWEIGHTFLTP16(16) OIB_MOLWEIGHT
MOLVOL_MOL_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
MOLVOL_LIQ_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
LIQ_GAL_LBMOLRatio of liquid component, volume / mol OIB_LGRATGALLBMOLFLTP16(16) OIB_FAC
LIQ_LBMOL_GALRatio of liquid component, mol / volume OIB_GLRATLBMOLGALFLTP16(16) OIB_FAC
GAS_MOLVOL_MOL_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
GAS_MOLVOL_VOL_UUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
GAS_MOLVOL_RATIORatio of gas component, mol to volume OIB_GAS_MOLVOL_RATIOFLTP16(16) OIB_FAC
GAS_VOLMOL_RATIORatio of gas component, volume to mol OIB_GAS_VOLMOL_RATIOFLTP16(16) OIB_FAC
SUMMATIONFACTORSummation factor (1/pressure) OIB_SUMMATIONFACTORFLTP16(16) OIB_FAC
VAPRESVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESFLTP16(16) OIB_PRES
RVPRESReid Vapor Pressure of Liquefied Petroleum Gas (LPG) OIB_RVPRESFLTP16(16) OIB_PRES

Key field Non-key field



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

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

How to access SAP table OIB_A14

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