OIUY6_WY_OPSL SAP (Roy 2.0 WY - OPSL Summary Data for a Run) Table details

Dictionary Type: Table
Description: Roy 2.0 WY - OPSL Summary Data for a Run




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




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

OIUY6_WY_OPSL is a standard SAP Table which is used to store Roy 2.0 WY - OPSL Summary Data for a Run data and is available within R/3 SAP systems depending on the version and release level.

The OIUY6_WY_OPSL table consists of various fields, each holding specific information or linking keys about Roy 2.0 WY - OPSL Summary Data for a Run data available in SAP. These include RUN_ID (Run ID of Tax Report), BUKRS (Company Code), VNAME (Joint Venture), DOI_NO (Division of interest (DOI)).. 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 OIUY6_WY_OPSL 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
RUN_IDRun ID of Tax Report OIUX3_RUN_IDNUMC10NUMC10
BUKRSCompany Code BUKRSCHAR4OIU_CM_COMPCBUKRSBUKC_T001
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
OWNER_IDENTIFIERRoyalty 2.0 - Owner Identifier OIUYC_OWNER_IDENTIFIERCHAR22
SALES_DTSales Date / Month OIU_SALE_DTDATS8DATUM
PDCDFull three char. product code (Major and Detail Products) OIU_FULL_PD_CDCHAR3OIUX3_PDCDOIU_FULL_PD_CD
TRANS_AMJE Transaction Amount OIUX3_TRANS_AMTDEC11(2) OIUX3_SIGNED_DEC_11_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUY6_WY_OPSL
INTO CORRESPONDING FIELDS OF WA_OIUY6_WY_OPSL
WHERE...

How to access SAP table OIUY6_WY_OPSL

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