ROIUT2_LOAD_DI SAP (Base DOI) Structure details

Dictionary Type: Structure
Description: Base DOI




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




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

ROIUT2_LOAD_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" 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_ROIUT2_LOAD_DI TYPE ROIUT2_LOAD_DI.

The ROIUT2_LOAD_DI table consists of various fields, each holding specific information or linking keys about Base DOI data available in SAP. These include MANDT (Client), BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)).. 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 ROIUT2_LOAD_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_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
SHTXTDescription OIU_SHTXTCHAR35CHAR35
COMB_PD_CDCombined product code OIU_COMB_PD_CDCHAR3OIUCM_COMB_PD_CDOIU_COMB_PD_CDOIU_COMB_PD_CD
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2Assigned to domainOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3Assigned to domainOIU_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
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
CPCD_DESCCombined Product Code Description OIU_CPCD_DESCCHAR30OIU_TEXT30
LANDXCountry Name LANDXCHAR15TEXT15
PRI_GEO_DEPrimary geographical location description OIU_PRI_GEO_DESCCHAR30CHAR30
SEC_GEO_DESecondary Geographical Location Description OIU_SEC_GEO_DESCCHAR30CHAR30
GENR_DO_FLGenerated Division Order Flag OIU_GENR_DO_FLCHAR1OIU_X_FLAG
DO_EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
PRINT_USERName of Person who Created the Object ERNAMCHAR12USNAM
LAB_ONLY_FLLabels Only Flag OIU_LAB_ONLY_FLCHAR1OIU_X_FLAG
COPIES_NONumber of printouts CO_COPIESNUMC2NUMC2
XXDBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1
REF_BUKRSReference company code BUKRS_REFCHAR4T001BUKRSBKR
REF_BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
REF_VNAMEReference Joint Venture OIU_JV_NAME_REFCHAR6OIU_DO_JVALPHAJV_NAMEOIU_R_JV
REF_DOI_NOReference Division of Interest Number OIU_DOI_NO_REFCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_R_DOI
REF_DOI_NMDivision of Interest Name OIU_DOI_NMCHAR30OIU_TEXT30
MKT_CHG_DT_OILMarketing change date - oil OIUT2_MKT_CHG_DT_OILDATS8DATUM
MKT_CHG_DT_GASMarketing change date - GAs OIUT2_MKT_CHG_DT_GASDATS8DATUM

Key field Non-key field



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

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

How to access SAP table ROIUT2_LOAD_DI

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