OIUREP_ROY_PRFLD SAP (Field Values in the Royalty Reporting Profiles) Table details

Dictionary Type: Table
Description: Field Values in the Royalty Reporting Profiles




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




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

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

The OIUREP_ROY_PRFLD table consists of various fields, each holding specific information or linking keys about Field Values in the Royalty Reporting Profiles data available in SAP. These include PROFILE (Profile for Reporting), STRUCT_TYPE (Type of Structure used for Smart Form (Hdr, Dtl or Ftr)), FIELD_NAME (Field Name in Smart Form Structures for Royalty Reporting), FIELD_RULE (Field Rule for Royalty Reporting).. 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_PRFLD 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_ROY_PRFLOIUREP_REPGRP_PROFIL
STRUCT_TYPEType of Structure used for Smart Form (Hdr, Dtl or Ftr) OIUREP_STRUCT_TYPECHAR1OIUREP_STRUCT_TYPE
FIELD_NAMEField Name in Smart Form Structures for Royalty Reporting OIUREP_SF_FIELDNAMECHAR30Assigned to domainFDNAME
FIELD_RULEField Rule for Royalty Reporting OIUREP_FIELD_RULECHAR1OIUREP_FIELD_RULE
INPUT_VALUEInput Value to the subroutine OIUREP_INPUT_VALUECHAR40CHAR40
FIELD_VALUEField Value/Subroutine Name to obtain field Value OIUREP_SF_FIELDVALUECHAR40CHAR40
SUBROUTINEPOOLABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
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_PRFLD using ABAP code

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

SELECT SINGLE *
FROM OIUREP_ROY_PRFLD
INTO CORRESPONDING FIELDS OF WA_OIUREP_ROY_PRFLD
WHERE...

How to access SAP table OIUREP_ROY_PRFLD

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