OIUREP_ROY_PRFL SAP (Royalty Reporting Profiles) Table details

Dictionary Type: Table
Description: Royalty Reporting Profiles




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




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

OIUREP_ROY_PRFL is a standard SAP Table which is used to store Royalty Reporting Profiles data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_ROY_PRFL table consists of various fields, each holding specific information or linking keys about Royalty Reporting Profiles data available in SAP. These include PROFILE (Profile for Reporting), SMARTFORM_NAME (Smart Forms: Form Name), SMARTFORM_HEADER (Header Structure for Royalty Reporting Smart Forms), SMARTFORM_DETAIL (Detail Structure for Royalty Reporting Smart Forms).. 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 or numeric)


SAP OIUREP_ROY_PRFL 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 MANDTCLNT3Assigned to domainMANDT
PROFILEProfile for Reporting OIUREP_REPGRP_PROFILCHAR6OIUREP_REPGRP_PROFIL
SMARTFORM_NAMESmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
SMARTFORM_HEADERHeader Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_HEADERCHAR30OBJECTNAME
SMARTFORM_DETAILDetail Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_DETAILCHAR30OBJECTNAME
SMARTFORM_FOOTERFooter Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_FOOTERCHAR30OBJECTNAME
SMARTFORM_DRIVERSmartform driver function module OIUREP_SMARTFORM_DRIVERCHAR30Assigned to domainFUNCNAME
AMD_SMARTFM_NAMESmart Forms: Form Name Amendment OIUY1_SMARTNAME_AMNDCHAR30Assigned to domainTDSFNAME
AMD_SMARTFM_DETLDetail Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_DETAILCHAR30OBJECTNAME
AMD_SMARTFM_HEADHeader Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_HEADERCHAR30OBJECTNAME
AMD_SMARTFM_FOOTFooter Structure for Royalty Reporting Smart Forms OIUREP_ROY_SMARTFORM_FOOTERCHAR30OBJECTNAME
DOWNLOAD_FUNCFunction Module Name of the Smartform for Reporting OIUREP_ROY_SMARTFORM_FUNCTIONCHAR30Assigned to domainFUNCNAME
DOWNLOAD_STRUName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
EXT_COMP_CODEExternal Company Code OIUREP_EXT_COMP_CODECHAR13OIUREP_EXT_COMP_CODE
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_ROY_PRFL
INTO CORRESPONDING FIELDS OF WA_OIUREP_ROY_PRFL
WHERE...

How to access SAP table OIUREP_ROY_PRFL

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