OIU_DO_DI SAP (Base Venture/DOI Relationship) Table details

Dictionary Type: Table
Description: Base Venture/DOI Relationship




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




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

OIU_DO_DI is a standard SAP Table which is used to store Base Venture/DOI Relationship data and is available within R/3 SAP systems depending on the version and release level.

The OIU_DO_DI table consists of various fields, each holding specific information or linking keys about Base Venture/DOI Relationship data available in SAP. These include BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), DOI_NM (Division of Interest Name).. 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_DI 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_NOCHAR5ALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
DOI_NMDivision of Interest Name OIU_DOI_NMCHAR30OIU_TEXT30
SHTXTDescription OIU_SHTXTCHAR35CHAR35
COMB_PD_CDCombined product code OIU_COMB_PD_CDCHAR3OIUCM_COMB_PD_CDOIU_COMB_PD_CDOIU_COMB_PD_CD
LAND1Country Key LAND1CHAR3T005LAND1LND
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3OIU_CM_LXSGLOIU_SEC_GEO_LOC
DI_LEG_DE_CMT_FLLegal Description Flag OIU_DI_LEG_DE_CMT_FLCHAR1OIU_X_FLAG
PERM_TMPRY_CDPermanent/Temporary Code OIU_PERM_TMPRY_CDCHAR1OIU_PERM_TMPRY_CD
START_DATEStart date OIU_START_DTDATS8DATUMOIU_EFD
EXPIRATION_DATEEnd Date OIU_END_DTDATS8DATUM
DOI_APPR_CDDOI Approval Code OIU_DOI_APPR_CDCHAR1OIU_X_FLAG
CHECKED_OUT_FLChecked out flag OIU_CHECKED_OUT_FLCHAR1OIU_X_FLAG
PPN_PROCESS_DTPPN process date OIUOW_PPN_PROCESS_DTDATS8DATUM
PPN_PROCESS_FLPPN Process Flag OIUOW_PPN_PROCESS_FLCHAR1OIU_X_FLAG
OWN_TRANSFER_FLTransfer Flag OIUOW_TRANSFER_FLCHAR1OIU_X_FLAG
OWN_CHANGE_FLOwner Change Flag OIUOW_CHANGE_FLCHAR1OIU_X_FLAG
CHECK_OUT_DATECheck Out Date OIUOW_CHECK_OUT_DTDEC15TZNTSTMPS
CHECK_IN_DATECheck In Date OIUOW_CHECK_IN_DTDEC15TZNTSTMPS
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_DI using ABAP code

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

SELECT SINGLE *
FROM OIU_DO_DI
INTO CORRESPONDING FIELDS OF WA_OIU_DO_DI
WHERE...

How to access SAP table OIU_DO_DI

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