OIUREP_EXEC_COMB SAP (Possible Combinations of Royalty Executions) Table details

Dictionary Type: Table
Description: Possible Combinations of Royalty Executions




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




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

OIUREP_EXEC_COMB is a standard SAP Table which is used to store Possible Combinations of Royalty Executions data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_EXEC_COMB table consists of various fields, each holding specific information or linking keys about Possible Combinations of Royalty Executions data available in SAP. These include ORG_LEVEL1_NO (Company Code), AGENCY (Agency for Reporting), OIL_GAS_IND (Oil and Gas Indicator), BASE_YYYYMM (Base Year and Month for Royalty Reporting Master Data).. 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_EXEC_COMB 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
ORG_LEVEL1_NOCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AGENCYAgency for Reporting OIUREP_ROY_AGENCYCHAR3OIUREP_ROY_AGYCHAR3OIUREP_AGENCYOIUREP_SH_ROY_AGY
OIL_GAS_INDOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
BASE_YYYYMMBase Year and Month for Royalty Reporting Master Data OIUREP_BASE_YYYYMMNUMC6OIUREP_BASE_YYYYMM
BASE_YYYYMM_PREVFirst Sales month for royalty reporting master data OIUREP_FIRST_SA_YYYYMMNUMC6OIUREP_BASE_YYYYMM
FIRST_RPT_YYYYMMFirst Reporting Year and Month for Royalty Reporting OIUREP_FIRST_RPT_YYYYMMNUMC6OIUREP_RPT_YYYYMM
SIZE_VOL_EXTBlock Size for Volume Extraction OIUREP_SIZE_VOL_EXTINT410INT4
SIZE_ROY_EXTBlock Size for Royalty Data Extraction OIUREP_SIZE_ROY_EXTINT410INT4
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
OUTPUT_DEVICESpool Output Device SYPDESTCHAR4Assigned to domainSPDEVRSPOPNAME
SPLIT_JEFlag to indicate split JE by batch OIUY1_SPLITJE_FLCHAR1OIUY1_FLAG
REPORT_LEVELLevel of Reporting OIUREP_RPT_LVLCHAR1OIUREP_RPT_LVLOIUREP_RPT_LVL
NO_VERSIONSNumber of Versions OIUREP_VERSION_NODEC1OIUREP_VERSION_NO
VOL_EXT_LVLvolume extraction level VOL_EXT_LVLCHAR2CHAR2
UNIT_LEVELUnit level replacement flag OIUREP_UNIT_LVL1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_EXEC_COMB
INTO CORRESPONDING FIELDS OF WA_OIUREP_EXEC_COMB
WHERE...

How to access SAP table OIUREP_EXEC_COMB

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