OIU_WELL_VOLUMES_ODP SAP (WELL VOLUMES STRUCTURE FOR ODP) Structure details

Dictionary Type: Structure
Description: WELL VOLUMES STRUCTURE FOR ODP




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




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

OIU_WELL_VOLUMES_ODP 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 VOLUMES STRUCTURE FOR ODP" 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_OIU_WELL_VOLUMES_ODP TYPE OIU_WELL_VOLUMES_ODP.

The OIU_WELL_VOLUMES_ODP table consists of various fields, each holding specific information or linking keys about WELL VOLUMES STRUCTURE FOR ODP data available in SAP. These include BUKRS (Company Code), COST_CENTER (PRA Cost Center), PRD_DT (Production date), VNAME (Joint Venture).. 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: Can be enhanced (character-type or numeric)


SAP OIU_WELL_VOLUMES_ODP 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
OR1_OR_LVL_1_NOOrg. Level 1 - Company OIUH_CHAR3_ORGLVL1CHAR3Assigned to domainOIUH_OR_LVL_1_NO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COST_CENTERPRA Cost Center OIUCM_KOSTLCHAR10ALPHAOIUCM_KOSTLH_OIUCM_KOSTN
PRD_DTProduction date OIU_PRD_DTDATS8DATUMOIU_PRD_DATE
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
OIL_UOMUnit of Measure OIU_UOMUNIT3Assigned to domainCUNITMEINS
GAS_UOMUnit of Measure OIU_UOMUNIT3Assigned to domainCUNITMEINS
OIL_GROSS_PRDGross Production OIU_GROSS_PRDQUAN13(3) MENGE
OIL_GROSS_PRD_UGross production unit OIU_GROSS_PRD_UUNIT3Assigned to domainCUNITMEINS
OIL_GROSS_SALESGross Sales OIU_GROSS_SALEQUAN13(3) MENGE
OIL_GROSS_SALES_UGross sales unit OIU_GROSS_SALE_UUNIT3Assigned to domainCUNITMEINS
OIL_NET_PRDNet Production OIU_NET_PRDQUAN13(3) MENGE
OIL_NET_PRD_UNet Production unit OIU_NET_PRD_UUNIT3Assigned to domainCUNITMEINS
OIL_NET_SALESNet Sales OIU_NET_SALEQUAN13(3) MENGE
OIL_NET_SALES_UNet sales unit OIU_NET_SALE_UUNIT3Assigned to domainCUNITMEINS
GAS_GROSS_PRDGross Production OIU_GROSS_PRDQUAN13(3) MENGE
GAS_GROSS_PRD_UGross production unit OIU_GROSS_PRD_UUNIT3Assigned to domainCUNITMEINS
GAS_NET_PRDNet Production OIU_NET_PRDQUAN13(3) MENGE
GAS_NET_PRD_UNet Production unit OIU_NET_PRD_UUNIT3Assigned to domainCUNITMEINS
GAS_GROSS_SALESGross Sales OIU_GROSS_SALEQUAN13(3) MENGE
GAS_GROSS_SALES_UGross sales unit OIU_GROSS_SALE_UUNIT3Assigned to domainCUNITMEINS
GAS_NET_SALESStandard volume OIU_STD_VOLQUAN13(3) MENGE
GAS_NET_SALES_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS
STATUS_CDWell completion status code OIU_WC_STATUS_CDCHAR2Assigned to domainOIU_WC_STATUS_CD
STATUS_DEStatus description OIU_STATUS_DECHAR35OIU_TEXT35
WL_CLASS_CDWell class code OIU_WL_CLASS_CDCHAR2Assigned to domainOIU_WL_CLASS_CD
WL_CLASS_DEWell Class Description OIU_WL_CLASS_DECHAR50OIU_TEXT50
BOEBarrel Of Oil Equivalent OIU_BOEQUAN13(3) MENGE
BOE_UBarrel Of Oil Equivalent unit OIU_BOE_UUNIT3Assigned to domainCUNITMEINS
BOEPDBarrel of Oil Equivalent Per Day OIU_BOEPDQUAN13(3) MENGE
BOEPD_UBarrel of Oil Equivalent Per Day Unit OIU_BOEPD_UUNIT3Assigned to domainCUNITMEINS
WL_DEWell Description OIU_WL_DE_CONVCHAR35OIUNMOIU_TEXT35_CONV
SHTXTDescription OIU_SHTXTCHAR35CHAR35
CNTRY_CDCountry OIU_COUNTRYCHAR3Assigned to domainLAND1OIU_LAND1
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2Assigned to domainOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3Assigned to domainOIU_SEC_GEO_LOC
VT_CDVolume type code OIU_VT_CDCHAR2Assigned to domainOIU_VL_TYPE_CDOIU_VTCD
STD_VOLStandard volume OIU_STD_VOLQUAN13(3) MENGE
STD_VOL_UStandard volume unit OIU_STD_VOL_UUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table OIU_WELL_VOLUMES_ODP

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