OIUREP_ADJ_DTLA SAP (MMS OGOR A Adjustment Detail Record) Table details

Dictionary Type: Table
Description: MMS OGOR A Adjustment Detail Record




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




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

OIUREP_ADJ_DTLA is a standard SAP Table which is used to store MMS OGOR A Adjustment Detail Record data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_ADJ_DTLA table consists of various fields, each holding specific information or linking keys about MMS OGOR A Adjustment Detail Record data available in SAP. These include MANDT (Client), AGENCY (Agency for Reporting), REP_NAME (Regulatory Report Name), REG_NUMBER (Regulatory Reporting Run 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 OIUREP_ADJ_DTLA 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
AGENCYAgency for Reporting OIUREP_AGENCYCHAR3OIUREP_REPORTSCHAR3OIUREP_AGENCY
REP_NAMERegulatory Report Name OIU_REP_REPNAMECHAR40OIUREP_REPORTSPROGNAMEOIUREP_REP_NAME
REG_NUMBERRegulatory Reporting Run Number OIUREP_REG_NUMBERNUMC10OIUREP_REG_NUMBER
HEAD_SEQNRRegulatory Reporting Header Sequence Number OIUREP_HEAD_SEQNRNUMC5
REC_TYPEDetail Layout Record Type OIUREP_OGR_REC_TYPECHAR2
LINE_NBROGOR Detail Line Number OIUREP_OGR_LINE_NBRNUMC4
ACTION_CDOGOR Detail Layout Action Code OIUREP_OGR_ACTION_CDCHAR1
VER_NOVersion Number OIUREP_VER_NOINT410OIU_COUNTER
API_WELL_NOOGOR-A API Well Number OIUREP_OGA_API_WL_NOCHAR12
PROD_INTOGOR-A Product Interval OIUREP_OGA_PROD_INT_CDCHAR3
OPER_WELL_NOOGOR-A Operator Well Number OIUREP_OGA_OPER_WELL_NOCHAR15
WELL_STATOGOR-A Well Status Code OIUREP_OGA_WELL_CODECHAR5
DAYS_PRODDays Produced OIUREP_OGA_DAYS_PRODNUMC2
PROD_VOL_OIL_CONProduction Volume Oil/Conensate OIUREP_OGA_PROD_VOL_OILCONDDEC9
PROD_VOL_GASOGOR-A Production Volume Gas OIUREP_OGA_PROD_VOL_GASDEC9
PROD_VOL_WATEROGOR-A Production Volume Water OIUREP_OGA_PROD_VOL_WATERDEC9
TOT_INJE_VOLOGOR-A Injection Volume OIUREP_OGA_INJE_VOLDEC9
ADJUSTMENTSAdjustment Indicator OIUREP_ADJ_INDCHAR1OIUREP_ADJ_D
RPT_FLAGReport Flag - Determines if included in Current/Amended Adj OIUREP_REPORT_FLGCHAR1OIUREP_REPORT_FLAG
USERIDUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMPTime Stamp - Short Format TZNTSTMPSLNUMC15TSTPSTZNTSTMPSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_ADJ_DTLA
INTO CORRESPONDING FIELDS OF WA_OIUREP_ADJ_DTLA
WHERE...

How to access SAP table OIUREP_ADJ_DTLA

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