ROIUY3_TX_GLO_OIL SAP (Royalty 2.0 - Texas GLO/TAMU Oil report volumes and Values) Structure details

Dictionary Type: Structure
Description: Royalty 2.0 - Texas GLO/TAMU Oil report volumes and Values




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




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

ROIUY3_TX_GLO_OIL 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 "Royalty 2.0 - Texas GLO/TAMU Oil report volumes and Values" 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_ROIUY3_TX_GLO_OIL TYPE ROIUY3_TX_GLO_OIL.

The ROIUY3_TX_GLO_OIL table consists of various fields, each holding specific information or linking keys about Royalty 2.0 - Texas GLO/TAMU Oil report volumes and Values data available in SAP. These include GROSSPROD (Royalty 2.0 - TX GLO/TAMU - Gross Production), PIPELINE (Royalty 2.0 - TX GLO/TAMU - Pipeline), TRUCK (Royalty 2.0 - TX GLO/TAMU - Truck), TANKBARGE (Royalty 2.0 - TX GLO/TAMU - Tank Car Barge).. 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 (Deep)


SAP ROIUY3_TX_GLO_OIL 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
BEGINSTOCKRoyalty 2.0 - TX GLO/TAMU - Beginning Stock OIUY3_TX_BEGINNING_STOCKDEC15(6) OIUY3_SIGNED_DEC_15_6
GROSSPRODRoyalty 2.0 - TX GLO/TAMU - Gross Production OIUY3_TX_GROSS_PRODUCTIONDEC15(6) OIUY3_SIGNED_DEC_15_6
PIPELINERoyalty 2.0 - TX GLO/TAMU - Pipeline OIUY3_TX_PIPELINEDEC15(6) OIUY3_SIGNED_DEC_15_6
TRUCKRoyalty 2.0 - TX GLO/TAMU - Truck OIUY3_TX_TRUCKDEC15(6) OIUY3_SIGNED_DEC_15_6
TANKBARGERoyalty 2.0 - TX GLO/TAMU - Tank Car Barge OIUY3_TX_TANK_CAR_BARGEDEC15(6) OIUY3_SIGNED_DEC_15_6
TANKCLEANINGRoyalty 2.0 - TX GLO/TAMU - Tank Cleaning OIUY3_TX_TANK_CLEANINGDEC15(6) OIUY3_SIGNED_DEC_15_6
CIRCULATINGRoyalty 2.0 - TX GLO/TAMU - Circulating Oil/Condensate OIUY3_TX_CIRCULATING_OIL_CONDDEC15(6) OIUY3_SIGNED_DEC_15_6
LOSTRoyalty 2.0 - TX GLO/TAMU - Lost/Stolen OIUY3_TX_LOST_STOLENDEC15(6) OIUY3_SIGNED_DEC_15_6
SEDIMENTRoyalty 2.0 - TX GLO/TAMU - Basic Sediment / Water OIUY3_TX_BASIC_SEDIMENT_WATERDEC15(6) OIUY3_SIGNED_DEC_15_6
OTHERDUERoyalty 2.0 - TX GLO/TAMU - Other Royalty Due OIUY3_TX_OTHER_ROYALTY_DUEDEC15(6) OIUY3_SIGNED_DEC_15_6
OTHERNOTDUERoyalty 2.0 - TX GLO/TAMU - Other No Royalty Due OIUY3_TX_OTHER_NO_ROYALTY_DUEDEC15(6) OIUY3_SIGNED_DEC_15_6
SKIMHYDROCARBONSRoyalty 2.0 - TX GLO/TAMU - Skim Liquid Hydrocarbon OIUY3_TX_SKIM_LIQUID_HYDRODEC15(6) OIUY3_SIGNED_DEC_15_6
SCRUBBERRoyalty 2.0 - TX GLO/TAMU - Scrubber Oil OIUY3_TX_SCRUBBER_OILDEC15(6) OIUY3_SIGNED_DEC_15_6
ENDINGSTOCKRoyalty 2.0 - TX GLO/TAMU - Ending Stock OIUY3_TX_ENDING_STOCKDEC15(6) OIUY3_SIGNED_DEC_15_6
DRIPRoyalty 2.0 - TX GLO/TAMU - Drip Oil OIUY3_TX_DRIP_OILDEC15(6) OIUY3_SIGNED_DEC_15_6
ROYYNETDUEBARELSRoyalty 2.0 - TX GLO/TAMU - Royalty Due Net Barrels OIUY3_TX_ROY_DUE_NET_BARRELSDEC15(6) OIUY3_SIGNED_DEC_15_6
APIGRAVITYRoyalty 2.0 - Texas GLO/TAMU - API Gravity OIUY3_TX_API_GRAVITYDEC9(6)
UNITVALUERoyalty 2.0 - Texas GLO/TAMU - Unit Value OIUY3_TX_UNIT_VALUEDEC9(6)
GROSSVALUEGross Value OIUX3_GROSS_VALUECURR11(2) OIUX3_SIGNED_CURR_11_2
OROYALTYDECIMALRoyalty 2.0 - Texas GLO - Royalty Decimal OIUY3_TX_ROYALTY_DECIMALDEC9(8) OIU_PERCENT98
OROYALTYDUERoyalty 2.0 - Texas GLO/TAMU - Royalty Due OIUY3_TX_ROYALTY_DUECURR11(2) OIUX3_SIGNED_CURR_11_2
EIGHTEIGHTSRoyalty 2.0 - TX GLO/TAMU - Eighteights OIUY3_EIGHTEIGHTSCHAR4

Key field Non-key field



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

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

How to access SAP table ROIUY3_TX_GLO_OIL

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