OIUP_PR_WCTST SAP (Well Test (PDM Shadow)) Table details

Dictionary Type: Table
Description: Well Test (PDM Shadow)




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




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

OIUP_PR_WCTST is a standard SAP Table which is used to store Well Test (PDM Shadow) data and is available within R/3 SAP systems depending on the version and release level.

The OIUP_PR_WCTST table consists of various fields, each holding specific information or linking keys about Well Test (PDM Shadow) data available in SAP. These include PDM_GUID (GUID in 'CHAR' Format in Uppercase), WCTST_NO (Well Test Number), DOC_YEAR (Document year), WL_NO (Well ID 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: 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 OIUP_PR_WCTST 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
PDM_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
WCTST_NOWell Test Number OIU_WCTST_NOCHAR10ALPHAOIU_DOCNR
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
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
TEST_DTTest date OIU_TEST_DTDEC15TZNTSTMPS
STRM_TYPE_CDStream type code OIU_STRM_TYPE_CDCHAR1OIU_PR_STRMTOIU_STRM_TYPE_CDOIU_STC
TST_TYPE_CDTest type OIU_TST_TYPE_CDCHAR1OIU_TST_TYPE_CDOIU_TEST_TYPE_CD
AL_FLAllocation Indicator Code OIU_AL_IND_CDCHAR1OIU_X_FLAG
OC_UOil condensate unit OIU_OC_UUNIT3T006CUNITMEINS
OCOil Condensate OIU_OCQUAN13(3) MENGE
WATER_UWater Unit OIU_WATER_UUNIT3T006CUNITMEINS
WATERWater Quantity OIU_WATERQUAN13(3) MENGE
DUR_HRSDuration Hours OIU_DUR_HRSDEC10OIU_DUR_HRS
DUR_MINDuration Minutes OIU_DUR_MINDEC2OIU_DUR_MIN
HEAT_VAL_UHeating Value Unit OIU_HEAT_VAL_UUNIT3T006CUNITMEINSOUMH
HEAT_VALHeating value OIU_HEAT_VALQUAN13(3) MENGE
GLG_UGLG Unit (Gas Lift Gas Unit) OIU_GLG_UUNIT3T006CUNITMEINS
GLGGas Lift (GLG) OIU_GLGQUAN13(3) MENGE
GAS_UGas Unit OIU_GAS_UUNIT3T006CUNITMEINS
GASGas OIU_GASQUAN13(3) MENGE
NET_GAS_UNet Gas Unit OIU_NET_GAS_UUNIT3T006CUNITMEINS
NET_GASNet Gas OIU_NET_GASQUAN13(3) MENGE
N2_PCN2 Percent OIU_N2PCQUAN13(3) MENGE
CO2_PCCO2 PC OIU_CO2PCQUAN13(3) MENGE
CHO_SZChoke size OIU_CHO_SZQUAN13(3) MENGE
CHO_SZ_UChoke size unit OIU_CHO_SZ_UUNIT3T006CUNITMEINS
FLO_PS_UFlow pressure unit (FLO PS unit) OIU_FLO_PS_UUNIT3T006CUNITMEINS
FLO_PSFlow pressure (Flow PS) OIU_FLO_PSQUAN13(3) MENGE
TMP_UTemperature Unit OIU_TMP_UUNIT3T006CUNITMEINS
TMPTemperature OIU_TMPQUAN13(3) MENGE
BASE_DENSITY_UUnit for densities at standard/base conditions OIB_BDNEHUNIT3T006CUNITMEINS
BASE_DENSITYOil/gas density at standard/base conditions OIB_BDICHFLTP16(16) OIB_DICHT
DENTYPDensity Type OIB_DNTYPCHAR1OIB_DNTYP
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 OIUP_PR_WCTST using ABAP code

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

SELECT SINGLE *
FROM OIUP_PR_WCTST
INTO CORRESPONDING FIELDS OF WA_OIUP_PR_WCTST
WHERE...

How to access SAP table OIUP_PR_WCTST

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