OIB_PPP_DATA SAP (Physical properties data table) Table details

Dictionary Type: Table
Description: Physical properties data table




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




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

OIB_PPP_DATA is a standard SAP Table which is used to store Physical properties data table data and is available within R/3 SAP systems depending on the version and release level.

The OIB_PPP_DATA table consists of various fields, each holding specific information or linking keys about Physical properties data table data available in SAP. These include SETID (Number/character defining a set of physical properties data), PAR_NAME (Parameter of the Quantity Conversion Interface), MOLWEIGHT (Molecular weight of natural gas:return value from AGA c-code), BOILPOINTTEMP (Boiling point: temperature at reference pressure).. 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)


SAP OIB_PPP_DATA 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 MANDTCLNT3Assigned to domainMANDT
SETIDNumber/character defining a set of physical properties data OIB_SET_NUMBERCHAR2OIB_PPP_HEADEROIB_CNT
PAR_NAMEParameter of the Quantity Conversion Interface OIB_PAR_NAMECHAR10OIB07OIB_PAR_NAME
MOLWEIGHTMolecular weight of natural gas:return value from AGA c-code OIB_MOLWEIGHTFLTP16(16) OIB_MOLWEIGHT
BOILPOINTTEMPBoiling point: temperature at reference pressure OIB_BOILPOINTTEMPFLTP16(16) TEMP_VALUE
FREEZPOINTTEMPFreezing point: temperature, at defined pressure OIB_FREEZPOINTTEMPFLTP16(16) TEMP_VALUE
VAPRESVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESFLTP16(16) OIB_PRES
BDICHLIQUIDGas component - liquid absolute density at base conditions OIB_BDICHABSFLTP16(16) OIB_DICHT
APIGas component liquid API gravity at base conditions OIB_APIFLTP16(16) OIB_DICHT
RELDICHLIQUIDGas component - liquid relative density at base conditions OIB_BDICHRELFLTP16(16) OIB_DICHT
RELDICHGASGas component ideal gas relative density at base conditions OIB_BDICHRELGSFLTP16(16) OIB_DICHT
BDICHGASGas component -ideal gas absolute density at base conditions OIB_BDICHGSFLTP16(16) OIB_DICHT
SUMMATIONFACTORSummation factor (1/pressure) OIB_SUMMATIONFACTORFLTP16(16) OIB_FAC
LIQ_GAL_LBMOLRatio of liquid component, volume / mol OIB_LGRATGALLBMOLFLTP16(16) OIB_FAC
FT3IDGSGALLIQUIDRatio of ideal gas volume in cubic feet per liquid gallon OIB_LGRATFT3IDGSFLTP16(16) OIB_FAC
VOLRATIORatio of liquid to gaseous volume of component OIB_LGRATFLTP16(16) OIB_FAC
CRITPRESCritical pressure of natural gas component OIB_CRITPRSFLTP16(16) OIB_PRES
CRITTEMPCritical temperature of natural gas component OIB_CRITTMPFLTP16(16) OIB_PRES
BHVALLQSUPGas component heating value, superior, fuel as liquid OIB_BHVALLQSUPFLTP16(16) OIB_HVAL
BHVALGSSUPGas comp. heat. value,superior, id. react. fuel as ideal gas OIB_BHVALGSSUPFLTP16(16) OIB_HVAL
BHVALGSINFGas comp. heat. value, inferior, ideal reaction, ideal gas OIB_BHVALGSINFFLTP16(16) OIB_HVAL
VOLAIRGASRATVolume of air to burn one volume of ideal gas(dimensionless) OIB_AIR_GAS_RATFLTP16(16) OIB_FAC
HVALVAPORHeat of vaporization (heat. value at boiling point) OIB_HVALVAPORFLTP16(16) OIB_HVAL
SPECHEATCVSpecific heat of natural gas component: C_v OIB_SPECHEATCVFLTP16(16) OIB_FAC
SPECHEATCPSpecific heat of natural gas component: C_p OIB_SPECHEATCPFLTP16(16) OIB_FAC
SPECHEATCSSpecific heat of natural gas component: saturated liquid OIB_SPECHEATCSFLTP16(16) OIB_FAC
FLLIMUPFlammability limit, upper, Vol% in air OIB_FLLIMUPFLTP16(16) OIB_FAC
FLLIMLOWFlammability limit, lower, Vol% in air OIB_FLLIMLOWFLTP16(16) OIB_FAC
OCTANEMOTOctane number (motor clear) OIB_MOTORCLEARFLTP16(16) OIB_FAC
OCTANERESOctane number (research clear) OIB_RESEARCHFLTP16(16) OIB_FAC

Key field Non-key field



How do I retrieve data from SAP table OIB_PPP_DATA using ABAP code

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

SELECT SINGLE *
FROM OIB_PPP_DATA
INTO CORRESPONDING FIELDS OF WA_OIB_PPP_DATA
WHERE...

How to access SAP table OIB_PPP_DATA

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