ROIU_DO_JV SAP (Maintenance Structure: OIU_DO_JV) Structure details

Dictionary Type: Structure
Description: Maintenance Structure: OIU_DO_JV




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




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

ROIU_DO_JV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Maintenance Structure: OIU_DO_JV" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIU_DO_JV TYPE ROIU_DO_JV.

The ROIU_DO_JV table consists of various fields, each holding specific information or linking keys about Maintenance Structure: OIU_DO_JV data available in SAP. These include MANDT (Client), BUKRS (Company Code), VNAME (Joint Venture), VNAME_INT_CD (Venture Interest 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIU_DO_JV structure 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_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
VNAME_INT_CDVenture Interest Code OIU_VNAME_INT_CDCHAR2OIU_PR_INT_CD
VNAME_NMventure name OIU_VNAME_NMCHAR35OIU_TEXT35
SHTXTDescription OIU_SHTXTCHAR35CHAR35
STS_CODEVenture Status OIU_VNAME_STATUSCHAR2OIU_CM_VNAMSTOIU_VNAME_STATUS
STS_EFF_DTStatus Effective Date OIU_STS_EFF_DTDATS8DATUM
COUNTRYCountry 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
ACQ_DTAcquired Date OIU_ACQ_DTDATS8DATUM
TYPE_CDVenture Usage Type OIU_VNAME_TYPE_CDCHAR2OIU_PR_TYPE_CDOIU_VENTURE_TYPE
OLD_VNAME_NOOld lease ID OIU_OLD_VNAME_NOCHAR18OBJNR
UNIT_FLUnit venture flag OIU_UNIT_FLCHAR1OIU_X_FLAG
DOI_BY_TR_FLDOI by tract flag OIU_DOI_BY_TR_FLCHAR1OIU_X_FLAG
DRL_FUND_FLDrill Fund Flag OIU_DRL_FUND_FLCHAR1OIU_X_FLAG
ONS_OFS_CDOnshore/Offshore codes OIU_ONS_OFS_CDCHAR1OIU_ONS_OFS_CD
ACQ_FROM_KUNNRParty Acquired From OIU_ACQ_FROM_KUNNRCHAR10KNA1ALPHAKUNNR
SLD_TO_KUNNRParty Sold To OIU_SLD_TO_KUNNRCHAR10KNA1ALPHAKUNNR
LEG_DE_CMT_FLLegal description OIU_LEG_DE_CMT_FLCHAR1OIU_X_FLAG
FIELDField ID OIU_FIELDIDCHAR10OIU_PR_FIELDALPHAOIU_FIELDIDOIU_FIELD
SPACE_ORD_NOSpacing Order Number OIU_SPACE_ORD_NOCHAR20CHAR20
LPN_NOLand Venture Number OIU_LPN_NOCHAR9OIU_LPN_NO
DOI_PRT_FLDOI Print Flag OIU_DOI_PRT_FLCHAR1OIU_X_FLAG
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
XXDBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
VNAME_CREATEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
VNAME_NM_CREATEventure name OIU_VNAME_NMCHAR35OIU_TEXT35
REF_BUKRSReference Company Code REF_BUKRSCHAR4T001BUKRSRBU
REF_BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
REF_VNAMEReference Joint Venture OIU_JV_NAME_REFCHAR6OIU_DO_JVALPHAJV_NAMEOIU_R_JV
REF_VNAME_NMventure name OIU_VNAME_NMCHAR35OIU_TEXT35
VACTIVEVenture status OIU_VACTIVECHAR1OIU_X_FLAG
VNAME_INT_CD_DEShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
VNAME_STATUS_DEDescription OIU_VNAME_STATUS_DECHAR50OIU_TEXT50
TYPE_CD_DEShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
VTYPEVenture Type OIU_VTYPECHAR1OIU_X_FLAG
OPERATOROperator for Non-Operated Venture JV_OPERATCHAR10KNA1ALPHAKUNNR
OPER_NAME1Name 1 NAME1_GPCHAR35NAME
FIELD_NMField name OIU_FL_NMCHAR35OIU_TEXT35
MCOD1Search term for matchcode search MCDD1CHAR25CHAR25
UN_VOL_FLMaintain Unit/Venture Volume OIU_UN_VOL_FLCHAR1OIU_X_FLAG
CNTRY_DECountry Name LANDXCHAR15TEXT15
PRI_GEO_DEPrimary geographical location description OIU_PRI_GEO_DESCCHAR30CHAR30
SEC_GEO_DESecondary Geographical Location Description OIU_SEC_GEO_DESCCHAR30CHAR30
ONS_OFS_DEShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
AQR_FROM_NAME1Name 1 NAME1_GPCHAR35NAME
SOLD_TO_NAME1Name 1 NAME1_GPCHAR35NAME

Key field Non-key field



How do I retrieve data from SAP structure ROIU_DO_JV using ABAP code?

As ROIU_DO_JV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIU_DO_JV as there is no data to select.

How to access SAP table ROIU_DO_JV

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