OIUH_PR_WL SAP (Oil and Gas appl table) Table details

Dictionary Type: Table
Description: Oil and Gas appl table




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




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

OIUH_PR_WL is a standard SAP Table which is used to store Oil and Gas appl table data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_PR_WL table consists of various fields, each holding specific information or linking keys about Oil and Gas appl table data available in SAP. These include WL_WL_NO (OIUH_CHAR6), WL_API_NO (OIUH_CHAR12), WL_DEV_FL (OIUH_CHAR1), WL_MEAS_SYS_CD (OIUH_CHAR1).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OIUH_PR_WL table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WL_WL_NOOIUH_CHAR6 OIUH_CHAR6CHAR6CHAR6
WL_API_NOOIUH_CHAR12 OIUH_CHAR12CHAR12CHAR12
WL_DEV_FLOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_MEAS_SYS_CDOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_GLE_QYOIUH_DEC9_3 OIUH_DEC9_3DEC9(3) OIUH_DEC9_3
WL_WL_NM9OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_WL_NMOIUH_CHAR35 OIUH_CHAR35CHAR35CHAR35
WL_SLOT_NO_QYOIUH_CHAR5 OIUH_CHAR5CHAR5CHAR5
WL_SUR_LAT_NOOIUH_DEC8_6 OIUH_DEC8_6DEC8(6) OIUH_DEC8_6
SUR_LAT_DIR_CDOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_SUR_LNG_NOOIUH_DEC9_6 OIUH_DEC9_6DEC9(6) OIUH_DEC9_6
SUR_LNG_DIR_CDOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_LEG_DE9OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_LEG_DEOIUH_CHAR60 OIUH_CHAR60CHAR60CHAR60
WL_DO_DPTH_QYOIUH_DEC5 OIUH_DEC5DEC5DEC5
WL_QTR_1_NOOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
WL_QTR_2_NOOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
WL_SECTION_NOOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
WL_TWP_NOOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
WL_TWP_DIR_CDOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_RNG_NOOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
WL_RNG_DIR_CDOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_TARG_DPTH_QYOIUH_DEC7_2 OIUH_DEC7_2DEC7(2) OIUH_DEC7_2
WL_OP_NO9OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_OP_NOOIUH_CHAR6 OIUH_CHAR6CHAR6CHAR6
WL_OP_SEQ_NO9OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_OP_SEQ_NOOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
WL_EXT_COM_FLOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
WL_VER_NOOIUH_DEC5 OIUH_DEC5DEC5DEC5
WL_USER_IDOIUH_CHAR8 OIUH_CHAR8CHAR8CHAR8
WL_TIMESTAMPOIUH_CHAR14 OIUH_CHAR14CHAR14CHAR14

Key field Non-key field



How do I retrieve data from SAP table OIUH_PR_WL using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUH_PR_WL to SELECT all data from the table
DATA: WA_OIUH_PR_WL TYPE OIUH_PR_WL.

SELECT SINGLE *
FROM OIUH_PR_WL
INTO CORRESPONDING FIELDS OF WA_OIUH_PR_WL
WHERE...

How to access SAP table OIUH_PR_WL

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