OIUPR_WCDPS SAP (Well Completion Daily Pressures) Table details

Dictionary Type: Table
Description: Well Completion Daily Pressures




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




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

OIUPR_WCDPS is a standard SAP Table which is used to store Well Completion Daily Pressures data and is available within R/3 SAP systems depending on the version and release level.

The OIUPR_WCDPS table consists of various fields, each holding specific information or linking keys about Well Completion Daily Pressures data available in SAP. These include WL_NO (Well ID number), WC_NO (Well Completion Number), EFF_FROM_TS (Effective from timestamp), EFF_TO_TS (Effective to timestamp).. 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: Can be enhanced (character-type or numeric)


SAP OIUPR_WCDPS 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_NOWell ID number OIU_WL_NOCHAR15OIU_PR_WELLALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5OIU_PR_WCALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
EFF_FROM_TSEffective from timestamp OIU_EFF_FROM_TSDEC15TZNTSTMPS
EFF_TO_TSEffective to timestamp OIU_EFF_TO_TSDEC15TZNTSTMPS
CHO_SZChoke size OIU_CHO_SZQUAN13(3) MENGE
CHO_SZ_UChoke size unit OIU_CHO_SZ_UUNIT3T006CUNITMEINS
TUB_PSTubing pressure OIU_TUB_PSQUAN13(3) MENGE
TUB_PS_UTubing Pressure Unit OIU_TUB_PS_UUNIT3T006CUNITMEINS
WCDPS_NOWC daily pressures - header number OIUPR_WCDPS_NOCHAR10ALPHAOIU_DOCNR
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUPR_WCDPS
INTO CORRESPONDING FIELDS OF WA_OIUPR_WCDPS
WHERE...

How to access SAP table OIUPR_WCDPS

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