ROIUT2_COMM_RTD SAP (Funds load structure) Structure details

Dictionary Type: Structure
Description: Funds load structure




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




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

ROIUT2_COMM_RTD 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 "Funds load 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_RTD TYPE ROIUT2_COMM_RTD.

The ROIUT2_COMM_RTD table consists of various fields, each holding specific information or linking keys about Funds load structure data available in SAP. These include OOWN_NO (Old owner), OOWN_INT_TYPE_CD (Old interest type), OOWN_ISQ_NO (Old owner ISQ), NW_OWN_NO (New 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_RTD 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
RTCH_NORD transfer change number OIUOW_RTCH_NONUMC12OIUOW_RTCHOIU_SYS_NO
OOWN_NOOld owner OIUT2_OLD_OWN_NOCHAR10LFA1ALPHALIFNR
OOWN_INT_TYPE_CDOld interest type OIUT2_OLD_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPE
OOWN_ISQ_NOOld owner ISQ OIUT2_OLD_ISQCHAR2ALPHAOIU_OWN_ISQ_NO
NW_OWN_NONew owner OIUT2_NEW_OWN_NOCHAR10LFA1ALPHALIFNR
NW_OWN_INT_TYPENew INterest type OIUT2_NEW_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPE
NW_OWN_ISQ_NONew ISQ Nr OIUT2_NEW_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIUT2_OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NO
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
TFR_CHG_CDTransfer change code OIUT2_TFR_CHG_CDCHAR1OIUOW_TFR_CHG_CD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
DOC_NODocument number OIUT2_DOC_NOCHAR10OIUT2_DOC_NO
DOC_YEARDocument year OIUT2_DOC_YEARCHAR4OIUT2_DOC_YEAR
NRI_DECM_PCNRI decimal percent OIUT2_NRI_DECMDEC9(8) OIU_PERCENT98
AL_DECM_PCAllocation decimal percent OIUOW_AL_DECMDEC9(8) OIU_PERCENT98
OVRD_PAY_CDPay Code OIU_PAY_CDCHAR2OIU_PAY_CD
OVRD_SUSP_CDSuspense Reason Code OIU_SUSP_CDCHAR3OIU_CM_SUSPOIU_SUSP_CD

Key field Non-key field



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

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

How to access SAP table ROIUT2_COMM_RTD

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