ROIUT2_LOAD_RTD SAP (Funds details) Structure details

Dictionary Type: Structure
Description: Funds details




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




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

ROIUT2_LOAD_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 details" 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_RTD TYPE ROIUT2_LOAD_RTD.

The ROIUT2_LOAD_RTD table consists of various fields, each holding specific information or linking keys about Funds details data available in SAP. These include MANDT (Client), RTCH_NO (RD transfer change number), OCUST_VEND_CD (Transferor customer / vendor indicator), OOWN_NO (Transferor - 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_LOAD_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
MANDTClient MANDTCLNT3T000MANDT
RTCH_NORD transfer change number OIUOW_RTCH_NONUMC12OIUOW_RTCHOIU_SYS_NO
OCUST_VEND_CDTransferor customer / vendor indicator OIUOW_OCUST_VEND_CDCHAR1CHAR1
OOWN_NOTransferor - owner OIUOW_OOWN_NOCHAR10LFA1ALPHALIFNR
OOWN_INT_TYPE_CDTransferor participant interest type OIUOW_OPART_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPE
OOWN_ISQ_NOTransferor owner interest sequence number OIUOW_OOWN_ISQ_NOCHAR2ALPHAOIUOW_OOWN_ISQ_NO
NW_CUST_VEND_CDTransferee customer / vendor indicator OIUOW_NWCUST_VEND_CDCHAR1OIUOW_NWCUST_VEND_CD
NW_OWN_NOTransferee - owner OIUOW_NW_OWN_NOCHAR10LFA1ALPHALIFNR
NW_OWN_INT_TYPETransferee participant interest type OIUOW_NWPART_INT_TYPECHAR2OIU_CM_PINTTYOIU_PART_INT_TYPE
NW_OWN_ISQ_NOTransferee owner interest sequence number OIUOW_NW_OWN_ISQ_NOCHAR2ALPHAOIUOW_NW_OWN_ISQ_NO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
TFR_CHG_CDTransfer change code OIUOW_TFR_CHG_CDCHAR1OIUOW_TFR_CHG_CD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
DOC_NORequest doc. number OIUOW_DOC_NOCHAR10OIUOW_DTDALPHABELNROIUOW_DOC_NO
DOC_YEARDocument year OIU_DOC_YEARNUMC4GJAHRGJAHROIU_DOC_YEAR
ITEM_NORequest item number OIUOW_ITEM_NONUMC6OIUOW_ITEM_NO
NRI_DECM_PCNRI decimal percent OIUOW_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
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_RTD using ABAP code?

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

How to access SAP table ROIUT2_LOAD_RTD

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