BAPI_QCI_PAR SAP (External structure for QCI parameters) Structure details

Dictionary Type: Structure
Description: External structure for QCI parameters




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




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

BAPI_QCI_PAR 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 "External structure for QCI parameters" 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_BAPI_QCI_PAR TYPE BAPI_QCI_PAR.

The BAPI_QCI_PAR table consists of various fields, each holding specific information or linking keys about External structure for QCI parameters data available in SAP. These include DENS_TYPE (Density Type), SHELL_TEMP (Oil/Gas Test Temperature: Observed Density), SHELL_TEMP_UOM (Silo shell temperature unit), UL_IN_IND (Dipping method (innage, ullage)).. 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: Cannot Be Enhanced


SAP BAPI_QCI_PAR 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
COUNTERLine counter for tank dip processing OIB_DIP_CNTNUMC3NUMC3
DENS_TYPEDensity Type OIB_DNTYPCHAR1OIB_DNTYP
SHELL_TEMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
SHELL_TEMP_UOMSilo shell temperature unit OII_STTEHUNIT3Assigned to domainCUNITMEINS
UL_IN_INDDipping method (innage, ullage) OII_UL_IN_INDCHAR1OII_UL_IN_IND
TEST_TEMPOil/Gas Test Temperature: Observed Density OIB_TSTMPFLTP16(16) TEMP_VALUE
TEST_TEMP_UOMTest Temperature Unit (Density): Measurement OIB_TSTEHUNIT3Assigned to domainCUNITMEINS
MAT_TEMPOil/Gas Material Temperature: Observed Quantity OIB_MTTMPFLTP16(16) TEMP_VALUE
MAT_TEMP_UOMOil/Gas Material Temperature Unit: Observed Quantity OIB_MTTEHUNIT3Assigned to domainCUNITMEINS
BASE_DENSOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
B_DENS_UOMUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
TEST_DENSOil/Gas Test Density OIB_TDICHFLTP16(16) OIB_DICHT
TEST_DENS_UOMUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
FX_DENSFixed Density OIB_FDICHFLTP16(16) OIB_DICHT
FX_DENS_UOMUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
MAT_PRESOil/gas material pressure: observed quantity OIB_MTPRESFLTP16(16) OIB_PRES
MAT_PRES_UOMOil/gas material pressure unit: observed quantity OIB_MTPRESEHUNIT3Assigned to domainCUNITMEINS
TEST_PRES_DENSOil/gas test pressure: metering (obs. density) OIB_TPREDFLTP16(16) OIB_PRES
TEST_PRES_UOMOil/Gas test press. unit: metering (density) OIB_TPREDEHUNIT3Assigned to domainCUNITMEINS
ATM_PRESAtmospheric pressure of the air surrounding a product OIB_ATPRESFLTP16(16) OIB_PRES
ATM_PRES_UOMAtmospheric pressure unit OIB_ATPRESEHUNIT3Assigned to domainCUNITMEINS
VAP_PRESVapor pressure of liquid petroleum gases (LPG) OIB_VAPRESFLTP16(16) OIB_PRES
VAP_PRES_UOMVapor pressure unit (LPG) OIB_VAPRESEHUNIT3Assigned to domainCUNITMEINS
HYDRO_CORR_INDHydrometer Correction Indicator OIB_HYDROCHAR1OIB_XFELD
AB_INDAir Bouyancy Indicator OIB_ABINDCHAR1OIB_XFELD
AB_FACAir buoyancy factor (oil) OIB_ABFAC_FFLTP16(16) OIB_ABFAC_F
MCFMeter correction factor OIB_MCF1FLTP16(16) OIB_VCF
BSWBSW % OIB_BSWCNFLTP16(16) OIB_BSWCN
BSW_UOMBSW % unit (volume %, mol %, mass % or proportion ) OIB_BSWCNEHUNIT3Assigned to domainCUNITMEINS
CONV_GRPLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
QC_COEFFQuantity Conversion Coefficient OIB_COEFFFLTP16(16) OIB_COEFF
QCI_MAN_INDQCI manual indicator OIB_QCIMANINDCHAR1OIB_QCIMANIND

Key field Non-key field



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

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

How to access SAP table BAPI_QCI_PAR

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