OIB_A07 SAP (HPM QCI: Help structure for PPP data) Structure details

Dictionary Type: Structure
Description: HPM QCI: Help structure for PPP data




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




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

OIB_A07 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: Help structure for PPP data" 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_A07 TYPE OIB_A07.

The OIB_A07 table consists of various fields, each holding specific information or linking keys about HPM QCI: Help structure for PPP data data available in SAP. These include BOILPOINTTEMPC (Boiling point temperature at fixed pressure), FREEZPOINTTEMPC (Freezing point: temperature at fixed pressure), VAPRESC (Vapor pressure of liquid petroleum gases (LPG)), BDICHLIQUIDC (Gas component - liquid absolute density at base conditions).. 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)


SAP OIB_A07 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
MOLWEIGHTCMolecular weight of natural gas:return value from AGA c-code OIB_MOLWEIGHTCCHAR10OIB_CHAR
BOILPOINTTEMPCBoiling point temperature at fixed pressure OIB_BOILPOINTTEMPCCHAR10OIB_CHAR
FREEZPOINTTEMPCFreezing point: temperature at fixed pressure OIB_FREEZPOINTTEMPCCHAR10OIB_CHAR
VAPRESCVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESCCHAR10OIB_CHAR
BDICHLIQUIDCGas component - liquid absolute density at base conditions OIB_BDICHABSCCHAR10OIB_CHAR
APICGas component liquid API gravity at base conditions OIB_APICCHAR10OIB_CHAR
RELDICHLIQUIDCGas component - liquid relative density at base conditions OIB_BDICHRELCCHAR10OIB_CHAR
RELDICHGASCGas component ideal gas relative density at base conditions OIB_BDICHRELGSCCHAR10OIB_CHAR
BDICHGASCGas component ideal gas absolute density at base conditions OIB_BDICHGSCCHAR10OIB_CHAR
SUMMATIONFACTORCSummation factor (1/pressure) OIB_SUMMATIONFACTORCCHAR10OIB_CHAR
LIQ_GAL_LBMOLCRatio of liquid component, volume / mol OIB_LGRATGALLBMOLCCHAR10OIB_CHAR
FT3IDGSGALLIQUIDCRatio of ideal gas volume in cubic feet per liquid gallon OIB_LGRATFT3IDGSCCHAR10OIB_CHAR
VOLRATIOCRatio of liquid to gaseous volume of component OIB_LGRATCCHAR10OIB_CHAR
CRITPRESCCritical pressure of natural gas component OIB_CRITPRSCCHAR10OIB_CHAR
CRITTEMPCCritical temperature of natural gas component OIB_CRITTMPCCHAR10OIB_CHAR
BHVALLQSUPCGas component heating value, superior, fuel as liquid OIB_BHVALLQSUPCCHAR10OIB_CHAR
BHVALGSSUPCGas comp. heat. value,superior, id. react. fuel as ideal gas OIB_BHVALGSSUPCCHAR10OIB_CHAR
BHVALGSINFCGas comp. heat. value, inferior, ideal reaction, ideal gas OIB_BHVALGSINFCCHAR10OIB_CHAR
VOLAIRGASRATCVolume of air to burn one volume of ideal gas(dimensionless) OIB_AIR_GAS_RATCCHAR10OIB_CHAR
HVALVAPORCHeat of vaporization (heat. value at boiling point) OIB_HVALVAPORCCHAR10OIB_CHAR
SPECHEATCVCSpecific heat: Cv OIB_SPECHEATCVCCHAR10OIB_CHAR
SPECHEATCPCSpecific heat: Cp OIB_SPECHEATCPCCHAR10OIB_CHAR
SPECHEATCSCSpecific heat: saturated liquid OIB_SPECHEATCSCCHAR10OIB_CHAR
FLLIMUPCFlammability limit, upper, Vol% in air OIB_FLLIMUPCCHAR10OIB_CHAR
FLLIMLOWCFlammability limit, lower, Vol% in air OIB_FLLIMLOWCCHAR10OIB_CHAR
OCTANEMOTCOctane number (motor clear) OIB_MOTORCLEARCCHAR10OIB_CHAR
OCTANERESCOctane number (research clear) OIB_RESEARCHCCHAR10OIB_CHAR
BSTMPCOil base temperature OIB_OBSTMPCHAR7OIB_OTMP
BPRESVCOil / gas material base pressure (volume) OIB_OBPRESVCHAR10OIB_OPRES
BSTMPHCOil/Gas base temperature (heating value, combustion) OIB_OBSTMPHCHAR7OIB_OTMP
BPRESHCOil / gas base pressure (heating value) OIB_OBPRESHCHAR10OIB_OPRES
BOILPOINTREFPRESCBoiling point pressure OIB_BOILPOINTPRESCCHAR10OIB_OPRES
FREEZPOINTREFPRSCFreezing point reference pressure OIB_FREEZPOINTREFPRSCCHAR10OIB_OPRES
VAPRESREFTMPCReference temperature of vapor pressure OIB_VAPRESREFTMPCCHAR7OIB_OTMP
BSTMPSUMMATIONCGas component base temperature: summation factor OIB_BSTMPPPSUMCCHAR7OIB_OTMP
FLLIMTEMPCGas component base temperature: flammability limit OIB_BSTMPPPCCHAR7OIB_OTMP
FLLIMPRESCGas component base pressure: flammability limit OIB_BPRESPPPCCHAR10OIB_OPRES
RVPRESCReid Vapor Pressure of Liquefied Petroleum Gas (LPG) OIB_RVPRESCCHAR10OIB_CHAR

Key field Non-key field



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

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

How to access SAP table OIB_A07

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