OIUYC_OVR_MASTER SAP (Override master - Pass Exception data to Royalty loaders) Table details

Dictionary Type: Table
Description: Override master - Pass Exception data to Royalty loaders




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




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

OIUYC_OVR_MASTER is a standard SAP Table which is used to store Override master - Pass Exception data to Royalty loaders data and is available within R/3 SAP systems depending on the version and release level.

The OIUYC_OVR_MASTER table consists of various fields, each holding specific information or linking keys about Override master - Pass Exception data to Royalty loaders data available in SAP. These include RPT_ID (Report ID), DN_NO (Delivery network number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUYC_OVR_MASTER 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
RPT_IDReport ID OIUX3_RPT_IDCHAR10OIUX3_RPTOIUX3_RPT_ID
DN_NODelivery network number OIU_DN_NOCHAR20Assigned to domainALPHAOIU_DN_NOOIU_DNH_OIU_PR_DN

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUYC_OVR_MASTER
INTO CORRESPONDING FIELDS OF WA_OIUYC_OVR_MASTER
WHERE...

How to access SAP table OIUYC_OVR_MASTER

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