OIRC_FUELS_PRMAT SAP (SSR - Processing profile/Material) Table details

Dictionary Type: Table
Description: SSR - Processing profile/Material




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




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

OIRC_FUELS_PRMAT is a standard SAP Table which is used to store SSR - Processing profile/Material data and is available within R/3 SAP systems depending on the version and release level.

The OIRC_FUELS_PRMAT table consists of various fields, each holding specific information or linking keys about SSR - Processing profile/Material data available in SAP. These include F_PR (SSR - processing profile ID), MATNR (Material Number), PROWL (Warning loss percentage tolerance limit), PROEL (Error loss percentage tolerance limit).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIRC_FUELS_PRMAT 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
F_PRSSR - processing profile ID OIRC_F_PRCHAR2OIRC_FUELS_PROIRC_F_PR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PROWLWarning loss percentage tolerance limit OIH_WLOSSDEC5(2) PRZ32
PROELError loss percentage tolerance limit OIH_ELOSSDEC5(2) PRZ32
PROWGWarning gain percentage tolerance limit OIH_WGAINDEC5(2) PRZ32
PROEGError gain percentage tolerance limit OIH_EGAINDEC5(2) PRZ32
HANTYGHandling type for transfer gain OIH_HANTYGCHAR2OIH5OIH_HANTYP
HANTYLHandling type for transfer loss OIH_HANTYLCHAR2OIH5OIH_HANTYP
TSTMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
TSTEHTest Temperature Unit (Density): Measurement OIB_TSTEHUNIT3T006CUNITMEINS
MTTMPOil/Gas Material Temperature: Observed Quantity OIB_MTTMPFLTP16(16) TEMP_VALUE
MTTEHOil/Gas Material Temperature Unit: Observed Quantity OIB_MTTEHUNIT3T006CUNITMEINS
THVALHeating value at test conditions (natural gas): observed OIB_THVALFLTP16(16) OIB_HVAL
TDICHEHUnit for densities of petroleum products and natural gas OIB_DNEHUNIT3T006CUNITMEINS
TDICHOil/Gas Test Density OIB_TDICHFLTP16(16) OIB_DICHT
MTPRESOil/gas material pressure: observed quantity OIB_MTPRESFLTP16(16) OIB_PRES
MTPRESEHOil/gas material pressure unit: observed quantity OIB_MTPRESEHUNIT3T006CUNITMEINS
TPREDOil/gas test pressure: metering (obs. density) OIB_TPREDFLTP16(16) OIB_PRES
TPREDEHOil/Gas test press. unit: metering (density) OIB_TPREDEHUNIT3T006CUNITMEINS
TPRHVNatural gas test pressure: combustion (obs. heating value ) OIB_TPRHVFLTP16(16) OIB_PRES
TPRHVEHNatural gas test pressure unit: combustion ( heating value ) OIB_TPRHVEHUNIT3T006CUNITMEINS
TTMPHVNatural gas test temperature: combustion (obs. heat. value ) OIB_TTMPHVFLTP16(16) TEMP_VALUE
TTMPHVEHNatural gas test temp. unit: combustion (heating value) OIB_TTMPHVEHUNIT3T006CUNITMEINS
ATPRESAtmospheric pressure of the air surrounding a product OIB_ATPRESFLTP16(16) OIB_PRES
ATPRESEHAtmospheric pressure unit OIB_ATPRESEHUNIT3T006CUNITMEINS
VAPRESVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESFLTP16(16) OIB_PRES
VAPRESEHVapor pressure unit (LPG) OIB_VAPRESEHUNIT3T006CUNITMEINS
THVALEHHeating value unit OIB_HVEHUNIT3T006CUNITMEINS
MTCOMBTMPNatural gas material combustion temp.: observed quantity OIB_MTCOMBTMPFLTP16(16) TEMP_VALUE
MTCOMBTEHNatural gas material combustion temp. unit: obs. quantity OIB_MTCOMBTEHUNIT3T006CUNITMEINS
MTCOMBPRESNatural gas material combustion pressure: observed quantity OIB_MTCOMBPRESFLTP16(16) OIB_PRES
MTCOMBPRESEHNatural gas material combustion pres. unit: oberved quantity OIB_MTCOMBPRESEHUNIT3T006CUNITMEINS
TSTMPCALNatural gas: Calorimeter test temperature (density) OIB_TSTMPCALFLTP16(16) TEMP_VALUE
TSTMPCALEHNatural gas: unit for calorimeter test temperature (density) OIB_TSTMPCALEHUNIT3T006CUNITMEINS
TPREDCALNatural gas: Calorimeter test pressure (density) OIB_TPREDCALFLTP16(16) OIB_PRES
TPREDCALEHNatural gas: Unit for calorimeter test pressure (density) OIB_TPREDCALEHUNIT3T006CUNITMEINS
HYDROHydrometer Correction Indicator OIB_HYDROCHAR1OIB_XFELD
ABINDAir Bouyancy Indicator OIB_ABINDCHAR1OIB_XFELD
ABFACAir Bouyancy Factor OIB_ABFACDEC3(1) OIB_ABFAC
MCFMeter correction factor OIB_MCF1FLTP16(16) OIB_VCF
BSWCNBSW % OIB_BSWCNFLTP16(16) OIB_BSWCN
BSWCNEHBSW % unit (volume %, mol %, mass % or proportion ) OIB_BSWCNEHUNIT3T006CUNITMEINS
HVCLSHeating value class (calorific value class) OIB_HVCLSCHAR2OIB_HVCLS
HVCLS_TOHeating value class (calorific value class) OIB_HVCLSCHAR2OIB_HVCLS
DEFAULT_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRC_FUELS_PRMAT
INTO CORRESPONDING FIELDS OF WA_OIRC_FUELS_PRMAT
WHERE...

How to access SAP table OIRC_FUELS_PRMAT

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