ROIUREP_AGY_LSE SAP (Screen Structure for Agency Lease) Structure details

Dictionary Type: Structure
Description: Screen Structure for Agency Lease




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




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

ROIUREP_AGY_LSE 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 "Screen Structure for Agency Lease" 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_AGY_LSE TYPE ROIUREP_AGY_LSE.

The ROIUREP_AGY_LSE table consists of various fields, each holding specific information or linking keys about Screen Structure for Agency Lease data available in SAP. These include AGENCY_LEASE (Agency assigned Lease No.), DESCRIPTION (Agency Lease Text), RRC_LEASE_NO (RRC Oil Lease), RRC_WL_LSE_NO (Gas Well Number (RRC)).. 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_AGY_LSE 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
AGENCYAgency for Reporting OIUREP_ROY_AGENCYCHAR3CHAR3OIUREP_AGENCYOIUREP_SH_ROY_AGY
AGENCY_LEASEAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
DESCRIPTIONAgency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
RRC_LEASE_NORRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_WL_LSE_NOGas Well Number (RRC) OIUH_GAS_WELL_NO_RRCCHAR9CHAR9
TYPE_INDRRC Type OIUY1_TYPE_INDCHAR1CHAR1
RRC_DIST_CDRRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
FIELD_IDField Code OIUY1_FLD_CDCHAR20CHAR20
TRANSP_ORG_CDTransport Org Cd OIUY1_TRNSP_ORG_CDCHAR4CHAR4
LEASE_SHR_PCNTLease Share Percentage OIUY1_LSE_SHR_PCNTDEC11(8) OIUY1_LSE_SHR_PCNT
WELL_INDWell Indicator OIUY1_WELL_INDCHAR1CHAR1
SW_SWEET_FLSweet or Sour Flag(Y/N) OIUY1_SW_FLAGCHAR1OIUY1_SR
REPORT_NOPlant Org Id OIUY1_RPT_NOCHAR4CHAR4
UNIT_NOUnit Number OIUY1_UNIT_NOCHAR6CHAR6
SECSection Number OIUY1_SECTION_NOCHAR6CHAR6
TWPTownship number OIU_TWP_NOCHAR3CHAR3
RGERGE OIUY1_RGECHAR3CHAR3
ROYALTY_DECRoyalty Decimal OIUY1_ROY_DECDEC9(8) OIUY1_ROYALTY_DEC
OPERATOROperator OIUY1_OPERATORCHAR10Assigned to domainALPHALIFNR
PUR_TAXIDPurchaser Tax ID OIUY1_PURTAXIDCHAR13CHAR13
OPER_TAXIDOperator TAX ID OIUY1_OPERTAXIDCHAR13CHAR13
TRACT_NOTract Number OIUY1_TRACT_NOCHAR18CHAR18
SEQ_NOTransaction code for Royalty reporting OIUREP_TXN_CDCHAR2ALPHAOIUCM_SEQ_NO
LEASE_SHR_PCNTOLease share percent for oil OIUY1_LSE_SHR_PCNTODEC11(8) OIUY1_LSE_SHR_PCNT
TXN_CD_OTransaction code for Royalty reporting OIUREP_TXN_CDCHAR2ALPHAOIUCM_SEQ_NO

Key field Non-key field



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

As ROIUREP_AGY_LSE 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_AGY_LSE as there is no data to select.

How to access SAP table ROIUREP_AGY_LSE

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