ROIU_REP_ROY_UT2_DETAIL SAP (Structure to store detail records for UT2 report) Structure details

Dictionary Type: Structure
Description: Structure to store detail records for UT2 report




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




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

ROIU_REP_ROY_UT2_DETAIL 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 "Structure to store detail records for UT2 report" 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_ROIU_REP_ROY_UT2_DETAIL TYPE ROIU_REP_ROY_UT2_DETAIL.

The ROIU_REP_ROY_UT2_DETAIL table consists of various fields, each holding specific information or linking keys about Structure to store detail records for UT2 report data available in SAP. These include PROD_YY (OIUH_CHAR2), PROD_MM (OIUH_CHAR2), PER_PROD (OIUH_CHAR3), GROSS_PROD (OIUH_DEC11_2).. 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 ROIU_REP_ROY_UT2_DETAIL 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
ST_LEASEOIUH_CHAR6 OIUH_CHAR6CHAR6CHAR6
PROD_YYOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
PROD_MMOIUH_CHAR2 OIUH_CHAR2CHAR2CHAR2
PER_PRODOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
GROSS_PRODOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
RS_SALES_VOLOIUH_DEC8 OIUH_DEC8DEC8DEC8
RS_CODE1OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
RS_VOL1OIUH_DEC8 OIUH_DEC8DEC8DEC8
RS_CODE2OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
RS_VOL2OIUH_DEC8 OIUH_DEC8DEC8DEC8
RS_CODE3OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
RS_VOL3OIUH_DEC8 OIUH_DEC8DEC8DEC8
NGL_VOL_SUMOIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
NP_SALES_VOLOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
NP_CODE1OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
NP_VOL1OIUH_DEC8 OIUH_DEC8DEC8DEC8
NP_CODE2OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
NP_VOL2OIUH_DEC8 OIUH_DEC8DEC8DEC8
NP_CODE3OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
NP_VOL3OIUH_DEC8 OIUH_DEC8DEC8DEC8
GAS_PRICEOIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
BTUOIUH_DEC7_3 OIUH_DEC7_3DEC7(3) OIUH_DEC7_3
PRC_MMBTUOIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
NP_GAS_VALUEOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
RS_GAS_VALUEOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2
NGL_VAL_SUMOIUH_CHAR13 OIUH_CHAR13CHAR13CHAR13
OTHER_VALUE1OIUH_DEC8 OIUH_DEC8DEC8DEC8
OTHER_CD1OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
OTHER_VALUE2OIUH_DEC8 OIUH_DEC8DEC8DEC8
OTHER_CD2OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
OTHER_VALUE3OIUH_DEC8 OIUH_DEC8DEC8DEC8
OTHER_CD3OIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
TOT_VALUEOIUH_DEC13_2 OIUH_DEC13_2DEC13(2) OIUH_DEC13_2
ROY_DECOIUH_DEC9_8 OIUH_DEC9_8DEC9(8) OIUH_DEC9_8
ROY_DUEOIUH_DEC11_2 OIUH_DEC11_2DEC11(2) OIUH_DEC11_2

Key field Non-key field



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

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

How to access SAP table ROIU_REP_ROY_UT2_DETAIL

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