ROIUREP_CO_HEADER SAP (Header structure for Colorado Royalty Report) Structure details

Dictionary Type: Structure
Description: Header structure for Colorado Royalty Report




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




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

ROIUREP_CO_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Header structure for Colorado Royalty Report" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIUREP_CO_HEADER TYPE ROIUREP_CO_HEADER.

The ROIUREP_CO_HEADER table consists of various fields, each holding specific information or linking keys about Header structure for Colorado Royalty Report data available in SAP. These include PROD_MONTHYR (Year and Month for Amended Reports), ORIGINAL_IND (Single-Character Indicator), ADJUSTMENT_IND (Single-Character Indicator), LEASE_NAME (Agency Lease Text).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIUREP_CO_HEADER structure 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
RAU_NOAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
PROD_MONTHYRYear and Month for Amended Reports OIUREP_AMND_YYYYMMNUMC6OIUREP_RPT_YYYYMM
ORIGINAL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
ADJUSTMENT_INDSingle-Character Indicator CHAR1CHAR1CHAR1
LEASE_NAMEAgency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
NO_OF_WELLSOIUH_DEC3 OIUH_DEC3DEC3DEC3
SUB_OF_SECSection Number OIUY1_SECTION_NOCHAR6CHAR6
SECSection Number OIUY1_SECTION_NOCHAR6CHAR6
TOWNSHIPTownship number OIU_TWP_NOCHAR3CHAR3
RANGERGE OIUY1_RGECHAR3CHAR3
TYPE_OF_GASSingle-Character Indicator CHAR1CHAR1CHAR1
GAS_PROCESSED_YESSingle-Character Indicator CHAR1CHAR1CHAR1
GAS_PROCESSED_NOSingle-Character Indicator CHAR1CHAR1CHAR1
LSEMTR_INDSingle-Character Indicator CHAR1CHAR1CHAR1
GAS_PLANT_INDSingle-Character Indicator CHAR1CHAR1CHAR1
GATHERINGSingle-Character Indicator CHAR1CHAR1CHAR1
COMPRESSIONSingle-Character Indicator CHAR1CHAR1CHAR1
TRANSPORTATIONSingle-Character Indicator CHAR1CHAR1CHAR1
OTHER_CHARGESSingle-Character Indicator CHAR1CHAR1CHAR1
OPERATOR_NAMEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
PURCHASER_NAMEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
MULTIPLE_PURSingle-Character Indicator CHAR1CHAR1CHAR1
OPER_LSE_NOAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
PUR_LSE_NOAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
LEASE_METER_NOAgency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
CONTACT_NAMEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
PHONE_NOTelephone no. of the contact person OIUREP_CONTACT_TEL_NOCHAR15CHAR15
TITLEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
NEW_ADDRESSSingle-Character Indicator CHAR1CHAR1CHAR1
RPT_CO_NAMEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
SLB_PAYOR_NOAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
ADDRESSName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
CITYTelephone no. of the contact person OIUREP_CONTACT_TEL_NOCHAR15CHAR15
STATEName of the contact person OIUREP_CONTACT_NAMECHAR40CHAR40
ZIPR/2 table CHAR5CHAR5CHAR5
EMAILE-mail of the Contact Person OIUREP_CONTACT_E_MAILCHAR50OIUREP_CONTACT_E_MAIL

Key field Non-key field



How do I retrieve data from SAP structure ROIUREP_CO_HEADER using ABAP code?

As ROIUREP_CO_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIUREP_CO_HEADER as there is no data to select.

How to access SAP table ROIUREP_CO_HEADER

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