GHO_WC_RULE_LOG SAP (Log table for Well Completion Override, Reproduce material) Table details

Dictionary Type: Table
Description: Log table for Well Completion Override, Reproduce material




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




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

GHO_WC_RULE_LOG is a standard SAP Table which is used to store Log table for Well Completion Override, Reproduce material data and is available within R/3 SAP systems depending on the version and release level.

The GHO_WC_RULE_LOG table consists of various fields, each holding specific information or linking keys about Log table for Well Completion Override, Reproduce material data available in SAP. These include NET_ID (Network Object ID), WC_ID (Well Completion ID), FREQ (Allocation Frequency), MEDIUM (Product on which Allocation is Performed (Oil, Gas, Water)).. 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 GHO_WC_RULE_LOG 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
NET_IDNetwork Object ID GHO_NETOBJ_IDCHAR30Assigned to domainTPLNRTPLNR
WC_IDWell Completion ID GHO_WC_IDCHAR30Assigned to domainTPLNRTPLNR
FREQAllocation Frequency GHO_ALLOC_FREQUENCYCHAR2GHO_ALLOC_FREQAPPL_GHO_FREQ
MEDIUMProduct on which Allocation is Performed (Oil, Gas, Water) GHO_PRODUCTCHAR6Assigned to domainMEDIUH_T372M
VALID_FROMValid from Timestamp GHO_VALID_FROM_TSDEC15TZNTSTMPS
LOG_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
RULE_TYPERule type GHO_RULE_TYPECHAR1GHO_RULE_TYPE
CRUD_INDICATORIndicator for CRUD Operations GHO_CRUD_INDICATORCHAR1GHO_CRUD_INDICATOR
VALID_TOValid to Timestamp GHO_VALID_TO_TSDEC15TZNTSTMPS
THEO_CALC_METHODTheoretical Calculation Method (TCM) for estd. production. GHO_ALLOC_TCMCHAR2GHO_ALLOC_TCM
NUM_OF_TESTSNumber of tests for Thoeretical Calculation Methods GHO_NUM_OF_TESTSNUMC5NUMC
GLG_TCMGas Lift Gas Theoretical Calculation Method GHO_ALLOC_GLG_TCMCHAR2GHO_ALLOC_TCM
GLG_NUM_OF_TESTSNumber of tests for Gas Lift Gas TCM GHO_NUM_OF_TESTS_GLG_TCMNUMC5NUMC
GHO_MV_NETOBJ_IDNetwork Object ID GHO_NETOBJ_IDCHAR30Assigned to domainTPLNRTPLNR
GHO_MV_QTY_TYPEQuantity Type GHO_QTY_TYPENUMC3GHO_QTY_TYPEGHO_DISP
GHO_MV_IMRC_POINMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
FORM_PERCENTAGETwo digit number NUMC2NUMC2NUMC2
ALLOC_MATERIALMaterial relevant for allocation GHO_ALLOC_MATERIALCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CREATED_BYName of the user that created the record GHO_CREATED_BYCHAR12USNAM
CREATED_TSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYName of the user that changed the record GHO_CHANGED_BYCHAR12USNAM
CHANGED_TSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_WC_RULE_LOG
INTO CORRESPONDING FIELDS OF WA_GHO_WC_RULE_LOG
WHERE...

How to access SAP table GHO_WC_RULE_LOG

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