ROIUXI_COMM_DI SAP (Base DOI COMM Structure) Structure details

Dictionary Type: Structure
Description: Base DOI COMM Structure




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




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

ROIUXI_COMM_DI 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 "Base DOI COMM Structure" 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_ROIUXI_COMM_DI TYPE ROIUXI_COMM_DI.

The ROIUXI_COMM_DI table consists of various fields, each holding specific information or linking keys about Base DOI COMM Structure data available in SAP. These include VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), DOI_NM (Division of Interest Name), COMB_PD_CD (Combined 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ROIUXI_COMM_DI 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
DOI_NMDivision of Interest Name OIU_DOI_NMCHAR30OIU_TEXT30
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
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
PPN_PROCESS_FLGenerate PPA flag OIUXI_PPN_PROCESS_FLCHAR1OIUXI_BOOLEAN_FLAG
PPN_PROCESS_DTPPN process date OIUOW_PPN_PROCESS_DTDATS8DATUM
MKT_CHG_DT_OILMarketing change date - oil OIUXI_MKT_CHG_DT_OILDATS8DATUM
MKT_CHG_DT_GASMarketing change date - Gas OIUXI_MKT_CHG_DT_GASDATS8DATUM

Key field Non-key field



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

As ROIUXI_COMM_DI 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 ROIUXI_COMM_DI as there is no data to select.

How to access SAP table ROIUXI_COMM_DI

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