ROIUT2_LOAD_DOH SAP (Ownership History) Structure details

Dictionary Type: Structure
Description: Ownership History




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




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

ROIUT2_LOAD_DOH 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 "Ownership History" 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_DOH TYPE ROIUT2_LOAD_DOH.

The ROIUT2_LOAD_DOH table consists of various fields, each holding specific information or linking keys about Ownership History data available in SAP. These include MANDT (Client), DOH_NO (DO History Number), BUKRS (Company Code), VNAME (Joint Venture).. 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_DOH 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 MANDTCLNT3T000MANDT
DOH_NODO History Number OIU_DOH_NONUMC12OIU_SYS_NO
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
OLD_OWN_NOPRA owner OIU_OWN_NOCHAR10Assigned to domainALPHALIFNROIU_OWN_NO
OLD_OWN_INT_TYPEParticipant Interest Type OIU_PART_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPEOIU_PART_INT_TYPE
OLD_OWN_ISQ_NOOwner Interest Sequence Number OIU_OWN_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NOOIU_OWN_ISQ_NO
NEW_OWN_NOPRA owner OIU_OWN_NOCHAR10Assigned to domainALPHALIFNROIU_OWN_NO
NEW_OWN_INT_TYPEParticipant Interest Type OIU_PART_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPEOIU_PART_INT_TYPE
NEW_OWN_ISQ_NOOwner Interest Sequence Number OIU_OWN_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NOOIU_OWN_ISQ_NO
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
OLD_NRI_PCNet Revenue Interest Percent OIU_NRI_PCDEC9(8) OIU_PERCENT98
OLD_COST_VEND_CDCustomer/Vendor Indicator OIU_CUST_VEND_CDCHAR1OIU_CUST_VEND_CD
NEW_NRI_PCNet Revenue Interest Percent OIU_NRI_PCDEC9(8) OIU_PERCENT98
NEW_COST_VEND_CDCustomer/Vendor Indicator OIU_CUST_VEND_CDCHAR1OIU_CUST_VEND_CD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
ALLOC_DECAllocation Decimal OIU_ALLOC_DECDEC9(8) OIU_PERCENT98
TFER_RSN_CDTransfer Reason Code OIU_TFER_RSN_CDCHAR2Assigned to domainOIU_TRSFER_CD
TFER_TYPE_CDTransfer Type Code OIU_TFER_TYPE_CDCHAR1OIU_TFER_TYPE_CD
TFER_LVL_CDTransfer Level Code OIU_TFER_LVL_CDCHAR1CHAR1
PPA_ADJ_FLPrior Period Adjustment Flag OIU_PPA_ADJ_FLCHAR1OIU_X_FLAG
TFALL_SUS_FLTransfer All Suspense Flag OIU_TFALL_SUS_FLCHAR1OIU_X_FLAG
NEW_SUS_RSN_CDSuspense Reason Code OIU_SUSP_CDCHAR3Assigned to domainOIU_SUSP_CD
NEW_PAY_CDPay Code OIU_PAY_CDCHAR2OIU_PAY_CD
NRI_ALLOC_FLNRI Allocation Flag OIU_NRI_ALLOC_FLCHAR1OIU_NRI_ALLOC_FL
INCR_NRI_DI_PCIncremental NRI DI D OIU_INCR_NRI_DI_PCDEC9(8) OIU_PERCENT98
OLD_PAY_CDPay Code OIU_PAY_CDCHAR2OIU_PAY_CD
PPYMT_NOProduction Payment Owner OIU_PP_KUNNRCHAR10Assigned to domainALPHALIFNR
FILE_NOFile Number OIU_FILE_NOCHAR15CHAR15
CARR_BG_CDCarried bearer group code OIU_CARR_BG_CDCHAR2ALPHAOIU_CARR_BG_CD
DOC_NORequest doc. number OIUOW_DOC_NOCHAR10ALPHABELNROIUOW_DOC_NO
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
XXDBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROIUT2_LOAD_DOH

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