OIU_DO_DP SAP (DOI Accounting Information) Table details

Dictionary Type: Table
Description: DOI Accounting Information




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




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

OIU_DO_DP is a standard SAP Table which is used to store DOI Accounting Information data and is available within R/3 SAP systems depending on the version and release level.

The OIU_DO_DP table consists of various fields, each holding specific information or linking keys about DOI Accounting Information data available in SAP. These include BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), MAJPD_CD (Major product 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 OIU_DO_DP 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
PLT_COND_FLPlant Condensate Material FLag OIU_PLT_COND_FLCHAR1OIU_X_FLAG
SCUBBER_OIL_FLScrubber Oil Material FLag OIU_SCRUBBER_OIL_FLCHAR1OIU_X_FLAG
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
DP_NODOI Accounting Information Number OIU_DP_NONUMC12OIU_SYS_NO
ENTL_CDEntitlement Code OIU_ENTL_CDCHAR1OIU_ENTL_CD
MP_NOMeasurement point number OIU_MP_NOCHAR20OIU_PR_MPALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
BLN_ROY_FLBlanchard Royalty Flag OIU_BLN_ROY_FLCHAR1OIU_X_FLAG
REV_RCPT_LAGRevenue Receipt Lag Month OIU_REV_RCPT_LAGNUMC2NUMC2
REV_PRCS_CDRevenue Process Code OIU_REV_PRCS_CDCHAR2OIU_REV_PRCS_CD
NRTF_CDNormal Recording Time Frame Code OIU_NRTF_CDCHAR1OIU_NRTF_CD
REC_PYMT_CDRecord Payment/ Check Write Code OIU_REC_PYMT_CDCHAR1OIU_REC_PYMT_CD
IGNR_PYMT_FLIgnore Payment/Pay Next Check Write Flag OIU_IGNR_PYMT_FLCHAR1OIU_X_FLAG
TAX_RMB_GRNT_CDTax Reimbursement at Gross or Net Code OIU_TAX_RMB_GRNT_CDCHAR1OIU_TAX_RMB_GRNT_CD
TAX_GRNT_CDTax Gross or Net Code OIU_TAX_GRNT_CDCHAR1OIU_TAX_GRNT_CD
SSC_FLSliding Scale Indicator Flag OIU_SSC_FLCHAR1OIU_X_FLAG
CUR_HIST_CDPay on Current/Historical Ownership (Allocate to Owners) OIU_CUR_HIST_CDCHAR1OIU_CUR_HIST_CD
ACCT_ENT_FLAccounting Entry Override Flag OIU_ACCT_ENT_FLCHAR1OIU_X_FLAG
DOI_SUM_FLSummarize RD to DOI Level Flag OIU_DOI_SUM_FLCHAR1OIU_X_FLAG
OVRD_OWN_CDOverride Owner code OIU_OVRD_OWN_CDCHAR2CHAR2
THEO_CND_TAX_FLTheoretical Condensate Tax Calculation Flag OIU_THEO_CND_TAX_FLCHAR1OIU_X_FLAG
WI_PAY_OVRD_FLWorking Interest Payment Override Flag OIU_WI_PAY_OVRD_FLCHAR1OIU_X_FLAG
KOSTLPRA Cost Center OIUCM_KOSTLCHAR10ALPHAOIUCM_KOSTLH_OIUCM_KOSTN
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 OIU_DO_DP using ABAP code

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

SELECT SINGLE *
FROM OIU_DO_DP
INTO CORRESPONDING FIELDS OF WA_OIU_DO_DP
WHERE...

How to access SAP table OIU_DO_DP

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