ROIU_REP_PARAMETER SAP (Regulatory, Tax and Royalty reporting parameter) Structure details

Dictionary Type: Structure
Description: Regulatory, Tax and Royalty reporting parameter




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




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

ROIU_REP_PARAMETER 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 "Regulatory, Tax and Royalty reporting parameter" 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_PARAMETER TYPE ROIU_REP_PARAMETER.

The ROIU_REP_PARAMETER table consists of various fields, each holding specific information or linking keys about Regulatory, Tax and Royalty reporting parameter data available in SAP. These include REP_YEAR (Reporting Year), REP_MONTH (Reporting Month), OR1_OR_LVL_1_NO (Company Level 1 - (ORG1)), AC_INDICATOR (Amended/current Report Indicator).. 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_PARAMETER 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
REP_YEARReporting Year OIU_REPYEARNUMC4GJAHRGJAHR
REP_MONTHReporting Month OIU_REPMONTHNUMC2AM_MONAT
OR1_OR_LVL_1_NOCompany Level 1 - (ORG1) OIUH_OR1_OR_LVL_1_NOCHAR3OIUH_CM_OR1OIUH_OR_LVL_1_NO
AC_INDICATORAmended/current Report Indicator OIU_REPAC_INDCHAR1OIU_REPAC_IND
STATEPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2Assigned to domainOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
OR2_OR_LVL_2_NOSecond-highest organization level number ( Company Code) OIUH_OR2_OR_LVL_2_NOCHAR1OIUH_CM_OR2CHAR1
OR3_OR_LVL_3_NOThird-highest organization level number ( Company Code) OIUH_OR3_OR_LVL_3_NOCHAR3Assigned to domainCHAR3
OR4_OR_LVL_4_NOFourth-highest organization level number ( Company Code) OIUH_OR4_OR_LVL_4_NOCHAR2OIUH_CM_OR4CHAR2
TF_INDICATORTrial/Final Indicator OIU_REPTF_INDCHAR1OIU_REPTF_IND
TF_INDICATOR_YNTrial/Final Indicator (Yes/No) OIU_REPTF_IND_YNCHAR1OIU_REPTF_IND_YN
PRODUCTProduct Code for Reporting OIU_REP_PRODUCTCHAR1OIU_REP_PRODUCT
SUBLEDGER_TYPESubLedger Type OIU_REP_SUBLDGRCHAR2OIU_REP_SUBLDGR
INTERCOMPANY_FLInterCompany Flag OIU_REP_ICOMPFLCHAR1OIU_REP_ICOMPFL
TAXTYPESeverance Tax Type OIU_SEVT_TAX_TYCHAR2Assigned to domainOIU_SEVT_TAX_TYOIU_SEVT_TAX_TY
REP_TYPEReport type used in e.g. Jil TRB340A OIUREP_REP_TYPECHAR6OIUREP_REP_TYPE
REP_IDREPORT id use in jil trb550a OIUREP_REP_IDCHAR7OIUREP_REP_ID
HYEARFILLING MONTH OF OIUH_FILL_DATECHAR1OIUH_LA_FILE_DT
OMR_INDICATOROriginal/Modify/Replace Indicator OIU_REPOMR_INDCHAR1OIU_REPOMR_IND
OGOR_AOGOR A OIUREP_OGOR_ACHAR1CHAR01
OGOR_BOGOR B OIUREP_OGOR_BCHAR1CHAR01
OGOR_COGOR C OIUREP_OGOR_CCHAR1CHAR01
DASH Filler/Dash0
T_TYPET Type OIUREP_T_TYPECHAR4CHAR4
LAND1Country Key LAND1CHAR3T005LAND1LND
ADJUSTMENTSAdjustment OIUREP_ADJDEC11(2) OIUREP_ADJ
REP_PRD 0
SPLIT_JESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROIU_REP_PARAMETER

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