OIUH_RD05 SAP (RD05) Structure details

Dictionary Type: Structure
Description: RD05




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




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

OIUH_RD05 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 "RD05" 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_OIUH_RD05 TYPE OIUH_RD05.

The OIUH_RD05 table consists of various fields, each holding specific information or linking keys about RD05 data available in SAP. These include C_OR1_OR_LVL_1_NM (Company), C_CHD_BTCH_NO (OIUH_CHAR4), C_CHD_LE_NO (OIUH_CHAR8), C_CHD_OWN_NO (Owner ID).. 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: Cannot Be Enhanced


SAP OIUH_RD05 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
C_CHD_OR_LVL_1_NOOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
C_OR1_OR_LVL_1_NMCompany OIUH_COCHAR40CHAR40
C_CHD_BTCH_NOOIUH_CHAR4 OIUH_CHAR4CHAR4CHAR4
C_CHD_LE_NOOIUH_CHAR8 OIUH_CHAR8CHAR8CHAR8
C_CHD_OWN_NOOwner ID OIUH_OWNERIDCHAR6CHAR6
C_CHD_OWN_SEQ_NOSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
C_CHD_OI_TYPE_CDInterest Type OIUREP_INT_TYPE_CDCHAR2CHAR2
C_CHD_OI_INT_SEQ_NOOwner Interest Sequence Number OIU_OWN_ISQ_NOCHAR2ALPHAOIU_OWN_ISQ_NOOIU_OWN_ISQ_NO
C_BA_NM_1Business Associate Name OIUCM_BA_NAMECHAR38CHAR38
C_CHD_CK_NOCheck Number OIUH_CHECK_NUMBERCHAR10CHAR10
C_CHD_CK_DTCheck Date OIUH_CHECK_DATEDATS8DATS
C_CHD_LGND_CDOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
C_A_TT_ELEM_DELegend Code OIUH_LEGEND_CODECHAR2OIUH_LEGENDCHAR2
C_CHD_ACCT_PERD_DTAccounting Month/Date OIU_ACCT_MONTHDATS8DATS
C_CHD_DOI_PR_NOProperty / DOI OIUH_PROPERTY_DOICHAR8CHAR8H_PR_PIDH_PR_SRCH
C_CHD_DOI_SEQ_NODivision of interest (DOI) OIU_DOI_NOCHAR5Assigned to domainALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
C_DI_DI_NMOIUH_CHAR30 OIUH_CHAR30CHAR30CHAR30
C_CHD_SA_DTSales Month OIUH_SALES_MNTHDATS8DATS
C_CHD_PD_CDOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
C_B_TT_ELEM_DEOIUH_CHAR50 OIUH_CHAR50CHAR50CHAR50
C_CHD_GR_QYOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
C_CHD_PLT_VL_RED_AMOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
C_CHD_GR_AMLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_DED_TOT_GR_AMLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_OWN_GRVA_AMLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_DED_TOT_AMLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_PR_STATE_NOOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
C_CHD_TRANS_AMLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_CT_NOContract ID OIUH_CONTRACT_IDCHAR6CHAR6
C_CHD_LSE_SEV_TXLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_OWN_SEV_TXLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2
C_CHD_OWN_OT_DEDLocal amount OIUH_CURR11_2CURR11(2) OIUH_CURR11_2

Key field Non-key field



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

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

How to access SAP table OIUH_RD05

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