BAPI_OIU_WCTST_1 SAP (well test bai detail) Structure details

Dictionary Type: Structure
Description: well test bai detail




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




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

BAPI_OIU_WCTST_1 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 "well test bai detail" 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_OIU_WCTST_1 TYPE BAPI_OIU_WCTST_1.

The BAPI_OIU_WCTST_1 table consists of various fields, each holding specific information or linking keys about well test bai detail data available in SAP. These include DOC_YEAR (Document year), AL_FL (Allocation Indicator Code), OC_U (Oil condensate unit), OC (Oil Condensate).. 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_OIU_WCTST_1 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
WCTST_NOWell Test Number OIU_WCTST_NOCHAR10ALPHAOIU_DOCNR
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
AL_FLAllocation Indicator Code OIU_AL_IND_CDCHAR1OIU_X_FLAG
OC_UOil condensate unit OIU_OC_UUNIT3Assigned to domainCUNITMEINS
OCOil Condensate OIU_OCQUAN13(3) MENGE
WATER_UWater Unit OIU_WATER_UUNIT3Assigned to domainCUNITMEINS
WATERWater Quantity OIU_WATERQUAN13(3) MENGE
DUR_HRSDuration Hours OIU_DUR_HRSDEC10OIU_DUR_HRS
DUR_MINDuration Minutes OIU_DUR_MINDEC2OIU_DUR_MIN
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3Assigned to domainCUNITMEINSOUMH
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
GLG_UGLG Unit (Gas Lift Gas Unit) OIU_GLG_UUNIT3Assigned to domainCUNITMEINS
GLGGas Lift (GLG) OIU_GLGQUAN13(3) MENGE
GAS_UGas Unit OIU_GAS_UUNIT3Assigned to domainCUNITMEINS
GASGas OIU_GASQUAN13(3) MENGE
NET_GAS_UNet Gas Unit OIU_NET_GAS_UUNIT3Assigned to domainCUNITMEINS
CO2_PCCO2 PC OIU_CO2PCQUAN13(3) MENGE
CHO_SZChoke size OIU_CHO_SZQUAN13(3) MENGE
CHO_SZ_UChoke size unit OIU_CHO_SZ_UUNIT3Assigned to domainCUNITMEINS
FLO_PS_UFlow pressure unit (FLO PS unit) OIU_FLO_PS_UUNIT3Assigned to domainCUNITMEINS
FLO_PSFlow pressure (Flow PS) OIU_FLO_PSQUAN13(3) MENGE
TMP_UTemperature Unit OIU_TMP_UUNIT3Assigned to domainCUNITMEINS
TMPTemperature OIU_TMPQUAN13(3) MENGE
BASE_DENSITY_UUnit for densities at standard/base conditions OIB_BDNEHUNIT3Assigned to domainCUNITMEINS
BASE_DENSITYOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
DENTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP

Key field Non-key field



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

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

How to access SAP table BAPI_OIU_WCTST_1

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