OIUREP_SUPL_REP SAP (MMS-2014 - Supplemental Reports) Table details

Dictionary Type: Table
Description: MMS-2014 - Supplemental Reports




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




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

OIUREP_SUPL_REP is a standard SAP Table which is used to store MMS-2014 - Supplemental Reports data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_SUPL_REP table consists of various fields, each holding specific information or linking keys about MMS-2014 - Supplemental Reports data available in SAP. These include COMPONENT_STEP (MMS-2014 - Component Step), SEQUENCE_NO (MMS-2014: Sequence Number), REPORT_NAME (ABAP Program Name), REPORT_VARIANT (ABAP: Name of variant (without program name)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIUREP_SUPL_REPT


SAP OIUREP_SUPL_REP table 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
COMPONENT_STEPMMS-2014 - Component Step OIUREP_MMS_2014_COMPONENT_STEPCHAR2OIUREP_MMS_2014_COMPONENT_STEP
SEQUENCE_NOMMS-2014: Sequence Number OIUREP_MMS_2014_SEQUENCE_NUMNUMC2
REPORT_NAMEABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
REPORT_VARIANTABAP: Name of variant (without program name) VARIANTCHAR14VARIDVARIANT

Key field Non-key field



How do I retrieve data from SAP table OIUREP_SUPL_REP using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUREP_SUPL_REP to SELECT all data from the table
DATA: WA_OIUREP_SUPL_REP TYPE OIUREP_SUPL_REP.

SELECT SINGLE *
FROM OIUREP_SUPL_REP
INTO CORRESPONDING FIELDS OF WA_OIUREP_SUPL_REP
WHERE...

How to access SAP table OIUREP_SUPL_REP

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