ROIUT2_COMM_DOH SAP (Ownership History COMM Structure) Structure details

Dictionary Type: Structure
Description: Ownership History COMM Structure




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




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

ROIUT2_COMM_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 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_ROIUT2_COMM_DOH TYPE ROIUT2_COMM_DOH.

The ROIUT2_COMM_DOH table consists of various fields, each holding specific information or linking keys about Ownership History COMM Structure data available in SAP. These include BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)), OLD_OWN_NO (Old owner).. 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_COMM_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
DOH_NODO History Number OIUT2_DOH_NONUMC12OIU_SYS_NO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
OLD_OWN_NOOld owner OIUT2_OLD_OWN_NOCHAR10Assigned to domainALPHALIFNR
OLD_OWN_INT_TYPEOld interest type OIUT2_OLD_INT_TYPECHAR2Assigned to domainOIU_PART_INT_TYPE
OLD_OWN_ISQ_NOOld owner ISQ OIUT2_OLD_ISQCHAR2ALPHAOIU_OWN_ISQ_NO
NEW_OWN_NONew owner OIUT2_NEW_OWN_NOCHAR10LFA1ALPHALIFNR
NEW_OWN_INT_TYPENew INterest type OIUT2_NEW_INT_TYPECHAR2Assigned to domainOIU_PART_INT_TYPE
NEW_OWN_ISQ_NONew ISQ Nr OIUT2_NEW_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NO
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
OLD_NRI_PCOld NRI OIUT2_OLD_NRI_PCDEC9(8) OIU_PERCENT98
NEW_NRI_PCNew NRI OIUT2_NEW_NRI_PCDEC9(8) OIU_PERCENT98
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_CDCHAR2OIUOW_TRSFEROIU_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_CDCHAR3OIU_CM_SUSPOIU_SUSP_CD
NEW_PAY_CDNew Pay Code OIUT2_NEW_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_CDOld Pay Code OIUT2_OLD_PAY_CDCHAR2OIU_PAY_CD
PPYMT_NOProduction Payment Owner OIU_PP_KUNNRCHAR10OIUOW_PPALPHALIFNR
FILE_NOFile Number OIU_FILE_NOCHAR15CHAR15
CARR_BG_CDCarried bearer group code OIU_CARR_BG_CDCHAR2ALPHAOIU_CARR_BG_CD
DOC_NODocument number OIUT2_DOC_NOCHAR10OIUT2_DOC_NO
DOC_YEARDocument year OIUT2_DOC_YEARCHAR4OIUT2_DOC_YEAR
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

How to access SAP table ROIUT2_COMM_DOH

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