OIUREP_ENTTY_LOG SAP (Log table for master data entity changes) Table details

Dictionary Type: Table
Description: Log table for master data entity changes




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




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

OIUREP_ENTTY_LOG is a standard SAP Table which is used to store Log table for master data entity changes data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_ENTTY_LOG table consists of various fields, each holding specific information or linking keys about Log table for master data entity changes data available in SAP. These include RPT_YYYYMM (Reporting Year and Month), AGENCY (Agency for Reporting), OIL_GAS_IND (Oil and Gas Indicator), ORG_LEVEL1_NO (Company Code).. 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 OIUREP_ENTTY_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 MANDTCLNT3T000MANDT
RPT_YYYYMMReporting Year and Month OIUREP_RPT_YYYYMMNUMC6OIUREP_RPT_YYYYMM
AGENCYAgency for Reporting OIUREP_ROY_AGENCYCHAR3OIUREP_ROY_AGYCHAR3OIUREP_AGENCYOIUREP_SH_ROY_AGY
OIL_GAS_INDOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
ORG_LEVEL1_NOCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
EFF_YYYYMMEffective Year and Month OIUREP_EFF_YYYYMMNUMC6OIUREP_EFF_YYYYMM
PROPERTY_NOJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
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
MP_NOMeasurement point number OIU_MP_NOCHAR20OIU_PR_MPALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
AGENCY_LEASEAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGY_LSEOIUREP_AGENCY_LEASE
DB_ACTIONType of change (Insert, Delete or Update) OIUREP_CHANGE_TYPECHAR1OIUREP_CHANGE_TYPE
LSE_ALLOC_FACLease Allocation Factor OIUREP_LSE_ALLOC_FACDEC9(8) OIUREP_LSE_ALLOC_FAC
UNIT_PROP_FLAGUnit Property Flag OIUREP_UNIT_PROP_FLAGCHAR1CHAR1
PAYOR_FRACTIONReport factor for royalty reporting OIUREP_REPORT_FACTORDEC9(8) OIUREP_PAYOR_FRACTION
ENTL_FLAGEntitlement Flag OIUY1_ENTL_FLAGCHAR1OIUY1_FLAG
ROY_OBLIGATIONRoyalty Obligation (Y/N) OIUY1_ROY_OBLGCHAR1OIUY1_FLAG
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
PERCENT_REPORTEDReport factor for royalty reporting OIUREP_REPORT_FACTORDEC9(8) OIUREP_PAYOR_FRACTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_ENTTY_LOG
INTO CORRESPONDING FIELDS OF WA_OIUREP_ENTTY_LOG
WHERE...

How to access SAP table OIUREP_ENTTY_LOG

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