ROIUT2_COMM_RTCH SAP (Funds communications structure) Structure details

Dictionary Type: Structure
Description: Funds communications structure




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




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

ROIUT2_COMM_RTCH 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 communications 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_RTCH TYPE ROIUT2_COMM_RTCH.

The ROIUT2_COMM_RTCH table consists of various fields, each holding specific information or linking keys about Funds communications structure data available in SAP. These include OOWN_NO (Old owner), OOWN_INT_TYPE_CD (Old interest type), OOWN_ISQ_NO (Old owner ISQ), TFR_CHG_CD (Transfer change 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 ROIUT2_COMM_RTCH 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_NONUMC12OIU_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
TFR_CHG_CDTransfer change code OIUT2_TFR_CHG_CDCHAR1OIUOW_TFR_CHG_CD
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
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
TFR_LVL_CDTransfer level code OIUT2_TFR_LVL_CDCHAR1OIUOW_TFR_LVL_CD
TFCH_RSN_CDTransfer Change Reason Code OIU_TFCH_RSN_CDCHAR2Assigned to domainOIU_TRSFER_CD
APPL_TO_CDApplication to Code OIUOW_APPL_TO_CDCHAR1OIUOW_APPL_TO_CODE
TFALL_SUS_FLTransfer all suspense flag OIUOW_TFALL_SUS_FLCHAR1OIU_X_FLAG
NW_SUS_RSN_CDSuspense Reason Code OIU_SUSP_CDCHAR3OIU_CM_SUSPOIU_SUSP_CD
NW_PAY_CDPay Code OIU_PAY_CDCHAR2OIU_PAY_CD
SING_BUKRSSingle Company code OIUT2_SING_BUKRSCHAR4Assigned to domainBUKRS
SING_VNAMESingle Joint Venture OIUT2_SING_JV_NAMECHAR6Assigned to domainALPHAJV_NAME
SING_DOI_NOSingle Division of interest OIUT2_SING_OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NO
PRTY_NOPriority number OIUT2_PRTY_NOCHAR1OIUOW_PRTY_NO
NW_BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
NW_VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
NW_DOI_NODivision of interest (DOI) OIUT2_OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NO

Key field Non-key field



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

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

How to access SAP table ROIUT2_COMM_RTCH

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