BAPI_OIU_WC_4 SAP (BAPI: Well Completion - Engineering Information) Structure details

Dictionary Type: Structure
Description: BAPI: Well Completion - Engineering Information




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




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

BAPI_OIU_WC_4 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 "BAPI: Well Completion - Engineering Information" 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_WC_4 TYPE BAPI_OIU_WC_4.

The BAPI_OIU_WC_4 table consists of various fields, each holding specific information or linking keys about BAPI: Well Completion - Engineering Information data available in SAP. These include PUR_CD (Well purpose code), DEV_PGM_NO (Development program number), BASE_BHP_U (Base bottom hole pressure), BASE_BHP (Base bottom hole pressure (BHP)).. 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_WC_4 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
LSE_LE_WL_FLLease line well flag OIU_LE_WL_FLCHAR1OIU_X_FLAG
PUR_CDWell purpose code OIU_WL_PUR_CDCHAR1OIU_PR_WLPUROIU_WL_PUR_CD
DEV_PGM_NODevelopment program number OIU_DEV_PGM_NOCHAR2OIU_PR_WLPROGOIU_DEV_PGMNO
BASE_BHP_UBase bottom hole pressure OIU_BASE_BHP_UUNIT3T006CUNITMEINS
BASE_BHPBase bottom hole pressure (BHP) OIU_BASE_BHPQUAN17(3) OIU_QUANTITY_17_3
ELEV_DPH_UElevation/Depth Unit OIU_ELEV_DPH_UUNIT3T006CUNITMEINS
BEG_PRF_DPHBegin Perforation Depth OIU_BEG_PRFQUAN17(3) OIU_QUANTITY_17_3
END_PRF_DPHEnd Performation Depth OIU_END_PRFQUAN17(3) OIU_QUANTITY_17_3
KB_ELEVKB elevation OIU_KB_ELEVQUAN17(3) OIU_QUANTITY_17_3
DATUM_DPTHDatum depth OIU_DATUM_DPTHQUAN17(3) OIU_QUANTITY_17_3
PLG_BCK_DPTHPlug hole depth OIU_PLG_DPTHQUAN17(3) OIU_QUANTITY_17_3

Key field Non-key field



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

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

How to access SAP table BAPI_OIU_WC_4

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