OIB_PPP_HEADER SAP (Header data: physical properties of hydrocarbons) Table details

Dictionary Type: Table
Description: Header data: physical properties of hydrocarbons




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




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

OIB_PPP_HEADER is a standard SAP Table which is used to store Header data: physical properties of hydrocarbons data and is available within R/3 SAP systems depending on the version and release level.

The OIB_PPP_HEADER table consists of various fields, each holding specific information or linking keys about Header data: physical properties of hydrocarbons data available in SAP. These include SETID (Number/character defining a set of physical properties data), BSTEHPPP (Base temperature unit for physical properties data), BPRESEHPPP (Base pressure unit for physical properties data), BSTMP (Oil/gas standard/base temperature).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = OIB_PPP_HEADERT


SAP OIB_PPP_HEADER table 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
MANDTClient MANDTCLNT3T000MANDT
SETIDNumber/character defining a set of physical properties data OIB_SET_NUMBERCHAR2OIB_CNT
BSTEHPPPBase temperature unit for physical properties data OIB_BSTEHPPPUNIT3T006CUNITMEINS
BPRESEHPPPBase pressure unit for physical properties data OIB_BPRESEHPPPUNIT3T006CUNITMEINS
BSTMPOil/gas standard/base temperature OIB_BSTMPFLTP16(16) TEMP_VALUE
BPRESVOil/gas standard/base pressure:metering (volume, density) OIB_BPRESVFLTP16(16) OIB_PRES
BSTMPHNatural Gas Base Temperature of Combustion (Heating Value) OIB_BSTMPHFLTP16(16) TEMP_VALUE
BPRESHNatural Gas Base Pressure for Combustion (Heating Value) OIB_BPRESHFLTP16(16) B_FLOAT
BDNEHUnit for densities at standard/base conditions OIB_BDNEHUNIT3T006CUNITMEINS
BHVALEHHeating value unit at standard/base conditions (natural gas) OIB_BHVEHUNIT3T006CUNITMEINS
SPECHEATEHSpecific heat of natural gas: unit OIB_SPECHEATEHUNIT3T006CUNITMEINS
BOILPOINTREFPRESBoiling point reference pressure OIB_BOILPOINTPRESFLTP16(16) TEMP_VALUE
FREEZPOINTREFPRSFreezing point reference pressure OIB_FREEZPOINTREFPRSFLTP16(16) TEMP_VALUE
VAPRESREFTMPReference temperature of vapor pressure OIB_VAPRESREFTMPFLTP16(16) OIB_PRES
BSTMPSUMMATIONGas component base temperature: summation factor OIB_BSTMPPPSUMFLTP16(16) TEMP_VALUE
FLLIMTEMPGas component base temperature: flammability limit OIB_BSTMPPPFLTP16(16) TEMP_VALUE
FLLIMPRESGas component base pressure: flammability limit OIB_BPRESPPPFLTP16(16) OIB_PRES
MOLWEIGHTEHUnit for molar mass OIB_MOLWEIGHTEHUNIT3T006CUNITMEINS
BHVALEH_LIQHeating value unit at standard/base conditions (natural gas) OIB_BHVEHUNIT3T006CUNITMEINS
VOLMOLEHUnit for Volume/mol ratio OIB_VOLMOLEHUNIT3T006CUNITMEINS
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 table OIB_PPP_HEADER using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIB_PPP_HEADER to SELECT all data from the table
DATA: WA_OIB_PPP_HEADER TYPE OIB_PPP_HEADER.

SELECT SINGLE *
FROM OIB_PPP_HEADER
INTO CORRESPONDING FIELDS OF WA_OIB_PPP_HEADER
WHERE...

How to access SAP table OIB_PPP_HEADER

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