OIU_ENP SAP (IS Oil E&P invoicing interface include structure) Structure details

Dictionary Type: Structure
Description: IS Oil E&P invoicing interface include structure




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




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

OIU_ENP 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 "IS Oil E&P invoicing interface include structure" 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_ENP TYPE OIU_ENP.

The OIU_ENP table consists of various fields, each holding specific information or linking keys about IS Oil E&P invoicing interface include structure data available in SAP. These include OIU_WC_NO (Well Completion Number), OIU_DN_NO (Delivery network number), OIU_MP_NO (Measurement point number), OIU_RUN_TKT_NO (Run Ticket Number).. 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_ENP 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
OIU_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
OIU_WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
OIU_DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN
OIU_MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
OIU_RUN_TKT_NORun Ticket Number OIU_RUN_TKT_NOCHAR7CHAR7
OIU_MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
OIU_A_H_VAL_FCTActual Heating Factor OIU_ACT_HEAT_VAL_FCTQUAN13(3) MENGE
OIU_A_H_VAL_F_UMeasurement unit OIU_MEAS_UUNIT3Assigned to domainCUNITMEINS
OIU_GRV_AMOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
OIU_DENSITY_UHeating value unit at standard/base conditions (natural gas) OIB_BHVEHUNIT3Assigned to domainCUNITMEINS
OIU_TRNSP_NOTransporter number OIU_TRNSP_NOCHAR10Assigned to domainALPHAKUNNROIU_TRNSP_NO
OIU_TRNSP_REF_NOTransporter Reference Number OIU_TRNSP_REF_NOCHAR25OIU_TEXT25OIU_TRNSP_R
OIU_SALE_DT_FROMSales From-Date OIU_SA_DT_FROMDATS8DATUM
OIU_SALE_DT_TOSales To-Date OIU_SA_DT_TODATS8DATUM
OIU_ORIG_MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
OIU_PR_WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
OIU_PR_MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
OIU_PR_WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
OIU_VNAMELayout VNAMECHAR3CHAR3
OIU_FREQ_CDFrequency OIU_FREQ_CDCHAR1OIU_FREQ_CDOIU_FRQ
OIU_DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI

Key field Non-key field



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

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

How to access SAP table OIU_ENP

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