ROIUY1_TX_AM_H SAP (Structure to store the AM header.) Structure details

Dictionary Type: Structure
Description: Structure to store the AM header.




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




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

ROIUY1_TX_AM_H 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 "Structure to store the AM header." 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_ROIUY1_TX_AM_H TYPE ROIUY1_TX_AM_H.

The ROIUY1_TX_AM_H table consists of various fields, each holding specific information or linking keys about Structure to store the AM header. data available in SAP. These include PROD_YYYYMM (Reporting Year and Month), AMND_YYYYMM (Reporting Year and Month), PUR_ID (OIUH_CHAR5), REC_COUNT (OIUH_CHAR3).. 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)


SAP ROIUY1_TX_AM_H 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
ST_LEASEAgency assigned Lease No. OIUREP_AGENCY_LEASECHAR15OIUREP_AGENCY_LEASE
PROD_YYYYMMReporting Year and Month OIUREP_RPT_YYYYMMNUMC6OIUREP_RPT_YYYYMM
AMND_YYYYMMReporting Year and Month OIUREP_RPT_YYYYMMNUMC6OIUREP_RPT_YYYYMM
PUR_IDOIUH_CHAR5 OIUH_CHAR5CHAR5CHAR5
REC_COUNTOIUH_CHAR3 OIUH_CHAR3CHAR3CHAR3
REPORT_INDIndicator (Current or Amended) Report OIUREP_REPORT_INDCHAR1OIUREP_REPORT_IND
OIL_GASOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
ALL_GASOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
RPT_TYPEOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
TR_NOTract Number OIU_TR_NOCHAR6OIU_TR_NO
UNIT_NOOIUH_CHAR4 OIUH_CHAR4CHAR4CHAR4
OPERATOR_NOOIUH_CHAR6 OIUH_CHAR6CHAR6CHAR6
REPORTERName of Company Code or Company BUTXTCHAR25TEXT25
OPER_TAXIDCompany Reporting No OIUH_CO_REPORTING_NOCHAR13CHAR13
OPERATOR_NAMEName of Company Code or Company BUTXTCHAR25TEXT25
PUR_TAXIDCompany Reporting No OIUH_CO_REPORTING_NOCHAR13CHAR13
ROYAL_PD_BYName of Company Code or Company BUTXTCHAR25TEXT25
ROY_PAYTAXIDCompany Reporting No OIUH_CO_REPORTING_NOCHAR13CHAR13
PREP_BYReport Prepared by(Name of the person) OIUY1_PREP_BYCHAR40CHAR40
TEL_NOTelephone no. of the contact person OIUREP_CONTACT_TEL_NOCHAR15CHAR15
EMAILE-mail of the Contact Person OIUREP_CONTACT_E_MAILCHAR50OIUREP_CONTACT_E_MAIL
SW_SWEET_FLSweet or Sour Flag(Y/N) OIUY1_SW_FLAGCHAR1OIUY1_SR
OIL_CONDProduction Reported (oil/condensate) OIUY1_PRD_REPORTEDCHAR1CHAR1
LSE_NM1Agency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
LSE_NM2Agency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
LSE_NM3Agency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
LSE_NM4Agency Lease Text OIUREP_LEASE_TEXTCHAR60CHAR60
FL_NM1Field name OIU_FL_NMCHAR35OIU_TEXT35
FL_NM2Field name OIU_FL_NMCHAR35OIU_TEXT35
FL_NM3Field name OIU_FL_NMCHAR35OIU_TEXT35
FL_NM4Field name OIU_FL_NMCHAR35OIU_TEXT35
RRC_OIL_NO1RRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_DIST_CD1RRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
RRC_WL_LSE_NO1OIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
RRC_OIL_NO2RRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_DIST_CD2RRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
RRC_WL_LSE_NO2OIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
RRC_OIL_NO3RRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_DIST_CD3RRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
RRC_WL_LSE_NO3OIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
RRC_OIL_NO4RRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_DIST_CD4RRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
RRC_WL_LSE_NO4OIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
RRC_OIL_NO5RRC Oil Lease OIUH_RRC_OIL_LEASECHAR7CHAR7
RRC_DIST_CD5RRC District ID OIUH_RRC_DISTRICT_IDCHAR3CHAR3
RRC_WL_LSE_NO5OIUH_CHAR10 OIUH_CHAR10CHAR10CHAR10H_OIU_RV_CT
RRC_OIL 0
RRC_GAS 0

Key field Non-key field



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

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

How to access SAP table ROIUY1_TX_AM_H

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